diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-20 18:34:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-20 18:34:55 -0300 |
commit | 2818ff670cafcb27fae5375c1e0d8259e8871714 (patch) | |
tree | 1f738aacaf6fbc6b0ef5acfaefece13868ff3277 /db | |
parent | 68eaf69f4c7b0867aac95b8d56c33749c8ae6a50 (diff) | |
download | serverdata-2818ff670cafcb27fae5375c1e0d8259e8871714.tar.gz serverdata-2818ff670cafcb27fae5375c1e0d8259e8871714.tar.bz2 serverdata-2818ff670cafcb27fae5375c1e0d8259e8871714.tar.xz serverdata-2818ff670cafcb27fae5375c1e0d8259e8871714.zip |
Third attempt at grenade
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 54fa2ce21..2a73d91df 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1628,8 +1628,8 @@ item_db: ( UseEffect: 52 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" //itemskill SM_MAGNUM,1; - // Fallback: ~~TF_HIDING~~ SC_INVISIBILITY RA_CAMOUFLAGE - itemskill(AS_CLOAKING, 1, 1); + // Fallback: ~~TF_HIDING AS_CLOAKING~~ RA_CAMOUFLAGE + itemskill(SC_INVISIBILITY, 1, 1); "> }, { |