mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
Clicking the magnetic card slot option on the desktop will eject all cards. No more eating cards!
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user