Changes the is_changeling and is_mindslave procs into proper defines (#25212)

* Changes these procs into proper defines

* Henri review
This commit is contained in:
DGamerL
2024-04-28 20:57:26 +00:00
committed by GitHub
parent fc7acc4597
commit fb027f73dd
24 changed files with 34 additions and 37 deletions
+1 -1
View File
@@ -101,7 +101,7 @@
var/mob/living/carbon/human/H = target
H.update_hair()
if(ischangeling(target))
if(IS_CHANGELING(target))
decoy_brain = TRUE
if(!brain_already_exists)