diff options
-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; } |