this is annoying, why is angel not defind as a race

This commit is contained in:
TrilbySpaceClone
2020-04-14 11:13:49 -04:00
parent c5b1324d44
commit 79a72a50d4
6 changed files with 63 additions and 6 deletions
+1
View File
@@ -18,3 +18,4 @@
#define DRINK_VERYGOOD 3
#define DRINK_FANTASTIC 4
#define FOOD_AMAZING 5
#define RACE_DRINK 6
+1
View File
@@ -67,6 +67,7 @@ GLOBAL_LIST_INIT(turfs_without_ground, typecacheof(list(
#define iscatperson(A) (ishumanbasic(A) && istype(A.dna.species, /datum/species/human/felinid) )
#define isdwarf(A) (is_species(A, /datum/species/dwarf))
#define isdullahan(A) (is_species(A, /datum/species/dullahan))
#define isangel(A) (is_species(A, /datum/species/angel))
// Citadel specific species
#define isipcperson(A) (is_species(A, /datum/species/ipc))