Fixes inserting reagents in RnD machines

This commit is contained in:
phil235
2016-04-27 13:05:13 +02:00
parent 9657f328ec
commit 33d84ef73f
+1 -4
View File
@@ -81,9 +81,6 @@ Note: Must be placed west/left of and R&D console to function.
/obj/machinery/r_n_d/protolathe/Insert_Item(obj/item/O, mob/user)
if(O.is_open_container()) //inserting reagents into the machine
return 1
if(istype(O,/obj/item/stack/sheet))
. = 1
if(!is_insertion_ready(user))
@@ -113,4 +110,4 @@ Note: Must be placed west/left of and R&D console to function.
else if(user.a_intent != "harm")
user << "<span class='warning'>You cannot insert this item into the [name]!</span>"
else
return 0
return 0