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:
Hockaa
2020-08-09 11:24:33 +01:00
committed by GitHub
parent 2433fb4ac0
commit b0a7c56e6a
2 changed files with 7 additions and 2 deletions

View File

@@ -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)