mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
runtime fix (#8735)
This commit is contained in:
@@ -78,7 +78,7 @@ GLOBAL_LIST_INIT(rod_recipes, list ( \
|
||||
if (!R && replace)
|
||||
user.put_in_hands(new_item)
|
||||
// SKYRAT EDIT ADDITION BEGIN: Reagent Forging
|
||||
if(istype(W, /obj/item/forging/tongs))
|
||||
else if(istype(W, /obj/item/forging/tongs))
|
||||
var/obj/searchObj = locate(/obj) in W.contents
|
||||
if(searchObj)
|
||||
to_chat(user, span_warning("The tongs are already holding something, make room."))
|
||||
|
||||
Reference in New Issue
Block a user