Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Sep 8, 2023
1 parent 1eda56b commit 320307f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions code/datums/emergency_calls/cryo_marines.dm
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@


//whiskey outpost extra marines
/datum/emergency_call/cryo_squad
name = "Marine Cryo Reinforcements (Squad)"
mob_max = 10
mob_min = 1
probability = 0
objectives = "Assist the USCM forces"
max_engineers = 4
max_engineers = 2
max_medics = 2
name_of_spawn = /obj/effect/landmark/ert_spawns/distress_cryo
shuttle_id = ""
Expand Down Expand Up @@ -95,3 +94,10 @@

/obj/effect/landmark/ert_spawns/distress_cryo
name = "Distress_Cryo"

/datum/emergency_call/cryo_squad/tech
name = "Marine Cryo Reinforcements (Tech)"
mob_max = 5
max_engineers = 1
max_medics = 1
max_heavies = 0
6 changes: 3 additions & 3 deletions code/modules/cm_tech/techs/marine/tier3/cryorine.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
announce_name = "ALMAYER SPECIAL ASSETS AUTHORIZED"
announce_message = "Additional troops are being taken out of cryo."

required_points = 10
increase_per_purchase = 5
required_points = 6
increase_per_purchase = 6

flags = TREE_FLAG_MARINE
tier = /datum/tier/three
Expand All @@ -23,4 +23,4 @@

/datum/tech/repeatable/cryomarine/on_unlock()
. = ..()
SSticker.mode.get_specific_call("Marine Cryo Reinforcements (Squad)", FALSE, FALSE, announce_dispatch_message = FALSE)
SSticker.mode.get_specific_call("Marine Cryo Reinforcements (Tech)", FALSE, FALSE, announce_dispatch_message = FALSE)

0 comments on commit 320307f

Please sign in to comment.