[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:
SkyratBot
2022-11-21 17:46:25 -05:00
committed by GitHub
co-authored by John Willard tastyfish
parent 556e70fc25
commit 64be8f7adf
44 changed files with 290 additions and 1108 deletions
+1 -3
View File
@@ -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