diff options
| author | 1029chris <1029chris@gmail.com> | 2016-08-11 22:53:28 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-08-11 22:53:28 -0700 |
| commit | 126d4f86f79f3f40aeb28bf79e2779281d9af996 (patch) | |
| tree | b3faf8c8106fa232c6c654bfdcc2e09d17af9e7e /virus2.lua | |
| parent | 23f8be8dac4f0c7fe075cab0df76d4f754797181 (diff) | |
Fixed typos
Diffstat (limited to 'virus2.lua')
| -rw-r--r-- | virus2.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
