More replacing with plating.

This commit is contained in:
SkyMarshal
2012-01-25 13:56:45 -07:00
parent 54d3ab562f
commit d58e7229da

View File

@@ -192,7 +192,7 @@
if(do_after_cooldown(target))
if(disabled) return
chassis.spark_system.start()
target:ReplaceWithFloor()
target:ReplaceWithPlating()
playsound(target, 'Deconstruct.ogg', 50, 1)
chassis.give_power(energy_drain)
else if (istype(target, /turf/simulated/floor))
@@ -219,7 +219,7 @@
set_ready_state(0)
if(do_after_cooldown(target))
if(disabled) return
target:ReplaceWithFloor()
target:ReplaceWithPlating()
playsound(target, 'Deconstruct.ogg', 50, 1)
chassis.spark_system.start()
chassis.use_power(energy_drain*2)