mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
Gaining the creep trauma no longer happens via brain damage
🆑 coiax tweak: The creep trauma/antagonist is no longer gained via brain damage. /🆑 Stops self-antaging from repeated brain damage/healing, and also just generally leaves it only assigned via the event or admins.
This commit is contained in:
@@ -1,10 +1,11 @@
|
|||||||
/datum/brain_trauma/special/creep
|
/datum/brain_trauma/special/creep
|
||||||
name = "Erotomania"
|
name = "Erotomania"
|
||||||
desc = "Patient has a subtype of delusional disorder, becoming irrationally attached to someone."
|
desc = "Patient has a subtype of delusional disorder, becoming irrationally attached to someone."
|
||||||
scan_desc = "severe erotomaniac delusions"
|
scan_desc = "erotomaniac delusions"
|
||||||
gain_text = "If you see this message, make a github issue report. The trauma initialized wrong."
|
gain_text = "If you see this message, make a github issue report. The trauma initialized wrong."
|
||||||
lose_text = "<span class='warning'>You no longer feel so attached.</span>"
|
lose_text = "<span class='warning'>You no longer feel so attached.</span>"
|
||||||
can_gain = TRUE
|
can_gain = TRUE
|
||||||
|
random_gain = FALSE
|
||||||
resilience = TRAUMA_RESILIENCE_SURGERY
|
resilience = TRAUMA_RESILIENCE_SURGERY
|
||||||
var/mob/living/obsession
|
var/mob/living/obsession
|
||||||
var/datum/objective/spendtime/attachedcreepobj
|
var/datum/objective/spendtime/attachedcreepobj
|
||||||
@@ -117,4 +118,4 @@
|
|||||||
possible_targets += possible_target.current
|
possible_targets += possible_target.current
|
||||||
if(possible_targets.len > 0)
|
if(possible_targets.len > 0)
|
||||||
chosen_victim = pick(possible_targets)
|
chosen_victim = pick(possible_targets)
|
||||||
return chosen_victim
|
return chosen_victim
|
||||||
|
|||||||
Reference in New Issue
Block a user