mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 21:12:24 +01:00
Fixes maniquin caused runtimes (#6784)
This commit is contained in:
@@ -225,9 +225,9 @@
|
||||
* Helping functions for everyone
|
||||
*/
|
||||
/proc/GetAssignment(var/mob/living/carbon/human/H)
|
||||
if(H.mind.role_alt_title)
|
||||
if(H.mind?.role_alt_title)
|
||||
return H.mind.role_alt_title
|
||||
else if(H.mind.assigned_role)
|
||||
else if(H.mind?.assigned_role)
|
||||
return H.mind.assigned_role
|
||||
else if(H.job)
|
||||
return H.job
|
||||
|
||||
Reference in New Issue
Block a user