Merge pull request #10295 from Citadel-Station-13/kevinz000-patch-2

Brain surgery can now fix an abductee's mindsnap objectives
This commit is contained in:
Ghom
2020-01-29 05:34:49 +01:00
committed by GitHub
8 changed files with 57 additions and 32 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
var/can_gain = TRUE
var/random_gain = TRUE //can this be gained through random traumas?
var/resilience = TRAUMA_RESILIENCE_BASIC //how hard is this to cure?
var/clonable = TRUE // will this transfer if the brain is cloned?
var/clonable = TRUE // will this transfer if the brain is cloned? - currently has no effect
/datum/brain_trauma/Destroy()
if(brain && brain.traumas)