Make cells show correct icon when they spawn

Initialize is great for cells sitting on a counter or something when the map loads. But not really for cells in guns that R&D prints and stuff. Kinda needs to be in New().
This commit is contained in:
Arokha Sieyes
2017-04-02 19:21:45 -04:00
parent 53388aced3
commit e69f5bf981

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)