mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Synthetic Loadout Stuff (#19763)
* AIs can now dress up their preview mob. * Cyborgs now have the cardboard outfit in the loadout again. You can toggle it by deselecting the job suit and hat options. * Job suits are now hidden correctly when the job suit is deselected.
This commit is contained in:
@@ -217,7 +217,7 @@
|
||||
var/list/leftovers = list()
|
||||
var/list/used_slots = list()
|
||||
|
||||
if((equip_preview_mob & EQUIP_PREVIEW_LOADOUT) && !(previewJob && (equip_preview_mob & EQUIP_PREVIEW_JOB) && (previewJob.type == /datum/job/ai || previewJob.type == /datum/job/cyborg)))
|
||||
if((equip_preview_mob & EQUIP_PREVIEW_LOADOUT))
|
||||
SSjobs.EquipCustom(mannequin, previewJob, src, leftovers, null, used_slots)
|
||||
|
||||
if((equip_preview_mob & EQUIP_PREVIEW_JOB) && previewJob)
|
||||
|
||||
Reference in New Issue
Block a user