mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
Merge pull request #7001 from VOREStation/aro-fix6844
Holodeck space turf fix
This commit is contained in:
@@ -58,8 +58,13 @@
|
||||
|
||||
/turf/simulated/floor/holofloor/space
|
||||
icon = 'icons/turf/space.dmi'
|
||||
plane = SPACE_PLANE
|
||||
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
|
||||
icon = 'icons/turf/flooring/tiles.dmi'
|
||||
@@ -67,10 +72,6 @@
|
||||
name = "reinforced holofloor"
|
||||
icon_state = "reinforced"
|
||||
|
||||
/turf/simulated/floor/holofloor/space/Initialize()
|
||||
. = ..()
|
||||
icon_state = "[((x + y) ^ ~(x * y) + z) % 25]"
|
||||
|
||||
/turf/simulated/floor/holofloor/beach
|
||||
desc = "Uncomfortably gritty for a hologram."
|
||||
base_desc = "Uncomfortably gritty for a hologram."
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 123 KiB |
Reference in New Issue
Block a user