mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
Merge pull request #9228 from VOREStation/upstream-merge-7711
[MIRROR] fix infinite ratburgers
This commit is contained in:
committed by
Chompstation Bot
parent
a3f9f88bea
commit
e8e63a2ea1
@@ -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."
|
||||
Reference in New Issue
Block a user