Merge pull request #8908 from Neerti/4/18/2015_microwave_fix

Fixes #8882
This commit is contained in:
PsiOmegaDelta
2015-04-19 08:49:52 +02:00
+2
View File
@@ -111,6 +111,7 @@
user.visible_message( \
"\blue [user] has added one of [O] to \the [src].", \
"\blue You add one of [O] to \the [src].")
return
else
// user.remove_from_mob(O) //This just causes problems so far as I can tell. -Pete
user.drop_item()
@@ -118,6 +119,7 @@
user.visible_message( \
"\blue [user] has added \the [O] to \the [src].", \
"\blue You add \the [O] to \the [src].")
return
else if(istype(O,/obj/item/weapon/reagent_containers/glass) || \
istype(O,/obj/item/weapon/reagent_containers/food/drinks) || \
istype(O,/obj/item/weapon/reagent_containers/food/condiment) \