we just want the trauma to be niche, not unachievable.

This commit is contained in:
Ghommie
2019-06-28 23:21:10 +02:00
parent 3291b9c47a
commit d93e63af53
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -265,7 +265,7 @@
var/list/datum/brain_trauma/possible_traumas = list()
for(var/T in subtypesof(brain_trauma_type))
var/datum/brain_trauma/BT = T
if(can_gain_trauma(BT, resilience))
if(can_gain_trauma(BT, resilience) && initial(BT.random_gain))
possible_traumas += BT
if(!LAZYLEN(possible_traumas))