mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-26 18:13:35 +00:00
Holodeck space turf fix
This commit is contained in:
@@ -58,8 +58,13 @@
|
|||||||
|
|
||||||
/turf/simulated/floor/holofloor/space
|
/turf/simulated/floor/holofloor/space
|
||||||
icon = 'icons/turf/space.dmi'
|
icon = 'icons/turf/space.dmi'
|
||||||
|
plane = SPACE_PLANE
|
||||||
name = "\proper space"
|
name = "\proper space"
|
||||||
icon_state = "0"
|
icon_state = "white"
|
||||||
|
|
||||||
|
/turf/simulated/floor/holofloor/space/update_icon()
|
||||||
|
. = ..()
|
||||||
|
add_overlay(SSskybox.dust_cache["[((x + y) ^ ~(x * y) + z) % 25]"])
|
||||||
|
|
||||||
/turf/simulated/floor/holofloor/reinforced
|
/turf/simulated/floor/holofloor/reinforced
|
||||||
icon = 'icons/turf/flooring/tiles.dmi'
|
icon = 'icons/turf/flooring/tiles.dmi'
|
||||||
@@ -67,10 +72,6 @@
|
|||||||
name = "reinforced holofloor"
|
name = "reinforced holofloor"
|
||||||
icon_state = "reinforced"
|
icon_state = "reinforced"
|
||||||
|
|
||||||
/turf/simulated/floor/holofloor/space/Initialize()
|
|
||||||
. = ..()
|
|
||||||
icon_state = "[((x + y) ^ ~(x * y) + z) % 25]"
|
|
||||||
|
|
||||||
/turf/simulated/floor/holofloor/beach
|
/turf/simulated/floor/holofloor/beach
|
||||||
desc = "Uncomfortably gritty for a hologram."
|
desc = "Uncomfortably gritty for a hologram."
|
||||||
base_desc = "Uncomfortably gritty for a hologram."
|
base_desc = "Uncomfortably gritty for a hologram."
|
||||||
|
|||||||
Reference in New Issue
Block a user