mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 01:22:13 +00:00
Makes the Ore Redemption Console more liberal about ejecting the ID to inactive hand (#9623)
Removes an if directive specifying the active hand for the target of ejecting IDs to give miners a little more quality of life.
This commit is contained in:
@@ -123,8 +123,7 @@
|
||||
if(istype(inserted_id))
|
||||
if(href_list["choice"] == "eject")
|
||||
inserted_id.forceMove(loc)
|
||||
if(!usr.get_active_hand())
|
||||
usr.put_in_hands(inserted_id)
|
||||
usr.put_in_hands(inserted_id)
|
||||
inserted_id = null
|
||||
if(href_list["choice"] == "claim")
|
||||
if(access_mining_station in inserted_id.access)
|
||||
|
||||
Reference in New Issue
Block a user