Powerful Mechs (#12193)

This commit is contained in:
Geeves
2021-08-31 18:05:09 +02:00
committed by GitHub
parent 6c5e9aa111
commit 15aaa4e873
31 changed files with 173 additions and 28 deletions
+8 -4
View File
@@ -121,6 +121,8 @@ var/const/NO_EMAG_ACT = -50
var/dorm = 0 // determines if this ID has claimed a dorm already
var/datum/ntnet_user/chat_user
var/iff_faction = IFF_DEFAULT
/obj/item/card/id/Destroy()
mob = null
return ..()
@@ -367,7 +369,7 @@ var/const/NO_EMAG_ACT = -50
item_state = "gold_id"
overlay_state = "gold"
/obj/item/card/id/syndicate_command
/obj/item/card/id/syndicate/command
name = "syndicate ID card"
desc = "An ID straight from the Syndicate."
icon_state = "dark"
@@ -375,14 +377,14 @@ var/const/NO_EMAG_ACT = -50
assignment = "Syndicate Overlord"
access = list(access_syndicate, access_external_airlocks)
/obj/item/card/id/syndicate_ert
/obj/item/card/id/syndicate/ert
name = "\improper Syndicate Commando ID"
assignment = "Commando"
icon_state = "centcom"
/obj/item/card/id/syndicate_ert/New()
/obj/item/card/id/syndicate/ert/Initialize()
. = ..()
access = get_all_accesses()
..()
/obj/item/card/id/syndicate/raider
name = "passport"
@@ -602,12 +604,14 @@ var/const/NO_EMAG_ACT = -50
desc = "A stylized plastic card, belonging to one of the many specialists at Einstein Engines."
icon_state = "einstein_card"
overlay_state = "einstein_card"
iff_faction = IFF_EE
/obj/item/card/id/bluespace
name = "bluespace identification card"
desc = "A bizarre imitation of Nanotrasen identification cards. It seems to function normally as well."
desc_antag = "Access can be copied from other ID cards by clicking on them."
icon_state = "crystalid"
iff_faction = IFF_BLUESPACE
/obj/item/card/id/bluespace/update_name()
return
@@ -2,6 +2,7 @@
name = "agent card"
assignment = "Agent"
origin_tech = list(TECH_ILLEGAL = 3)
iff_faction = IFF_SYNDICATE
can_copy_access = TRUE
access_copy_msg = "The microscanner activates as you pass it over the ID, copying its access."
var/charge = 10000