mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user