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:
Toastical
2025-06-19 18:00:39 +00:00
committed by GitHub
parent a8eef567fd
commit b1db0e3b8a
4 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -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