diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-26 22:31:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-26 22:31:52 -0300 |
commit | d9217eb957d33e1ab4911ba99c1169f63cf5a0c2 (patch) | |
tree | 93d9eeca0ac259e12e9ea6c6cddfc24648c561f1 /npc | |
parent | 983b7e523eb9329bc6620445c2c129b8e1485552 (diff) | |
download | serverdata-d9217eb957d33e1ab4911ba99c1169f63cf5a0c2.tar.gz serverdata-d9217eb957d33e1ab4911ba99c1169f63cf5a0c2.tar.bz2 serverdata-d9217eb957d33e1ab4911ba99c1169f63cf5a0c2.tar.xz serverdata-d9217eb957d33e1ab4911ba99c1169f63cf5a0c2.zip |
Tycoon ready partly tested
Diffstat (limited to 'npc')
-rw-r--r-- | npc/007-1/tycoon.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt index 3356cd278..4a8830e88 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -236,9 +236,6 @@ OnKillCaveMaggot: tycoon_add_kills(); message strcharinfo(0), l("@@/25 Cave Maggots", .@k+1); } - } else { - if (is_staff()) - dispbottom "It's working. (T:OKHM)"; } end; OnKillCaveSnake: @@ -293,8 +290,5 @@ OnInit: .sex = G_MALE; .distance = 4; - // TODO: NPC is not ready - disablenpc .name$; - end; } |