From 2f2621ab127aaa24b3e5d22b5fb98fa4f0acd4e7 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:18:39 +0100 Subject: [PATCH] Update transform.dm --- code/modules/species/holosphere/transform.dm | 1 + 1 file changed, 1 insertion(+) 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()