Fix in-round built void core icon updating

This commit is contained in:
Aronai Sieyes
2020-04-25 14:26:04 -04:00
parent 32707a0d2f
commit e802abcbdc
2 changed files with 17 additions and 3 deletions
@@ -13,6 +13,9 @@
newcell.charge = newcell.maxcharge * percentage
qdel(src)
/obj/item/weapon/cell/device/weapon/recharge/alien/update_icon()
return
//The machine cell
/obj/item/weapon/cell/void
@@ -37,6 +40,8 @@
newcell.charge = newcell.maxcharge * percentage
qdel(src)
/obj/item/weapon/cell/void/update_icon()
return
// Bloo friendlier hybrid tech
/obj/item/weapon/cell/device/weapon/recharge/alien/hybrid