Skip to content

Commit

Permalink
USCM ERT Station | USS Kurtz (#6368)
Browse files Browse the repository at this point in the history
# About the pull request

Adds a USCM ERT station that can be used for ERTs. The station consists
of the entire lower-deck and a tiny snap-shot of the upper deck based
off of the Sulaco.

The name of the ship is the 'USS Kurtz', this is based off of the
character from Joseph Conrad's novel 'Heart of Darkness', this is meant
to follow the criteria of USCM ships being named off of concepts, people
or places from his novels.

Currently only the CBRN ERT will use this.

# Explain why it's good for the game

Bit odd the CBRN were coming from a WY ship. More roleplay options as to
being rescued by a USCM warship, or for admin events

Nice Nostalgia to see the ole Sulaco back in action as well. 


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>


</details>


# Changelog
:cl:
mapadd: The USS Kurtz has been added as a USCM affiliated ERT station.
The design off the USS Kurtz is based off of the USS Sulaco, from older
versions of CM-SS13. The USS Kurtz features the entire lower-deck and a
snapshot of the upper deck.
mapadd: The USCM CBRN ERT will use the USS Kurtz as their homebase. 
/:cl:

---------

Co-authored-by: Steelpoint <[email protected]>
  • Loading branch information
Steelpoint and Steelpoint committed Jul 8, 2024
1 parent da87721 commit 83239d4
Show file tree
Hide file tree
Showing 5 changed files with 10,577 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/datums/emergency_calls/cbrn.dm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/datum/emergency_call/cbrn
name = "CBRN (Squad)"
arrival_message = "A CBRN squad has been dispatched to your ship. Stand by."
arrival_message = "Attention, this is the USS Kurtz, we have dispatched a CBRN squad to your ship per your distress call. Stand by for arrival."
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 Expand Up @@ -41,7 +41,7 @@

/datum/emergency_call/cbrn/ert
name = "CBRN (Distress)"
arrival_message = "Your distress signal has been received and we are dispatching the nearest CBRN squad to board with you now. Stand by."
arrival_message = "Attention, this is the USS Kurtz, we have dispatched a CBRN squad to your ship per your distress call. Stand by for arrival."
probability = 10

/datum/emergency_call/cbrn/ert/New()
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
Binary file modified icons/obj/structures/props/almayer_props64.dmi
Binary file not shown.
Loading

0 comments on commit 83239d4

Please sign in to comment.