diff options
-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 542b5cb54..e2f5ead7d 100644 --- a/npc/commands/python.txt +++ b/npc/commands/python.txt @@ -8,7 +8,7 @@ end; OnCall: - specialeffect(69, AREA, playerattached()); + specialeffect(65, AREA, playerattached()); addtimer 380, .name$+"::OnKill"; end; |