mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Fix two handed items from bricking hands when a user changes species (#29573)
* create flag to skip species transform reequip * add to bitfield and change to 1<<15
This commit is contained in:
@@ -410,7 +410,7 @@
|
||||
name = "offhand"
|
||||
icon_state = "offhand"
|
||||
w_class = WEIGHT_CLASS_HUGE
|
||||
flags = ABSTRACT | NODROP
|
||||
flags = ABSTRACT | NODROP | SKIP_TRANSFORM_REEQUIP
|
||||
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF
|
||||
var/wielded = FALSE // Off Hand tracking of wielded status
|
||||
|
||||
|
||||
Reference in New Issue
Block a user