mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
QOL: IAA Now Whitelisted
This commit is contained in:
@@ -125,7 +125,7 @@ var/list/nonhuman_positions = list(
|
||||
|
||||
|
||||
/proc/guest_jobbans(var/job)
|
||||
return ((job in command_positions))
|
||||
return ((job in command_positions) || job == "Internal Affairs Agent")
|
||||
|
||||
/proc/get_job_datums()
|
||||
var/list/occupations = list()
|
||||
|
||||
Reference in New Issue
Block a user