Skip to content
Snippets Groups Projects
Commit 43ae95ed authored by dg's avatar dg
Browse files

typo

git-svn-id: http://svn.net-core.org/repos/t-engine4@6101 51575b47-30f0-44d4-a5cc-537603b46e54
parent 74a644be
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ newEntity{
local spot = level:pickSpot{type="pop", subtype="player-attack"}
game.player:move(spot.x, spot.y, true)
require("engine.ui.Dialog"):simpleLongPopup("Point Zero", "The rift has brought you back to Point Zero, and the source of the disturbances.\nA temporal defiler is attacking the town, all the Keepers in range are atatcking it!", 400)
require("engine.ui.Dialog"):simpleLongPopup("Point Zero", "The rift has brought you back to Point Zero, and the source of the disturbances.\nA temporal defiler is attacking the town, all the Keepers in range are attacking it!", 400)
for uid, e in pairs(game.level.entities) do
if e.faction == "keepers-of-reality" or e.faction == "point-zero-guardians" then
......
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