mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 20:17:15 +01:00
Merge pull request #5581 from Anewbe/mining_toys
Technically adds the Ore Redemption Machine
This commit is contained in:
@@ -111,6 +111,13 @@
|
||||
src.loc = null
|
||||
return ..()
|
||||
|
||||
// Check if target is reasonable for us to operate on.
|
||||
/obj/item/proc/check_allowed_items(atom/target, not_inside, target_self)
|
||||
if(((src in target) && !target_self) || ((!istype(target.loc, /turf)) && (!istype(target, /turf)) && (not_inside)))
|
||||
return FALSE
|
||||
else
|
||||
return TRUE
|
||||
|
||||
/obj/item/proc/update_twohanding()
|
||||
update_held_icon()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user