Update species.dm (#52319)

This commit is contained in:
ラッピ from PSO2
2020-07-18 21:38:32 +02:00
committed by GitHub
parent eca27f33af
commit d744aec5d0
@@ -285,6 +285,7 @@ GLOBAL_LIST_EMPTY(roundstart_races)
if(!brain.decoy_override)//"Just keep it if it's fake" - confucius, probably
brain.Remove(C,TRUE, TRUE) //brain argument used so it doesn't cause any... sudden death.
QDEL_NULL(brain)
oldorgan = null //now deleted
else
oldorgan.Remove(C,TRUE)
QDEL_NULL(oldorgan) //we cannot just tab this out because we need to skip the deleting if it is a decoy brain.