mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user