-Obligatory flour conversion bugfix commit: Fixes donk pockets needing flour to be warmed up.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4639 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
d_h2005@yahoo.com
2012-09-07 03:41:36 +00:00
parent ecd2bcec56
commit 21c60a21bd

View File

@@ -195,6 +195,7 @@
return being_cooked
/datum/recipe/donkpocket/warm
reagents = list() //This is necessary since this is a child object of the above recipe and we don't want donk pockets to need flour
items = list(
/obj/item/weapon/reagent_containers/food/snacks/donkpocket
)