[MIRROR] Add a new holodeck program: photobooth (#4941)

* Add a new holodeck program: photobooth (#43278)
This commit is contained in:
yogstation13-bot
2019-04-02 20:13:40 +02:00
committed by Gary Lafortune
parent fddb282f38
commit ba65479eef
4 changed files with 134 additions and 82 deletions

View File

@@ -8794,6 +8794,9 @@
/obj/effect/spawner/structure/window/reinforced,
/turf/open/floor/plating,
/area/centcom/ferry)
"tb" = (
/turf/open/floor/white,
/area/holodeck/rec_center/photobooth)
"tc" = (
/obj/effect/spawner/structure/window/reinforced,
/obj/machinery/light/floor,
@@ -8846,6 +8849,25 @@
},
/turf/open/floor/plating/airless,
/area/syndicate_mothership/control)
"tj" = (
/obj/structure/falsewall/wood,
/obj/structure/mirror,
/turf/open/floor/holofloor/carpet,
/area/holodeck/rec_center/photobooth)
"tk" = (
/obj/structure/table/wood,
/obj/item/paint/anycolor{
pixel_x = 7
},
/obj/item/paint/anycolor{
pixel_x = -5
},
/turf/open/floor/holofloor/carpet,
/area/holodeck/rec_center/photobooth)
"tl" = (
/obj/structure/dresser,
/turf/open/floor/holofloor/carpet,
/area/holodeck/rec_center/photobooth)
"tn" = (
/obj/effect/turf_decal/stripes/line{
dir = 10
@@ -17824,6 +17846,12 @@
"Si" = (
/turf/open/floor/plasteel,
/area/centcom/supplypod/loading/two)
"Sq" = (
/obj/structure/table/wood,
/obj/item/camera,
/obj/item/camera,
/turf/open/floor/holofloor/carpet,
/area/holodeck/rec_center/photobooth)
"Su" = (
/turf/open/floor/plasteel,
/area/centcom/supplypod)
@@ -18562,6 +18590,18 @@
},
/turf/open/floor/plasteel,
/area/centcom/evac)
"ZN" = (
/obj/structure/table/wood,
/obj/item/toy/crayon/spraycan{
pixel_x = 5;
pixel_y = 5
},
/obj/item/toy/crayon/spraycan{
pixel_x = -5;
pixel_y = 5
},
/turf/open/floor/holofloor/carpet,
/area/holodeck/rec_center/photobooth)
"ZQ" = (
/obj/effect/turf_decal/tile/brown,
/obj/effect/turf_decal/tile/brown{
@@ -71544,18 +71584,18 @@ aa
aa
"}
(207,1,1) = {"
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
ab
ae
ae
ae
ae
ae
ae
ae
ae
ae
ae
ab
aa
aa
aa
@@ -71801,18 +71841,18 @@ aa
aa
"}
(208,1,1) = {"
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
ac
tj
tb
tb
tb
tb
tb
tb
tb
tb
tb
fx
aa
aa
aa
@@ -72058,18 +72098,18 @@ aa
aa
"}
(209,1,1) = {"
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
ac
tk
tb
tb
tb
tb
tb
tb
tb
tb
tb
fx
aa
aa
aa
@@ -72315,18 +72355,18 @@ aa
aa
"}
(210,1,1) = {"
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
ac
Sq
tb
tb
tb
tb
tb
tb
tb
tb
tb
fx
aa
aa
aa
@@ -72572,18 +72612,18 @@ aa
aa
"}
(211,1,1) = {"
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
ac
ZN
tb
tb
tb
tb
tb
tb
tb
tb
tb
fx
aa
aa
aa
@@ -72829,18 +72869,18 @@ aa
aa
"}
(212,1,1) = {"
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
aa
ac
tl
tb
tb
tb
tb
tb
tb
tb
tb
tb
fx
aa
aa
aa
@@ -73087,16 +73127,16 @@ aa
"}
(213,1,1) = {"
ab
ae
ae
ae
ae
ae
ae
ae
ae
ae
ae
ag
ag
ag
ag
ag
ag
ag
ag
ag
ag
ab
ae
ae

View File

@@ -99,6 +99,9 @@
/area/holodeck/rec_center/winterwonderland
name = "Holodeck - Winter Wonderland"
/area/holodeck/rec_center/photobooth
name = "Holodeck - Photobooth"
// Bad programs
/area/holodeck/rec_center/burn

View File

@@ -260,3 +260,12 @@
icon = 'icons/obj/clockwork_objects.dmi'
icon_state = "clockwork_floor"
floor_tile = /obj/item/stack/tile/bronze
/turf/open/floor/white
name = "white floor"
desc = "A tile in a pure white color."
icon_state = "pure_white"
/turf/open/floor/black
name = "black floor"
icon_state = "black"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 KiB

After

Width:  |  Height:  |  Size: 288 KiB