[MIRROR] Fixes iscatperson helper (#5241)
* Fixes iscatperson check * Fixes iscatperson helper
This commit is contained in:
committed by
Poojawa
parent
799038ab26
commit
ae1a00f345
@@ -69,7 +69,7 @@
|
||||
#define ishumanbasic(A) (is_species(A, /datum/species/human))
|
||||
|
||||
//why arent catpeople a subspecies
|
||||
#define iscatperson(A) (ishumanbasic(A) && ( A.dna.features["ears"] == "Cat" || A.dna.features["human_tail"] == "Cat") )
|
||||
#define iscatperson(A) (ishumanbasic(A) && ( A.dna.features["ears"] == "Cat" || A.dna.features["tail_human"] == "Cat") )
|
||||
|
||||
//more carbon mobs
|
||||
#define ismonkey(A) (istype(A, /mob/living/carbon/monkey))
|
||||
|
||||
Reference in New Issue
Block a user