mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Merge pull request #4505 from Fox-McCloud/holy-weapons
Ports TG's Holy Weapons
This commit is contained in:
@@ -39,6 +39,10 @@
|
||||
if(back)
|
||||
tally += back.slowdown
|
||||
|
||||
if(l_hand && (l_hand.flags & HANDSLOW))
|
||||
tally += l_hand.slowdown
|
||||
if(r_hand && (r_hand.flags & HANDSLOW))
|
||||
tally += r_hand.slowdown
|
||||
|
||||
if(FAT in src.mutations)
|
||||
tally += 1.5
|
||||
|
||||
Reference in New Issue
Block a user