Merge pull request #14257 from Heroman3003/varios-fixes

Various minor fixes
This commit is contained in:
Heroman3003
2022-12-28 05:02:08 +00:00
committed by CHOMPStation2
parent a2dabe62a1
commit 6b5a73d2da
10 changed files with 11 additions and 41 deletions
+3 -1
View File
@@ -12,6 +12,7 @@
user.put_in_active_hand(newcell)
var/percentage = charge/maxcharge
newcell.charge = newcell.maxcharge * percentage
newcell.persist_storable = persist_storable
qdel(src)
//The machine cell
@@ -36,8 +37,9 @@
user.put_in_active_hand(newcell)
var/percentage = charge/maxcharge
newcell.charge = newcell.maxcharge * percentage
newcell.persist_storable = persist_storable
qdel(src)
// Bloo friendlier hybrid tech
/obj/item/weapon/cell/device/weapon/recharge/alien/hybrid
icon = 'icons/obj/power_vr.dmi'