diff options
| -rw-r--r-- | dialogue.lua | 19 | ||||
| -rw-r--r-- | virus2.lua | 2 |
2 files changed, 12 insertions, 9 deletions
diff --git a/dialogue.lua b/dialogue.lua index 28cb78d..4011480 100644 --- a/dialogue.lua +++ b/dialogue.lua @@ -135,14 +135,17 @@ function loadDia() v2.msgs[4] = "The firewall was down! The antivirus was preoccupied!" v2.msgs[5] = "So little ol' me just quietly slipped in during the battle! That was quite a fight you put up!" v2.msgs[6] = "That little runt was pretty full of himself! The strongest virus? HA! Yeah right." - v2.msgs[7] = "He was stupid too, all he wanted was destruction. That's it!" - v2.msgs[8] = "Sure, destruction is fun..." - v2.msgs[9] = "But why not make a little money first?" - v2.msgs[10] = "After you make a good amount o' cash, THAT is when you destroy them!" - v2.msgs[11] = "I don't need time to destroy this computer. I just need my cold hard cash! 1000$ will do!" - v2.msgs[12] = "I have to give that arrogant punk some credit, he did leave your door wide open for me!" - v2.msgs[13] = "He was oddly specific when explaining the fight, so I'll assume you know how this works!" - v2.msgs[14] = "So, lets get to work... shall we?" + v2.msgs[7] = "That ship was the only reason he could put up any fight at all!" + v2.msgs[8] = "You'd think that he might use his smarts to do something interesting, but no!" + v2.msgs[9] = "All he wanted was destruction, that stubborn fool!" + v2.msgs[10] = "Sure, destruction is fun..." + v2.msgs[11] = "But why not make a little money first?" + v2.msgs[12] = "After you make a good amount o' cash, THAT is when you end them!" + v2.msgs[13] = "I don't need time to destroy this computer. I just need my cold hard cash! $1000 will do!" + v2.msgs[14] = "I have to give that arrogant punk some credit, he did leave your door wide open for me!" + v2.msgs[15] = "He was oddly specific when explaining the fight, so I'll assume you know how this works!" + v2.msgs[16] = "So, lets get to work... shall we?" + v2.msgs[18] = "Umm... I'm not going to baby you. Open your antivirus!" end function chatReply(m) if string.find(m, "virus") ~= nil and msg.c > 6 then @@ -49,7 +49,7 @@ function drawVirusFight2() elseif v2.c.chat.msgs == 5 then v2.c.xd = sys.w/2 v2.c.yd = sys.h/2 - elseif v2.c.chat.msgs == 8 then + elseif v2.c.chat.msgs == 10 then v2.c.xd = sys.w/2 v2.c.yd = sys.h/2 v2.c.handp = "gunidle" |
