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