mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-03 14:03:25 +00:00
Potato in processor doesn't transform into fries anymore
What it says on the tin. Fixes issue discussed in #4596.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/obj/machinery/processor
|
||||
name = "Food Processor"
|
||||
icon = 'icons/obj/kitchen.dmi'
|
||||
@@ -43,7 +42,7 @@
|
||||
*/
|
||||
potato
|
||||
input = /obj/item/weapon/reagent_containers/food/snacks/grown/potato
|
||||
output = /obj/item/weapon/reagent_containers/food/snacks/fries
|
||||
output = /obj/item/weapon/reagent_containers/food/snacks/rawsticks
|
||||
|
||||
carrot
|
||||
input = /obj/item/weapon/reagent_containers/food/snacks/grown/carrot
|
||||
@@ -160,3 +159,4 @@
|
||||
"You hear the food processor stopping/")
|
||||
|
||||
|
||||
\red The processor is in the process of processing.
|
||||
|
||||
Reference in New Issue
Block a user