From 977ac398328436131cb4a27a25b258e2921491fd Mon Sep 17 00:00:00 2001 From: N3D6 <71906740+N3D6@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:39:18 -0400 Subject: [PATCH] lets see if this works (#22713) --- code/game/turfs/open/chasm.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/turfs/open/chasm.dm b/code/game/turfs/open/chasm.dm index e4637556e85d..8624ff3aeece 100644 --- a/code/game/turfs/open/chasm.dm +++ b/code/game/turfs/open/chasm.dm @@ -102,6 +102,8 @@ // Chasms for Ice moon, with planetary atmos and glow /turf/open/chasm/icemoon icon = 'icons/turf/floors/icechasms.dmi' + icon_state = "icechasms-255" + base_icon_state = "icechasms" initial_gas_mix = ICEMOON_DEFAULT_ATMOS planetary_atmos = TRUE baseturfs = /turf/open/chasm/icemoon