diff options
author | mekolat <mekolat@users.noreply.github.com> | 2016-04-30 18:27:25 -0400 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-05-02 16:15:02 -0400 |
commit | c30bc8dbcd7e7f089eeb06b7cebbc7d7d514ad42 (patch) | |
tree | 94d9832a4ad0dd3f6fa919b11719300c4e28b568 /world/map/npc/commands/numa.txt | |
parent | f4010eb378293cba260eabee1c7c4951dd7774ae (diff) | |
download | serverdata-c30bc8dbcd7e7f089eeb06b7cebbc7d7d514ad42.tar.gz serverdata-c30bc8dbcd7e7f089eeb06b7cebbc7d7d514ad42.tar.bz2 serverdata-c30bc8dbcd7e7f089eeb06b7cebbc7d7d514ad42.tar.xz serverdata-c30bc8dbcd7e7f089eeb06b7cebbc7d7d514ad42.zip |
add puppet check for numa (superdebug)
Diffstat (limited to 'world/map/npc/commands/numa.txt')
-rw-r--r-- | world/map/npc/commands/numa.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/commands/numa.txt b/world/map/npc/commands/numa.txt index e8e8cabd..78746a26 100644 --- a/world/map/npc/commands/numa.txt +++ b/world/map/npc/commands/numa.txt @@ -90,7 +90,7 @@ L_Close: OnInit: registercmd chr(ATCMD_SYMBOL) + "numa", strnpcinfo(0); registercmd chr(ATCMD_SYMBOL) + "superdebug", strnpcinfo(0); - void puppet("017-9", 30, 28, "Numa", 393); + if (puppet("017-9", 30, 28, "Numa", 393) < 1) mapexit; end; } |