mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
[MIRROR] Removes ID computer parts (Removes computer hardware) [MDB IGNORE] (#17612)
* Removes ID computer parts (Removes computer hardware) * Removes missed file * oop Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> Co-authored-by: tastyfish <crazychris32@gmail.com>
This commit is contained in:
co-authored by
John Willard
tastyfish
parent
556e70fc25
commit
64be8f7adf
@@ -169,10 +169,8 @@
|
||||
if(worn)
|
||||
if(istype(worn, /obj/item/modular_computer/tablet/pda))
|
||||
var/obj/item/modular_computer/tablet/pda/PDA = worn
|
||||
var/obj/item/computer_hardware/card_slot/card = PDA.all_components[MC_CARD]
|
||||
PDA.InsertID(id, H)
|
||||
|
||||
if(card)
|
||||
card.try_insert(id)
|
||||
else if(istype(worn, /obj/item/storage/wallet))
|
||||
var/obj/item/storage/wallet/W = worn
|
||||
W.front_id = id
|
||||
|
||||
Reference in New Issue
Block a user