Final fix for meatbread and omelette making, better tray icon, new fatguy west+east icons, brb making the rest of the fatguy decals. A bit of work, sure, but im sure it can be done in a day or two

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@65 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
polyxenitopalidou
2010-09-06 10:31:58 +00:00
parent c0a9db6274
commit f8b4e2d2ad
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -156,10 +156,10 @@ obj/machinery/microwave/attackby(var/obj/item/O as obj, var/mob/user as mob)
src.flour_amount++
del(O)
else if(istype(O, /obj/item/weapon/reagent_containers/food/snacks/cheesewedge)) // If cheese is used, add it
if(src.flour_amount < 5)
if(src.cheese_amount < 5)
for(var/mob/V in viewers(src, null))
V.show_message(text("\blue [user] adds some cheese to the microwave."))
src.flour_amount++
src.cheese_amount++
del(O)
else if(istype(O, /obj/item/weapon/reagent_containers/food/snacks/monkeymeat))
if(src.monkeymeat_amount < 5)