Merge pull request #21730 from tgstation/optimumtact-patch-1

Fix runtime with rupees
This commit is contained in:
Joan Lung
2016-11-25 21:23:39 -05:00
committed by GitHub
@@ -105,6 +105,8 @@
..()
/obj/item/rupee/Crossed(mob/M)
if(!istype(M))
return
if(M.put_in_hands(src))
if(src != M.get_active_held_item())
M.swap_hand()
@@ -116,4 +118,4 @@
..()
/obj/effect/landmark/error
name = "error"
name = "error"