mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Adds idris labcoats (#12684)
This commit is contained in:
@@ -63,6 +63,20 @@
|
||||
idris_sunglasses["aviator sunglasses, Idris"] = /obj/item/clothing/glasses/sunglasses/sechud/aviator/idris
|
||||
gear_tweaks += new /datum/gear_tweak/path(idris_sunglasses)
|
||||
|
||||
/datum/gear/faction/idris_labcoat
|
||||
display_name = "idris labcoat selection"
|
||||
description = "A selection of Idris labcoats."
|
||||
path = /obj/item/clothing/suit/storage/toggle/labcoat/idris
|
||||
slot = slot_wear_suit
|
||||
faction = "Idris Incorporated"
|
||||
|
||||
/datum/gear/faction/idris_labcoat/New()
|
||||
..()
|
||||
var/list/idris_labcoats = list()
|
||||
idris_labcoats["labcoat, Idris"] = /obj/item/clothing/suit/storage/toggle/labcoat/idris
|
||||
idris_labcoats["labcoat, Idris alt"] = /obj/item/clothing/suit/storage/toggle/labcoat/idris/alt
|
||||
gear_tweaks += new /datum/gear_tweak/path(idris_labcoats)
|
||||
|
||||
/datum/gear/faction/zavodskoi_beret
|
||||
display_name = "black zavodskoi beret"
|
||||
path = /obj/item/clothing/head/beret/security/zavodskoi
|
||||
|
||||
@@ -119,3 +119,11 @@
|
||||
name = "security labcoat"
|
||||
desc = "A suit that protects against minor chemical spills. Has a dark blue stripe on the shoulder."
|
||||
icon_state = "labcoat_sec"
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/idris
|
||||
name = "idris labcoat"
|
||||
desc = "A suit that protects against minor chemical spills. Comes in Idris colours."
|
||||
icon_state = "labcoat_idris"
|
||||
|
||||
/obj/item/clothing/suit/storage/toggle/labcoat/idris/alt
|
||||
icon_state = "labcoat_idris_alt"
|
||||
@@ -0,0 +1,6 @@
|
||||
author: TheGreyWolf & BunkyB
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- rscadd: "Adds idris labcoats to the loadout under factions."
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 308 KiB After Width: | Height: | Size: 311 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 109 KiB After Width: | Height: | Size: 110 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 4.1 KiB After Width: | Height: | Size: 4.4 KiB |
Reference in New Issue
Block a user