Standardizes Holodeck (#13701)

* Standardizes Holodeck

* fixe and real space

* last errors

* map update

* fix

* console fix

* mapping error
This commit is contained in:
Fox McCloud
2020-07-12 16:25:08 -04:00
committed by GitHub
parent 40f3d7aa6e
commit 48fbdda84b
4 changed files with 2193 additions and 1993 deletions

View File

@@ -679,10 +679,6 @@ GLOBAL_LIST_EMPTY(ghostteleportlocs)
name = "Engineering Maintenance"
icon_state = "amaint"
/area/maintenance/engi_shuttle
name = "Engineering Shuttle Access"
icon_state = "maint_e_shuttle"
/area/maintenance/storage
name = "Atmospherics Maintenance"
icon_state = "green"

View File

@@ -346,6 +346,22 @@
return
// HOLOFLOOR DOES NOT GIVE A FUCK
/turf/simulated/floor/holofloor/space
name = "\proper space"
icon = 'icons/turf/space.dmi'
icon_state = "0"
plane = PLANE_SPACE
/turf/simulated/floor/holofloor/space/Initialize(mapload)
icon_state = SPACE_ICON_STATE // so realistic
. = ..()
/turf/simulated/floor/holofloor/space/get_smooth_underlay_icon(mutable_appearance/underlay_appearance, turf/asking_turf, adjacency_dir)
underlay_appearance.icon = 'icons/turf/space.dmi'
underlay_appearance.icon_state = SPACE_ICON_STATE
underlay_appearance.plane = PLANE_SPACE
return TRUE
/obj/structure/table/holotable
flags = NODECONSTRUCT
canSmoothWith = list(/obj/structure/table/holotable)