diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-03 02:13:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-03 02:13:44 -0300 |
commit | 8e53a31af9e4d52393cdccf11d572a61b626744a (patch) | |
tree | baced691ae40e912cb043cf5bab932e9818b3bcb /npc/commands/python.txt | |
parent | ab84638de3ce639c0cf0912fac9f164948db0e94 (diff) | |
download | serverdata-8e53a31af9e4d52393cdccf11d572a61b626744a.tar.gz serverdata-8e53a31af9e4d52393cdccf11d572a61b626744a.tar.bz2 serverdata-8e53a31af9e4d52393cdccf11d572a61b626744a.tar.xz serverdata-8e53a31af9e4d52393cdccf11d572a61b626744a.zip |
[skip ci] proper fix
Diffstat (limited to 'npc/commands/python.txt')
-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; |