Commit 95ca935ac1e23ef0966854110803bdeda15e1920
1 parent
ff723c57
pfft
git-svn-id: http://svn.net-core.org/repos/t-engine4@6112 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -152,7 +152,7 @@ g:initGlow() |
152 | 152 | g.real_change = changer |
153 | 153 | g.change_level_check = function(self) |
154 | 154 | game:changeLevel(1, self.real_change(self.change_zone), {temporary_zone_shift=true, direct_switch=true}) |
155 | - require("engine.ui.Dialog"):simplePopup("Forsaken Crypt", "You hear squeaks and the sounds of clicking bone echo around you... Pure death await. Flee!") | |
155 | + require("engine.ui.Dialog"):simplePopup("Forsaken Crypt", "You hear squeaks and the sounds of clicking bone echo around you... Pure death awaits. Flee!") | |
156 | 156 | self.change_level_check = nil |
157 | 157 | self.real_change = nil |
158 | 158 | return true | ... | ... |
-
Please register or login to post a comment