diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-18 00:39:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-18 00:39:58 -0300 |
commit | 93ca9c28d171fcc54d9877040dafc7c380c6c415 (patch) | |
tree | d050ef50f41aa195105ec6d857445fa84efbdf1b /db/re | |
parent | e19d449450aca000feb08faa7279dec00f07a883 (diff) | |
download | serverdata-93ca9c28d171fcc54d9877040dafc7c380c6c415.tar.gz serverdata-93ca9c28d171fcc54d9877040dafc7c380c6c415.tar.bz2 serverdata-93ca9c28d171fcc54d9877040dafc7c380c6c415.tar.xz serverdata-93ca9c28d171fcc54d9877040dafc7c380c6c415.zip |
Fix smoke grenade
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f6a1961c3..22c60ece8 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1573,7 +1573,7 @@ item_db: ( Delay: 500 UseEffect: 52 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" - itemskill AS_CLOAKING,1; + itemskill AS_CLOAKING,1,1; //itemskill SM_MAGNUM,1; // Fallback: ~~TF_HIDING AS_CLOAKING SC_INVISIBILITY RA_CAMOUFLAGE~~ None work? //itemskill(, 1, 1); |