diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-03 02:25:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-03 02:25:30 -0300 |
commit | 2ae0fc60f0816174bb506be0053f66b0af36776e (patch) | |
tree | 380cc92671a5bf39d0bb3b0a6b5c13ecfabcaf11 /npc/commands/python.txt | |
parent | 8e53a31af9e4d52393cdccf11d572a61b626744a (diff) | |
download | serverdata-2ae0fc60f0816174bb506be0053f66b0af36776e.tar.gz serverdata-2ae0fc60f0816174bb506be0053f66b0af36776e.tar.bz2 serverdata-2ae0fc60f0816174bb506be0053f66b0af36776e.tar.xz serverdata-2ae0fc60f0816174bb506be0053f66b0af36776e.zip |
Do not allow @python to cause EXP loss
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; |