mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-26 06:39:22 +01:00
fix infinite ratburgers (#7711)
fixes https://github.com/PolarisSS13/Polaris/issues/7709 (mice used in mouse burgers not being used up)
This commit is contained in:
@@ -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