mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-07-11 15:52:48 +01:00
Fixes size application to mobs
Ensures player's custom_body_size is applied to any new clone once they're out of the pod. Custom_body_size is only set once, so acts as 'natural' size, independent of things like normalizer rings
This commit is contained in:
@@ -327,10 +327,10 @@
|
||||
. = ..()
|
||||
|
||||
if(stat & NOPOWER)
|
||||
if(SSticker.HasRoundStarted()&& radio && internal_radio) //If called while initializing results in a null error.
|
||||
if(radio && internal_radio) //If called while initializing results in a null error.
|
||||
SPEAKCOMMON("The Safety Tether's shut down from a lack of power.")
|
||||
else
|
||||
if(radio && internal_radio)
|
||||
if(SSticker.HasRoundStarted() && radio && internal_radio)
|
||||
SPEAKCOMMON("The Safety Tether is back online.")
|
||||
update_icon()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user