summaryrefslogtreecommitdiff
path: root/world/map/npc/commands/python.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/commands/python.txt')
-rw-r--r--world/map/npc/commands/python.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/commands/python.txt b/world/map/npc/commands/python.txt
index 0846eb1f..8924338c 100644
--- a/world/map/npc/commands/python.txt
+++ b/world/map/npc/commands/python.txt
@@ -13,6 +13,7 @@
OnKill:
if (!(isloggedin(@python[0]))) end;
+ gmlog "stomped " + if_then_else(@python[0] == BL_ID, "themselves", strcharinfo(0, @python[0])) + " with a giant foot!";
set Hp, 0, @python[0];
end;