mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
[MIRROR] Donuts found in sec vendors and boxes can now be used to make glazed donuts [MDB IGNORE] (#9559)
* Donuts found in sec vendors and boxes can now be used to make glazed donuts (#62910) * Donuts found in sec vendors and boxes can now be used to make glazed donuts * Hopefully fixes CI Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com>
This commit is contained in:
co-authored by
Ghom
GoldenAlpharex
parent
f7d751e115
commit
d3692922ef
@@ -36,7 +36,7 @@
|
||||
/datum/recipe
|
||||
var/list/reagents_list // example: = list(/datum/reagent/consumable/berryjuice = 5) // do not list same reagent twice
|
||||
var/list/items // example: =list(/obj/item/crowbar, /obj/item/welder) // place /foo/bar before /foo
|
||||
var/result //example: = /obj/item/food/donut
|
||||
var/result //example: = /obj/item/food/donut/plain
|
||||
var/time = 100 // 1/10 part of second
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user