From e8d42fb2c0e31fd4baf2886798b8602be18cbb1b Mon Sep 17 00:00:00 2001 From: san7890 <34697715+san7890@users.noreply.github.com> Date: Sat, 16 Apr 2022 09:20:53 -0600 Subject: [PATCH] Holodeck Photobooth Floor Repainting (with Lacquer) (#66121) --- _maps/templates/holodeck_photobooth.dmm | 2 +- code/modules/holodeck/turfs.dm | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_maps/templates/holodeck_photobooth.dmm b/_maps/templates/holodeck_photobooth.dmm index d0951120499..a9581461de7 100644 --- a/_maps/templates/holodeck_photobooth.dmm +++ b/_maps/templates/holodeck_photobooth.dmm @@ -1,6 +1,6 @@ //MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE "a" = ( -/turf/open/floor/holofloor/white, +/turf/open/floor/holofloor/pure_white, /area/template_noop) "c" = ( /obj/structure/dresser, diff --git a/code/modules/holodeck/turfs.dm b/code/modules/holodeck/turfs.dm index e6df49e2a9f..15f0f00e29f 100644 --- a/code/modules/holodeck/turfs.dm +++ b/code/modules/holodeck/turfs.dm @@ -45,6 +45,10 @@ name = "white floor" icon_state = "white" +/turf/open/floor/holofloor/pure_white + name = "white floor" + icon_state = "pure_white" + /turf/open/floor/holofloor/plating/burnmix name = "burn-mix floor" initial_gas_mix = BURNMIX_ATMOS