mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-10 10:01:40 +00:00
Removes Beefmen's phobia (#279)
* Update beefman.dm * Update beefman.dm * Update beefman.dm
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user