diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-13 11:40:20 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-13 11:40:20 -0700 |
| commit | 85a2c861b5f49a12a46949b46b12d68f1f4359e6 (patch) | |
| tree | 3e184442500cdaeaf317e96748120b033fcad8de /chat.lua | |
| parent | 0b398a513a2b0114d424dbb650e9ed22d1ff7bfb (diff) | |
Added separate dialogue.lua file
Also, added more dialogue for Besr Friend
Started adding some for the Virus.
Diffstat (limited to 'chat.lua')
| -rw-r--r-- | chat.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ function sendMessage(id, message) if win[1].ex == true or layer[1] ~= 1 then notifyNow("CHAT NOTIFICATION", "New message from\nBest Friend:\n\n" .. message) end - if msg.c ~= 8 then + if msg.c ~= 21 then msg.c = msg.c + 1 end end |
