[Ready]Adds the Pax reagent, small tweaks to pacifism

This commit is contained in:
XDTM
2017-12-29 09:37:10 +01:00
committed by CitadelStationBot
parent 96543b5e63
commit d8943d6a1e
5 changed files with 38 additions and 0 deletions
@@ -72,6 +72,10 @@
else if(eye_blurry) //blurry eyes heal slowly
adjust_blurriness(-1)
if(has_disability(DISABILITY_PACIFISM) && a_intent == INTENT_HARM)
to_chat(src, "<span class='notice'>You don't feel like harming anybody.</span>")
a_intent_change(INTENT_HELP)
/mob/living/carbon/human/handle_mutations_and_radiation()
if(!dna || !dna.species.handle_mutations_and_radiation(src))
..()