mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-23 03:56:27 +01:00
Merge pull request #607 from Razgriz1032/Razgriz1032-Metroid-Backgroundwork
Metroid backgroundwork
This commit is contained in:
@@ -261,6 +261,9 @@
|
||||
#define SPECIES_XENO_SENTINEL "Xenomorph Sentinel"
|
||||
#define SPECIES_XENO_QUEEN "Xenomorph Queen"
|
||||
|
||||
// Metroid IDs
|
||||
#define SPECIES_METROIOD_QUEEN "Metroid Queen"
|
||||
|
||||
// Misc species. Mostly unused but might as well be complete.
|
||||
#define SPECIES_SHADOW "Shadow"
|
||||
#define SPECIES_SKELETON "Skeleton"
|
||||
|
||||
@@ -44,6 +44,8 @@
|
||||
|
||||
#define isslime(A) istype(A, /mob/living/simple_animal/slime)
|
||||
|
||||
#define ismetroid(A) istype(A, /mob/living/simple_animal/hostile/metroid)
|
||||
|
||||
#define isbot(A) istype(A, /mob/living/bot)
|
||||
|
||||
#define isxeno(A) istype(A, /mob/living/simple_animal/xeno)
|
||||
|
||||
Reference in New Issue
Block a user