mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
Body syndicate hardsuit sprites update properly (#20233)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user