mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Securitron Update
-Added a new access type that will act as a weapon permit that the HoS/HoP can manage. Centcom, Security, Captain, HoP, and the Barman start with it. -Securitrons will now have the option to declare arrests they make to anyone who is wearing a security HUD. This can be turned off per-securitron -Securitrons now have the option to arrest humans without any IDs. Defaults to off. -Changed how securitron threat assessment is calculated -Removed detective access from securitrons -Stunning and cuffing now properly bolds their text for the perp -Pingsky has its own type now I realise there is a lot of existing duplicate code between the EDs and the securitrons, but I don't think I'd have the capability to tackle that any time soon.
This commit is contained in:
@@ -937,6 +937,7 @@ var/global/list/g_fancy_list_of_safe_types = null
|
||||
var/obj/item/weapon/card/id/W = new(M)
|
||||
W.icon_state = "centcom"
|
||||
W.access = get_centcom_access("Centcom Official")
|
||||
W.access += access_weapons
|
||||
W.assignment = "Centcom Official"
|
||||
W.registered_name = M.real_name
|
||||
W.update_label()
|
||||
|
||||
Reference in New Issue
Block a user