Character Preview Augments (#19196)

* Augments such as the Idris Faceplate are now visible in the character
preview screen.


![image](https://github.com/Aurorastation/Aurora.3/assets/22774890/2d3ffadf-5754-488f-8b55-da191f6b67ba)
This commit is contained in:
Geeves
2024-05-22 16:11:22 +00:00
committed by GitHub
parent 6117dc3f24
commit c2ae767e15
3 changed files with 11 additions and 3 deletions
+1 -2
View File
@@ -820,8 +820,7 @@ SUBSYSTEM_DEF(jobs)
log_loadout("EA/([H]): Abort: invalid arguments.")
return FALSE
var/datum/job/rank = GetJob(H.mind.assigned_role)
var/datum/job/rank = H.mind ? GetJob(H.mind.assigned_role) : prefs.return_chosen_high_job()
switch (rank.title)
if ("AI", "Cyborg")
log_loadout("EA/([H]): Abort: synthetic.")