Fixes+Cleans Up Cold+Heat Resist Mutations

This commit is contained in:
Fox-McCloud
2016-04-15 00:38:44 -04:00
parent 47f1e5c021
commit afddc2d8f1
10 changed files with 18 additions and 36 deletions
+1 -2
View File
@@ -334,8 +334,7 @@
var/turf/simulated/location = get_turf(M)
if(istype(location)) location.add_blood_floor(M)
if("fire")
if (!(RESIST_COLD in M.mutations))
M.take_organ_damage(0, force)
M.take_organ_damage(0, force)
M.updatehealth()
if(seed && seed.get_trait(TRAIT_CARNIVOROUS))