diff options
Diffstat (limited to 'npc/005-7')
-rw-r--r-- | npc/005-7/trainer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-7/trainer.txt b/npc/005-7/trainer.txt index 28aa71b59..426f7329e 100644 --- a/npc/005-7/trainer.txt +++ b/npc/005-7/trainer.txt @@ -536,7 +536,7 @@ OnKillHouseMaggot: message strcharinfo(0), l("@@/4 House Maggots", .@k+1); } } else { - if (is_staff()) + if (is_staff()) dispbottom "It's working. (T:OKHM)"; } end; |