summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-03 02:13:44 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-03 02:13:44 -0300
commit8e53a31af9e4d52393cdccf11d572a61b626744a (patch)
treebaced691ae40e912cb043cf5bab932e9818b3bcb
parentab84638de3ce639c0cf0912fac9f164948db0e94 (diff)
downloadserverdata-8e53a31af9e4d52393cdccf11d572a61b626744a.tar.gz
serverdata-8e53a31af9e4d52393cdccf11d572a61b626744a.tar.bz2
serverdata-8e53a31af9e4d52393cdccf11d572a61b626744a.tar.xz
serverdata-8e53a31af9e4d52393cdccf11d572a61b626744a.zip
[skip ci] proper fix
-rw-r--r--npc/commands/python.txt2
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;