diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-18 13:51:46 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-18 13:51:46 -0300 |
commit | 5ca671d4347217e5a867ac825b7ff67bb1d7bbe0 (patch) | |
tree | 20d89f0fdb8db170e4ab87a4609510349bba7476 /npc/commands/event.txt | |
parent | 45f8b18e262931fdece168abdf5b63a11f1a980b (diff) | |
download | serverdata-5ca671d4347217e5a867ac825b7ff67bb1d7bbe0.tar.gz serverdata-5ca671d4347217e5a867ac825b7ff67bb1d7bbe0.tar.bz2 serverdata-5ca671d4347217e5a867ac825b7ff67bb1d7bbe0.tar.xz serverdata-5ca671d4347217e5a867ac825b7ff67bb1d7bbe0.zip |
Grenades now work (by force), but they never kill a monster and doesn't works on players!
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 2d0057192..e1aa0777c 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -248,6 +248,7 @@ OnCall: OnEffect: @toeventchk=0; + removespecialeffect(310, SELF, getcharid(3)); // Calculate if (BaseLevel < 10) { dispbottom l("You are not strong enough to survive this trip."); |