mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
Merge pull request #4624 from Verkister/patch-30
Fixes food not getting digested on itemweak.
This commit is contained in:
@@ -87,7 +87,8 @@
|
|||||||
else if(isrobot(B.owner))
|
else if(isrobot(B.owner))
|
||||||
var/mob/living/silicon/robot/R = B.owner
|
var/mob/living/silicon/robot/R = B.owner
|
||||||
R.cell.charge += 150
|
R.cell.charge += 150
|
||||||
|
qdel(src)
|
||||||
|
return w_class
|
||||||
. = ..()
|
. = ..()
|
||||||
|
|
||||||
/obj/item/weapon/holder/digest_act(var/atom/movable/item_storage = null)
|
/obj/item/weapon/holder/digest_act(var/atom/movable/item_storage = null)
|
||||||
|
|||||||
Reference in New Issue
Block a user