Skip to content

Commit

Permalink
should fix knockback (hopefully without knock on effects)
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Jul 23, 2023
1 parent 9f56b0a commit 4cbd60c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/typecheck/humanoids.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#define isspeciessynth(A) (A.species?.group == SPECIES_SYNTHETIC)

//Size checks for carbon to use instead of typechecks. (Hellhounds are deprecated)
#define iscarbonsizexeno(A) (A.mob_size >= MOB_SIZE_XENO_SMALL)
#define iscarbonsizexeno(A) (A.mob_size >= MOB_SIZE_XENO_VERY_SMALL)
#define iscarbonsizehuman(A) (A.mob_size <= MOB_SIZE_HUMAN)

//job/role helpers
Expand Down

0 comments on commit 4cbd60c

Please sign in to comment.