Skip to content

Commit

Permalink
Tele COPE (#15810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon committed May 20, 2024
1 parent 93fed90 commit c33f2ec
Show file tree
Hide file tree
Showing 16 changed files with 510 additions and 456 deletions.
2 changes: 2 additions & 0 deletions code/__DEFINES/dcs/signals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@
#define COMSIG_GLOB_CAMPAIGN_OB_BEACON_ACTIVATION "!campaign_ob_beacon_activation"
///Campaign OB beacon going off
#define COMSIG_GLOB_CAMPAIGN_OB_BEACON_TRIGGERED "!campaign_ob_beacon_triggered"
///Enables the teleporter array
#define COMSIG_GLOB_TELEPORTER_ARRAY_ENABLED "!teleporter_array_enabled"

//////////////////////////////////////////////////////////////////
// /datum/component signals
Expand Down
3 changes: 3 additions & 0 deletions code/__DEFINES/fire_support.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
#define FIRESUPPORT_TYPE_SMOKE_MORTAR_SOM "smoke_mortar_som"
///Satrapine smoke mortar barrage
#define FIRESUPPORT_TYPE_SATRAPINE_SMOKE_MORTAR "satrapine_smoke_mortar"
///Teleported COPE sentry
#define FIRESUPPORT_TYPE_TELE_COPE "tele_cope"

//Noncampaign mode types
///Unlimited GAU for regular gamemodes
Expand Down Expand Up @@ -67,4 +69,5 @@ GLOBAL_LIST_INIT(fire_support_types, list(
FIRESUPPORT_TYPE_INCENDIARY_MORTAR_SOM = new /datum/fire_support/mortar/incendiary/som,
FIRESUPPORT_TYPE_SMOKE_MORTAR_SOM = new /datum/fire_support/mortar/smoke/som,
FIRESUPPORT_TYPE_SATRAPINE_SMOKE_MORTAR = new /datum/fire_support/mortar/smoke/satrapine,
FIRESUPPORT_TYPE_TELE_COPE = new /datum/fire_support/tele_cope,
))
Loading

0 comments on commit c33f2ec

Please sign in to comment.