mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-16 01:23:41 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user