mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Bugfixes: Fax machines, CentCom turrets, Robo-limb emag. New feature for monkey cubes (#1116)
Fixes #1059, #131 Resolves #1020 Fixes #1100 Resolves #663
This commit is contained in:
@@ -154,9 +154,8 @@
|
||||
|
||||
M.implant_loyalty(M, 1)
|
||||
|
||||
var/obj/item/weapon/card/id/W = new(M)
|
||||
var/obj/item/weapon/card/id/centcom/W = new(M)
|
||||
W.name = "[M.real_name]'s ID Card"
|
||||
W.icon_state = "centcom"
|
||||
W.item_state = "id_inv"
|
||||
W.access = get_all_accesses() + get_centcom_access("CCIA Agent")
|
||||
W.assignment = "Central Command Internal Affairs Agent"
|
||||
|
||||
Reference in New Issue
Block a user