Adds idris labcoats (#12684)

This commit is contained in:
Casper3667
2021-11-02 14:10:22 -03:00
committed by GitHub
parent 2feec8e638
commit ebeafd7617
6 changed files with 28 additions and 0 deletions
@@ -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
+8
View File
@@ -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"
+6
View File
@@ -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