Clockwork grilles no longer provide CV (#25072)

This commit is contained in:
Joan Lung
2017-03-14 16:15:30 -04:00
committed by KorPhaeron
parent 5509c8e51e
commit b81d5f1f66
-5
View File
@@ -230,17 +230,12 @@
/obj/structure/grille/ratvar/New()
..()
change_construction_value(1)
if(broken)
new /obj/effect/overlay/temp/ratvar/grille/broken(get_turf(src))
else
new /obj/effect/overlay/temp/ratvar/grille(get_turf(src))
new /obj/effect/overlay/temp/ratvar/beam/grille(get_turf(src))
/obj/structure/grille/ratvar/Destroy()
change_construction_value(-1)
return ..()
/obj/structure/grille/ratvar/narsie_act()
take_damage(rand(1, 3), BRUTE)
if(src)