Skip to content

Commit 50ad056

Browse files
committed
Revert "deletes the not working shitcode for announcing devitt from BB"
This reverts commit fb2c625.
1 parent 8ac1917 commit 50ad056

File tree

1 file changed

+11
-0
lines changed
  • monkestation/code/modules/antagonists/brother/actions

1 file changed

+11
-0
lines changed

monkestation/code/modules/antagonists/brother/actions/gear.dm

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
team.update_action_icons()
7777
for(var/datum/mind/brother as anything in team.members)
7878
to_chat(brother.current, span_boldnotice("[owner.mind.name || owner.real_name] has chosen [chosen_gear.name] as your team's gear! You may drop-pod it in at any time using the Summon Gear action!"), type = MESSAGE_TYPE_INFO, avoid_highlighting = (brother == owner.mind))
79+
var/devitt = /datum/bb_gear/devitt
7980

8081
/datum/action/bb/gear/update_button_name(atom/movable/screen/movable/action_button/button, force)
8182
if(team.chosen_gear)
@@ -84,3 +85,13 @@
8485
else
8586
name = initial(name)
8687
desc = initial(desc)
88+
if(team.chosen_gear == devitt)
89+
priority_announce(
90+
text = "A large Captain is condom is approaching",
91+
title = "Central Command Meteorology Division",
92+
sound = 'sound/machines/alarm.ogg',
93+
has_important_message = TRUE,
94+
sender_override = "CentComm",
95+
color_override = "red",
96+
)
97+
return ..()

0 commit comments

Comments
 (0)