runtime fix (#8735)

This commit is contained in:
Seris02
2021-10-10 15:27:41 +01:00
committed by GitHub
parent 58ed026123
commit 6e76fbc6bb
+1 -1
View File
@@ -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."))