Skip to content

Commit

Permalink
fires_intern
Browse files Browse the repository at this point in the history
  • Loading branch information
sheetofseaweed committed Sep 10, 2024
1 parent 15a8ded commit 8eb48ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/datums/station_traits/neutral_traits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
show_in_report = TRUE
report_message = "Something seems to be wrong with the PDAs issued to you all this shift. Nothing too bad though."
trait_to_give = STATION_TRAIT_PDA_GLITCHED

/*
/datum/station_trait/announcement_intern
name = "Announcement Intern"
trait_type = STATION_TRAIT_NEUTRAL
Expand All @@ -102,14 +102,14 @@
/datum/station_trait/announcement_intern/New()
. = ..()
SSstation.announcer = /datum/centcom_announcer/intern

*/
/datum/station_trait/announcement_medbot
name = "Announcement \"System\""
trait_type = STATION_TRAIT_NEUTRAL
weight = 1
show_in_report = TRUE
report_message = "Our announcement system is under scheduled maintanance at the moment. Thankfully, we have a backup."
blacklist = list(/datum/station_trait/announcement_intern)
//blacklist = list(/datum/station_trait/announcement_intern)

/datum/station_trait/announcement_medbot/New()
. = ..()
Expand Down

0 comments on commit 8eb48ad

Please sign in to comment.