Merge pull request #3212 from VOREStation/aro-pol-cellicon

Make cells show correct icon when they spawn
This commit is contained in:
Anewbe
2017-04-04 17:50:56 -05:00
committed by GitHub

View File

@@ -5,9 +5,6 @@
/obj/item/weapon/cell/New()
..()
charge = maxcharge
/obj/item/weapon/cell/initialize()
..()
update_icon()
/obj/item/weapon/cell/drain_power(var/drain_check, var/surge, var/power = 0)