Files
2023-08-03 00:37:37 -05:00

15 lines
537 B
Plaintext

/datum/brain_trauma/severe/dark_passenger
name = "Severe intrusive thoughts"
desc = "Patient presents erratic and hazardous behavior for unknown motives."
gain_text = ""
lose_text = span_warning("You've won the battle against your intrusive thoughts!")
random_gain = FALSE
/datum/brain_trauma/severe/dark_passenger/on_gain()
owner.mind.add_antag_datum(/datum/antagonist/dark_passenger)
. = ..()
/datum/brain_trauma/severe/dark_passenger/on_lose(silent)
owner.mind.remove_antag_datum(/datum/antagonist/dark_passenger)
. = ..()