mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-23 08:31:57 +00:00
makes the wristbound spawn in the wrist slot (#12126)
Co-authored-by: TheGreyWolf <mc-casper@hotmail.dk>
This commit is contained in:
@@ -333,7 +333,10 @@
|
||||
if(OUTFIT_PDA_SMART)
|
||||
I.icon = 'icons/obj/pda_smart.dmi'
|
||||
I.update_icon()
|
||||
H.equip_or_collect(I, slot_wear_id)
|
||||
if (H.pda_choice == OUTFIT_WRISTBOUND)
|
||||
H.equip_or_collect(I, slot_wrists)
|
||||
else
|
||||
H.equip_or_collect(I, slot_wear_id)
|
||||
|
||||
if(id)
|
||||
var/obj/item/modular_computer/P = H.wear_id
|
||||
|
||||
Reference in New Issue
Block a user