Fixes #9550 - beakers hit microwaves

This commit is contained in:
Kelenius
2015-07-22 12:40:16 +03:00
parent 3579ab8373
commit 76fb9ca357
+1 -1
View File
@@ -130,7 +130,7 @@
if (!(R.id in acceptable_reagents))
user << "\red Your [O] contains components unsuitable for cookery."
return 1
//G.reagents.trans_to(src,G.amount_per_transfer_from_this)
return
else if(istype(O,/obj/item/weapon/grab))
var/obj/item/weapon/grab/G = O
user << "\red This is ridiculous. You can not fit \the [G.affecting] in this [src]."