diff options
| author | 1029chris <1029chris@gmail.com> | 2016-05-13 14:36:04 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-05-13 14:36:04 -0700 |
| commit | 77a17383acc3e97fb67608e146166c8002e00335 (patch) | |
| tree | 96e61239d06cf12a542502440aa16248199de567 /system.lua | |
| parent | 54dc57c92a751a18d2ea11302b3bd7915c8a20b2 (diff) | |
Fix for chat messages coming after virus fights
Diffstat (limited to 'system.lua')
| -rw-r--r-- | system.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ function drawLayer(id) end function updateSystem(dt) timeNoti(dt) - if time >= msgstime[msg.c] and msgssent < msg.c then + if time >= msgstime[msg.c] and msgssent < msg.c and v1.yes == false and v1.complete == false then sendMessage(1, msgs[msg.c]) msgssent = msgssent + 1 end |
