diff options
Diffstat (limited to 'npc/003-8')
-rw-r--r-- | npc/003-8/craft.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/003-8/craft.txt b/npc/003-8/craft.txt index fc1c2acc4..f5bd7a49a 100644 --- a/npc/003-8/craft.txt +++ b/npc/003-8/craft.txt @@ -16,6 +16,7 @@ mesc l("WARNING, you have been detected cheating and thus, violating Tulimshar Anti-Theft Policy."), 1; mesc l("You were jailed and now need a GM to get you out of there."), 1; logmes "WARNING, "+strcharinfo(0)+" found out cheating, only had "+Zeny+"/600 GP for craft table. Jailed.", LOGMES_ATCOMMAND; + consoleinfo("%s jailed - no money when crafting.", strcharinfo(0)); atcommand("@jail "+strcharinfo(0)); // Apply a more realistic penalty Zeny=0; |