MIGRATIONS DELETIONS AND QUIRKS OH MY

This commit is contained in:
Timothy Teakettle
2022-08-05 18:06:49 +01:00
parent 818e564c92
commit b05f6e221d
5 changed files with 28 additions and 138 deletions
-1
View File
@@ -74,7 +74,6 @@ GLOBAL_LIST_INIT(turfs_without_ground, typecacheof(list(
#define iscatperson(A) (ishumanbasic(A) && istype(A.dna.species, /datum/species/human/felinid))
#define isethereal(A) (is_species(A, /datum/species/ethereal))
#define isvampire(A) (is_species(A,/datum/species/vampire))
#define isdullahan(A) (is_species(A, /datum/species/dullahan))
#define ismush(A) (is_species(A, /datum/species/mush))
#define isshadow(A) (is_species(A, /datum/species/shadow))