Fix Fakespace Tiles (#4153)

## About The Pull Request
fakespace icons get restored
## Why It's Good For The Game

consistency

## Proof Of Testing
<details>
<summary>Screenshots/Videos</summary>

</details>

## Changelog
🆑
fix: fakespace should use the restored space icons
/🆑
This commit is contained in:
nevimer
2025-07-04 16:05:32 -04:00
committed by GitHub
parent a0f0d3a5b6
commit d254d0269d

View File

@@ -13,11 +13,19 @@
icon_state = SPACE_TEXT
. = ..()
/turf/open/space/
/turf/open/space
icon = 'modular_zubbers/icons/space/space.dmi'
/turf/open/space/Initialize(mapload)
. = ..()
icon_state = SPACE_TEXT
/turf/open/floor/fakespace
icon_state = "0"
icon = 'modular_zubbers/icons/space/space.dmi'
/turf/open/floor/fakespace/Initialize(mapload)
. = ..()
icon_state = SPACE_TEXT
#undef SPACE_TEXT