Skip to content

Commit

Permalink
Update handheld_distress_beacon.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Waseemq1235 committed Aug 3, 2024
1 parent 0701653 commit c18e2ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/game/objects/items/handheld_distress_beacon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,13 @@
recipient = "the Corporate Security Division"
ert_paths = list(/datum/emergency_call/goon/bodyguard) // "Weyland-Yutani Goon (Executive Bodyguard Detail)"
ert_short_names = list("SEND BODYGUARD")

// Provost office distress beacon held by Inspectors+
/obj/item/handheld_distress_beacon/provost
name = "\improper Provost Office handheld beacon"
desc = "A standard Provost Office beacon branded with the Provost Office symbol, provided to personnel for emergencies. It features an extended relay antenna and calls a squadron of Provost enforcers."

beacon_type = "Provost Enforcers beacon"
recipient = "the USS Superintendent"
ert_paths = list(/datum/emergency_call/provost_enforcer) // "USCM Provost Enforcers"
ert_short_names = list("SEND ENFORCERS")

0 comments on commit c18e2ca

Please sign in to comment.