mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Fix in-round built void core icon updating
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user