Skip to content

Commit

Permalink
USCMSave
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Jun 3, 2024
1 parent a521b0f commit 7ce0e37
Show file tree
Hide file tree
Showing 4 changed files with 16,489 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/emergency_calls/cbrn.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "CBRN (Squad)"
arrival_message = "A CBRN squad has been dispatched to your ship. Stand by."
objectives = "Handle the chemical, biological, radiological, or nuclear threat. Further orders may be provided."
home_base = /datum/lazy_template/ert/weyland_station
home_base = /datum/lazy_template/ert/uscm_station
mob_min = 3
mob_max = 5
max_heavies = 0
Expand Down
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 @@ -15,3 +15,6 @@

/datum/lazy_template/ert/pizza_station
map_name = "pizza_ert_station"

/datum/lazy_template/ert/uscm_station
map_name = "uscm_ert_station"
4 changes: 4 additions & 0 deletions code/game/area/admin_level.dm
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,10 @@
name = "Weyland-Yutani Station"
icon_state = "red"

/area/adminlevel/ert_station/uscm_station
name = "USCM Station"
icon_state = "green"

/area/adminlevel/ert_station/freelancer_station
name = "Freelancer Station"
icon_state = "yellow"
Expand Down
Loading

0 comments on commit 7ce0e37

Please sign in to comment.