mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Update species.dm (#52319)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user