Body syndicate hardsuit sprites update properly (#20233)

This commit is contained in:
Qwertytoforty
2023-01-19 14:39:08 -05:00
committed by GitHub
parent 671e75abe6
commit eae1af4c15
@@ -411,12 +411,14 @@
linkedsuit.slowdown = 1
linkedsuit.flags |= STOPSPRESSUREDMAGE
linkedsuit.cold_protection |= UPPER_TORSO | LOWER_TORSO | LEGS | FEET | ARMS | HANDS
linkedsuit.on = TRUE
else
linkedsuit.name += " (combat)"
linkedsuit.desc = linkedsuit.alt_desc
linkedsuit.slowdown = 0
linkedsuit.flags &= ~STOPSPRESSUREDMAGE
linkedsuit.cold_protection &= ~(UPPER_TORSO | LOWER_TORSO | LEGS | FEET | ARMS | HANDS)
linkedsuit.on = FALSE
linkedsuit.update_icon()
user.update_inv_wear_suit()