Revert "Merge pull request #1055 from DragonTrance/apparition-antagonist"

This reverts commit 5488e82e13, reversing
changes made to fa04b528f9.
This commit is contained in:
QuoteFox
2021-03-26 05:59:30 +00:00
parent 5488e82e13
commit 04d01ed851
16 changed files with 0 additions and 1235 deletions
-3
View File
@@ -89,9 +89,6 @@ GLOBAL_LIST_INIT(turfs_without_ground, typecacheof(list(
#define isxenoperson(A) (is_species(A, /datum/species/xeno))
#define isstartjelly(A) (is_species(A, /datum/species/jelly/roundstartslime))
// Hyperstation Carbon Stuff
#define iswendigo(A) (istype(A, /mob/living/carbon/wendigo))
//more carbon mobs
#define ismonkey(A) (istype(A, /mob/living/carbon/monkey))
-1
View File
@@ -69,7 +69,6 @@
#define ALIEN_BODYPART "alien"
#define LARVA_BODYPART "larva"
#define DEVIL_BODYPART "devil"
#define WENDIGO_BODYPART "wendigo"
/*see __DEFINES/inventory.dm for bodypart bitflag defines*/
// Health/damage defines for carbon mobs