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:
Sparky
2024-05-22 09:09:35 +00:00
committed by GitHub
parent 8ee205a7aa
commit 32a63d39a8
16 changed files with 203 additions and 9 deletions
+1 -1
View File
@@ -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