Skip to content

Commit

Permalink
TGS Test Merge (#5887)
Browse files Browse the repository at this point in the history
  • Loading branch information
cm13-github committed Mar 9, 2024
2 parents f2d3cb9 + c9aae15 commit 6209e7a
Show file tree
Hide file tree
Showing 7 changed files with 7,049 additions and 5 deletions.
3 changes: 3 additions & 0 deletions code/datums/emergency_calls/ert_stations.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@

/datum/lazy_template/ert/weyland_station
map_name = "weyland_ert_station"

/datum/lazy_template/ert/pizza_station
map_name = "pizza_ert_station"
1 change: 1 addition & 0 deletions code/datums/emergency_calls/pizza.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
objectives = "Make sure you get a tip!"
shuttle_id = MOBILE_SHUTTLE_ID_ERT_SMALL
name_of_spawn = /obj/effect/landmark/ert_spawns/distress_pizza
home_base = /datum/lazy_template/ert/pizza_station
probability = 1

/datum/emergency_call/pizza/create_member(datum/mind/M, turf/override_spawn_loc)
Expand Down
4 changes: 4 additions & 0 deletions code/game/area/admin_level.dm
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@
name = "UPP Station"
icon_state = "green"

/area/adminlevel/ert_station/pizza_station
name = "Pizza Galaxy"
icon_state = "red"

/area/adminlevel/ert_station/clf_station
name = "CLF Station"
icon_state = "white"
Expand Down
13 changes: 12 additions & 1 deletion maps/templates/lazy_templates/clf_ert_station.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1378,6 +1378,17 @@
/obj/structure/flora/jungle/vines/heavy,
/turf/open/gm/dirt,
/area/adminlevel/ert_station/clf_station)
"Ia" = (
/obj/structure/bed/chair{
dir = 4
},
/obj/structure/machinery/power/apc/antag{
dir = 1
},
/turf/open/floor/wood{
icon_state = "wood-broken3"
},
/area/adminlevel/ert_station/clf_station)
"Ie" = (
/turf/open/gm/dirtgrassborder{
dir = 1;
Expand Down Expand Up @@ -3006,7 +3017,7 @@ zO
Ch
ZI
ZI
MQ
Ia
mw
mw
LQ
Expand Down
Loading

0 comments on commit 6209e7a

Please sign in to comment.