Merge pull request #9228 from VOREStation/upstream-merge-7711

[MIRROR] fix infinite ratburgers
This commit is contained in:
Verkister
2020-10-19 10:39:06 +00:00
committed by Chompstation Bot
parent a3f9f88bea
commit e8e63a2ea1
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -208,7 +208,7 @@
var/obj/item/I = locate(i) in container
if (I && I.reagents)
I.reagents.trans_to_holder(buffer,I.reagents.total_volume)
qdel(I)
qdel(I)
//Find fruits
if (fruit && fruit.len)
@@ -0,0 +1,4 @@
author: Meghan-Rossi
delete-after: True
changes:
- bugfix: "Cooking a mouse into a mouseburger now uses up the mouse."