Clicking the magnetic card slot option on the desktop will eject all cards. No more eating cards!

This commit is contained in:
DJSnapshot
2014-06-24 06:31:32 -04:00
committed by ZomgPonies
parent a4f2b0af97
commit fc9143051f
2 changed files with 12 additions and 0 deletions
@@ -111,6 +111,8 @@
var/mob/living/carbon/human/user = usr
if(istype(user) && !user.get_active_hand())
user.put_in_hands(reader)
else
reader.loc = computer.loc
reader = null
// Authorizes the user based on the computer's requirements
@@ -190,5 +192,7 @@
var/mob/living/carbon/human/user = usr
if(ishuman(user) && !user.get_active_hand())
user.put_in_hands(card)
else
card.loc = computer.loc