Fixes a very annoying spawn (#24588)

* Fixes a very annoying spawn

* Yeah whatever
This commit is contained in:
Cyberboss
2017-03-03 10:38:15 +13:00
committed by oranges
parent 3d830aa5c2
commit 2a8e5ff4cb
+1 -4
View File
@@ -156,10 +156,7 @@
//BubbleWrap END
if (src && usr.machine==src) //do not reopen closed window
spawn( 0 )
src.interact(usr)
return
return
addtimer(CALLBACK(src, /atom/.proc/interact, usr), 0)
/obj/item/stack/proc/building_checks(datum/stack_recipe/R, multiplier)
if (src.get_amount() < R.req_amount*multiplier)