mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Character Preview Augments (#19196)
* Augments such as the Idris Faceplate are now visible in the character preview screen. 
This commit is contained in:
@@ -223,9 +223,12 @@
|
||||
if((equip_preview_mob & EQUIP_PREVIEW_JOB) && previewJob)
|
||||
previewJob.equip_preview(mannequin, player_alt_titles[previewJob.title], faction)
|
||||
|
||||
if(equip_preview_mob & EQUIP_PREVIEW_LOADOUT && leftovers.len)
|
||||
if((equip_preview_mob & EQUIP_PREVIEW_LOADOUT) && leftovers.len)
|
||||
SSjobs.EquipCustomDeferred(mannequin, src, leftovers, used_slots)
|
||||
|
||||
if(equip_preview_mob & EQUIP_PREVIEW_LOADOUT)
|
||||
SSjobs.EquipAugments(mannequin, src)
|
||||
|
||||
if (!SSATOMS_IS_PROBABLY_DONE)
|
||||
SSatoms.CreateAtoms(list(mannequin))
|
||||
mannequin.regenerate_icons()
|
||||
|
||||
Reference in New Issue
Block a user