Update cell_charger.dm

This commit is contained in:
deathride58
2018-02-12 13:42:51 -05:00
committed by GitHub
parent a0feb17597
commit f5eb7f7101

View File

@@ -61,14 +61,6 @@
return
if(!charging && default_unfasten_wrench(user, W))
return
<<<<<<< HEAD
anchored = !anchored
to_chat(user, "<span class='notice'>You [anchored ? "attach" : "detach"] [src] [anchored ? "to" : "from"] the ground</span>")
playsound(src.loc, W.usesound, 75, 1)
else
=======
>>>>>>> 0b718fa... Cell chargers are now buildable and (upgradable!) machines. (#35517)
return ..()
/obj/machinery/cell_charger/deconstruct()
@@ -133,4 +125,4 @@
charging.give(charge_rate) //this is 2558, efficient batteries exist
updateicon()