mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 16:10:02 +01:00
Clip-On Radios (#19164)
Adds Clip-On Radios, which can be equipped to both ear or wrist slots, always appearing on the body, clipped onto your uniform or jacket.
This commit is contained in:
@@ -495,7 +495,7 @@ var/list/preferences_datums = list()
|
||||
|
||||
character.pda_choice = pda_choice
|
||||
|
||||
if(headset_choice > OUTFIT_THIN_WRISTRAD || headset_choice < OUTFIT_NOTHING)
|
||||
if(headset_choice > OUTFIT_CLIPON || headset_choice < OUTFIT_NOTHING)
|
||||
headset_choice = OUTFIT_HEADSET
|
||||
|
||||
character.headset_choice = headset_choice
|
||||
|
||||
Reference in New Issue
Block a user