Skip to content
Snippets Groups Projects
Commit 491f2331 authored by dg's avatar dg
Browse files

typo

git-svn-id: http://svn.net-core.org/repos/t-engine4@4235 51575b47-30f0-44d4-a5cc-537603b46e54
parent debd8d65
No related branches found
No related tags found
No related merge requests found
......@@ -375,7 +375,7 @@ newEntity{
local trigger = game.level.map.attrs(x, y, "lever_action")
if toggle or (val > oldval and val >= trigger) then
game.level.map(x, y, engine.Map.TERRAIN, game.zone.grid_list[self.door_opened])
game.log("#VIOLET#You hear a door openning.")
game.log("#VIOLET#You hear a door opening.")
return true
end
end,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment