Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/npc/scripts/Walter, The Guard.lua
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ local function creatureSayCallback(cid, type, msg)
npcHandler:say("You can't tell by a person's appearance who is a pickpocket and who isn't. You simply can't close the city gates for everyone.", cid)
npcHandler.topic[cid] = 3
end
elseif(msgcontains(msg, "gods allow")) then
elseif(msgcontains(msg, "gods would allow")) then
if(npcHandler.topic[cid] == 3) then
npcHandler:say("If the gods had created the world a paradise, no one had to steal at all.", cid)
npcHandler.topic[cid] = 0
Expand Down