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