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
+2 -3
View File
@@ -182,9 +182,8 @@
if (istype(location, /turf/simulated))
location.add_blood_floor(M)
if("fire")
if (!(RESIST_COLD in M.mutations))
M.take_organ_damage(0, power)
to_chat(M, "Aargh it burns!")
M.take_organ_damage(0, power)
to_chat(M, "Aargh it burns!")
M.updatehealth()
add_fingerprint(user)
return 1