diff options
| -rw-r--r-- | dialogue.lua | 6 | ||||
| -rw-r--r-- | virus2.lua | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dialogue.lua b/dialogue.lua index 5624a97..28cb78d 100644 --- a/dialogue.lua +++ b/dialogue.lua @@ -138,9 +138,9 @@ function loadDia() 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 destory them!" - v2.msgs[11] = "I don't need time to destory this computer. I just need my cold hard cash! 1000$ will do!" - v2.msgs[12] = "I have to give that aggorant punk some credit, he did leave your door wide open for me!" + 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?" end @@ -18,7 +18,7 @@ function drawPopup(id) if v2.pop.p[id].ad == 1 then love.graphics.print("FREE PHONE!!!", 28, 9) elseif v2.pop.p[id].ad == 2 then - love.graphics.print("CURE FOOT FUNCGUS!!", 28, 9) + love.graphics.print("CURE FOOT FUNGUS!!", 28, 9) elseif v2.pop.p[id].ad == 3 then love.graphics.print("YOU WON!!!", 28, 9) elseif v2.pop.p[id].ad == 4 then |
