summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------client-data0
-rw-r--r--world/map/npc/commands/python.txt1
2 files changed, 1 insertions, 0 deletions
diff --git a/client-data b/client-data
-Subproject eb29906bf3e23cbf1dad937c10a72f4b9aee85f
+Subproject 62a3e11e4cda52881474f3732e8391f371ca2d2
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;