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,6 +333,9 @@
|
||||
if(OUTFIT_PDA_SMART)
|
||||
I.icon = 'icons/obj/pda_smart.dmi'
|
||||
I.update_icon()
|
||||
if (H.pda_choice == OUTFIT_WRISTBOUND)
|
||||
H.equip_or_collect(I, slot_wrists)
|
||||
else
|
||||
H.equip_or_collect(I, slot_wear_id)
|
||||
|
||||
if(id)
|
||||
|
||||
6
html/changelogs/WristPdaSlot.yml
Normal file
6
html/changelogs/WristPdaSlot.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
author: TheGreyWolf
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "When selecting the wristbound PDA type in character setup, it now spawns in the wrist slot."
|
||||
Reference in New Issue
Block a user