Changed all the magic numbers for mutations to PORTALS, COLD_RESISTANCE, XRAY, HULK, CLOWN, FAT and HUSK constants.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1545 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2011-05-07 18:29:23 +00:00
parent 21d54015f2
commit 678238a0a1
59 changed files with 201 additions and 192 deletions
+1 -1
View File
@@ -459,7 +459,7 @@
AM.loc = src
if(istype(AM, /mob/living/carbon/human))
var/mob/living/carbon/human/H = AM
if(H.mutations & 32) // is a human and fat?
if(H.mutations & FAT) // is a human and fat?
has_fat_guy = 1 // set flag on holder
if(istype(AM, /obj/bigDelivery))
var/obj/bigDelivery/T = AM