Removes Beefmen's phobia (#279)

* Update beefman.dm

* Update beefman.dm

* Update beefman.dm
This commit is contained in:
John Willard
2021-07-20 08:19:57 -04:00
committed by GitHub
parent d510f7b7ce
commit 0626dc6dd9

View File

@@ -101,7 +101,6 @@
// Be Spooked but Educated
//C.gain_trauma(pick(startTraumas))
if (SStraumas.phobia_types && SStraumas.phobia_types.len) // NOTE: ONLY if phobias have been defined! For some reason, sometimes this gets FUCKED??
C.gain_trauma(/datum/brain_trauma/mild/phobia/strangers, TRAUMA_RESILIENCE_ABSOLUTE)
C.gain_trauma(/datum/brain_trauma/mild/hallucinations, TRAUMA_RESILIENCE_ABSOLUTE)
C.gain_trauma(/datum/brain_trauma/special/bluespace_prophet/phobetor, TRAUMA_RESILIENCE_ABSOLUTE)
@@ -159,7 +158,6 @@
// Resolve Trauma
C.cure_trauma_type(/datum/brain_trauma/special/bluespace_prophet/phobetor, TRAUMA_RESILIENCE_ABSOLUTE)
C.cure_trauma_type(/datum/brain_trauma/mild/phobia/strangers, TRAUMA_RESILIENCE_ABSOLUTE)
C.cure_trauma_type(/datum/brain_trauma/mild/hallucinations, TRAUMA_RESILIENCE_ABSOLUTE)
/datum/species/beefman/random_name(gender,unique,lastname)