mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
Merge pull request #21730 from tgstation/optimumtact-patch-1
Fix runtime with rupees
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user