diff --git a/code/game/objects/items/weapons/id cards/station_ids.dm b/code/game/objects/items/weapons/id cards/station_ids.dm index 7536d41253..a01ad9ffca 100644 --- a/code/game/objects/items/weapons/id cards/station_ids.dm +++ b/code/game/objects/items/weapons/id cards/station_ids.dm @@ -277,6 +277,11 @@ primary_color = rgb(189,94,0) secondary_color = rgb(223,159,95) +/obj/item/weapon/card/id/engineering/spare //CHOMPEDIT: So in case of emergency solars can be set up + name = "Spare Electrical access card" + esc = "A spare for the case that power related issues arise without engineers aboard." + primary_color = rgb(0,0,0) + /obj/item/weapon/card/id/engineering/engineer assignment = "Station Engineer" rank = "Station Engineer"