Fix reagent handling, magic numbers, other errors.

This commit is contained in:
Datraen
2016-04-21 13:29:00 -04:00
parent f09304c508
commit 11a6e74ea9
7 changed files with 94 additions and 83 deletions

View File

@@ -34,3 +34,5 @@
#define issilicon(A) istype(A, /mob/living/silicon)
#define isslime(A) istype(A, /mob/living/carbon/slime)
#define isxeno(A) istype(A, /mob/living/simple_animal/xeno)