Update recharger.dm

This commit is contained in:
Novacat
2019-07-31 01:46:21 -04:00
committed by GitHub
parent f03ec2fbe8
commit dc9d475725
-5
View File
@@ -72,13 +72,8 @@
if(EW.use_external_power)
to_chat(user, "<span class='notice'>\The [EW] has no recharge port.</span>")
return
<<<<<<< HEAD
else if(!G.get_cell() && !istype(G, /obj/item/ammo_casing/nsfw_batt)) //VOREStation Edit: NSFW charging
to_chat(user, "This device does not have a battery installed.")
=======
else if(!G.get_cell())
to_chat(user, "\The [G] does not have a battery installed.")
>>>>>>> da7ced3... Merge pull request #6328 from Nalarac/recharger
return
user.drop_item()