Skip to content

Commit

Permalink
typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed Feb 21, 2024
1 parent d985671 commit 55fcf8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/typecheck/xenos.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define isxeno_human(A) (isxeno(A) || ishuman(A))
//ask walter if i should turn into castechecks
#define isravager(A) (istype(A, /mob/living/carbon/xenomorph/reaper))
#define isreaper(A) (istype(A, /mob/living/carbon/xenomorph/reaper))
#define isboiler(A) (istype(A, /mob/living/carbon/xenomorph/boiler))
#define iscarrier(A) (istype(A, /mob/living/carbon/xenomorph/carrier))
#define iscrusher(A) (istype(A, /mob/living/carbon/xenomorph/crusher))
Expand Down

0 comments on commit 55fcf8d

Please sign in to comment.