mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-25 17:41:56 +00:00
IAA Leftover Code (#13302)
This commit is contained in:
@@ -477,11 +477,6 @@ var/list/jobban_keylist = list() // Global jobban list.
|
||||
jobs += "</tr><tr align='center'>"
|
||||
counter = 0
|
||||
|
||||
if (jobban_isbanned(ckey, "Internal Affairs Agent"))
|
||||
jobs += "<td width='20%'><a href='?src=\ref[src];jobban_job=Internal Affairs Agent;jobban_tgt=[ckey]'><font color=red>Internal Affairs Agent</font></a></td>"
|
||||
else
|
||||
jobs += "<td width='20%'><a href='?src=\ref[src];jobban_job=Internal Affairs Agent;jobban_tgt=[ckey]'>Internal Affairs Agent</a></td>"
|
||||
|
||||
jobs += "</tr></table>"
|
||||
|
||||
//Non-Human (Green)
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
display_name = "flash-proof sunglasses selection (Security/Command)"
|
||||
description = "A selection of flash-proof sunglasses."
|
||||
path = /obj/item/clothing/glasses/sunglasses
|
||||
allowed_roles = list("Security Officer", "Head of Security", "Warden", "Captain", "Head of Personnel", "Quartermaster", "Internal Affairs Agent", "Investigator")
|
||||
allowed_roles = list("Security Officer", "Head of Security", "Warden", "Captain", "Head of Personnel", "Quartermaster", "Investigator")
|
||||
|
||||
/datum/gear/eyes/sunglasses/New()
|
||||
..()
|
||||
|
||||
Reference in New Issue
Block a user