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
View File
@@ -337,7 +337,6 @@
continue
M.show_message("[user.name] smashed the light!", 3, "You hear a tinkle of breaking glass", 2)
if(on && (W.flags & CONDUCT))
//if(!user.mutations & RESIST_COLD)
if (prob(12))
electrocute_mob(user, get_area(src), src, 0.3)
broken()
@@ -374,7 +373,6 @@
var/datum/effect/system/spark_spread/s = new /datum/effect/system/spark_spread
s.set_up(3, 1, src)
s.start()
//if(!user.mutations & RESIST_COLD)
if (prob(75))
electrocute_mob(user, get_area(src), src, rand(0.7,1.0))