diff --git a/code/modules/species/holosphere/transform.dm b/code/modules/species/holosphere/transform.dm index 02c51770796b..1f20853d657e 100644 --- a/code/modules/species/holosphere/transform.dm +++ b/code/modules/species/holosphere/transform.dm @@ -4,6 +4,7 @@ return if(force || !IS_DEAD(holosphere_shell)) holosphere_shell.name = H.name + holosphere_shell.real_name = H.name try_exit_recharge_station() if(transform_component.try_transform()) H.drop_held_items()