diff options
Diffstat (limited to 'npc/commands/python.txt')
-rw-r--r-- | npc/commands/python.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/commands/python.txt b/npc/commands/python.txt index 75681be06..cb2b27505 100644 --- a/npc/commands/python.txt +++ b/npc/commands/python.txt @@ -9,6 +9,7 @@ OnCall: specialeffect(34, AREA, playerattached()); + sc_start SC_CASH_DEATHPENALTY, 1000, 1; addtimer 380, .name$+"::OnKill"; end; |