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:
Jack Edge
2019-01-10 21:28:35 +00:00
parent 8964783c7c
commit 356c960ceb

View File

@@ -1,10 +1,11 @@
/datum/brain_trauma/special/creep
name = "Erotomania"
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."
lose_text = "<span class='warning'>You no longer feel so attached.</span>"
can_gain = TRUE
random_gain = FALSE
resilience = TRAUMA_RESILIENCE_SURGERY
var/mob/living/obsession
var/datum/objective/spendtime/attachedcreepobj
@@ -117,4 +118,4 @@
possible_targets += possible_target.current
if(possible_targets.len > 0)
chosen_victim = pick(possible_targets)
return chosen_victim
return chosen_victim