fixes holosphere shells not getting real_name set resulting in quirky behaviour (#7644)

This commit is contained in:
Timothy Teakettle
2026-08-17 22:06:56 +02:00
committed by GitHub
parent f8a1d4e2d4
commit 5270c3feba
@@ -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()