mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-19 11:59:03 +01:00
More cards
This commit is contained in:
@@ -652,6 +652,38 @@
|
||||
icon_state = "retromed"
|
||||
uses_overlays = FALSE
|
||||
|
||||
/obj/item/card/id/away/snowdin/sec
|
||||
name = "Arctic Station Security's ID card"
|
||||
desc = "A faded Arctic Station ID card. You can make out the rank \"Security\"."
|
||||
assignment = "Arctic Station Security"
|
||||
access = list(ACCESS_AWAY_GENERAL, ACCESS_AWAY_SEC, ACCESS_AWAY_MAINT)
|
||||
icon_state = "retrosec"
|
||||
uses_overlays = FALSE
|
||||
|
||||
/obj/item/card/id/away/snowdin/captain
|
||||
name = "Arctic Station Captain's ID card"
|
||||
desc = "A faded Arctic Station ID card. You can make out the rank \"Captain\"."
|
||||
assignment = "Arctic Station Captain"
|
||||
access = list(ACCESS_AWAY_GENERAL, AWAY_ACCESS_ALL, ACCESS_AWAY_MAINT)
|
||||
icon_state = "retrosec"
|
||||
uses_overlays = FALSE
|
||||
|
||||
/obj/item/card/id/away/snowdin/botany
|
||||
name = "Arctic Station Botanist's ID card"
|
||||
desc = "A faded Arctic Station ID card. You can make out the rank \"Botanist\"."
|
||||
assignment = "Arctic Station Botanist"
|
||||
access = list(ACCESS_AWAY_GENERAL, ACCESS_AWAY_BOTANY, ACCESS_AWAY_MAINT)
|
||||
icon_state = "retrosrv"
|
||||
uses_overlays = FALSE
|
||||
|
||||
/obj/item/card/id/away/snowdin/explore
|
||||
name = "Arctic Station Explorer's ID card"
|
||||
desc = "A faded Arctic Station ID card. You can make out the rank \"Explorer\"."
|
||||
assignment = "Arctic Station Explorer"
|
||||
access = list(ACCESS_AWAY_GENERAL, ACCESS_AWAY_SEC, ACCESS_AWAY_MAINT)
|
||||
icon_state = "retrosup"
|
||||
uses_overlays = FALSE
|
||||
|
||||
/obj/item/card/id/debug
|
||||
name = "\improper Debug ID"
|
||||
desc = "A debug ID card. Has ALL the all access, you really shouldn't have this."
|
||||
|
||||
Reference in New Issue
Block a user