Some trauma rebalancing (#12144)

* Some trauma rebalancing.

* Wow I didn't actually commit the 50% change

* when did i stop compiling before pushing
This commit is contained in:
Putnam3145
2020-05-08 16:42:39 -07:00
committed by GitHub
parent 3a8e9da73b
commit 3531459d8b
4 changed files with 10 additions and 8 deletions
@@ -58,7 +58,7 @@
var/mob/living/carbon/C = M
if(prob(10))
if(trauma_heal_severe)
C.cure_trauma_type(resilience = TRAUMA_RESILIENCE_LOBOTOMY)
C.cure_trauma_type(resilience = TRAUMA_RESILIENCE_SURGERY)
else
C.cure_trauma_type(resilience = TRAUMA_RESILIENCE_BASIC)