Merge pull request #971 from Chemlight/Enzo-Plush

Donator items for Enzo_Leon
This commit is contained in:
QuoteFox
2021-02-13 23:00:45 +00:00
committed by GitHub
12 changed files with 50 additions and 2 deletions
@@ -955,3 +955,12 @@
/obj/item/clothing/head/hooded/winterhood/durathread
icon_state = "winterhood_durathread"
//Enzo_Leon Patron stuff
/obj/item/clothing/suit/toggle/enzojacket
name = "Altevain Colony-Ship Command Jacket"
desc = "A comfortable form fitting jacket that has a little cheese emblem on the chest."
icon_state = "enzojacket"
item_state = "enzojacket"
body_parts_covered = CHEST|ARMS
//End
+11 -1
View File
@@ -796,4 +796,14 @@
item_color = "greenplaidshirt"
body_parts_covered = CHEST|GROIN|ARMS|LEGS
can_adjust = FALSE
//yes
//yes
//Enzo_Leon patron stuff
/obj/item/clothing/under/enzoshirt
name = "Altevain Standard-Issue Uniform"
desc = "A soft, and light uniform with blue-space threading to help with Altevain proportions."
icon_state = "enzoshirt"
item_state = "enzoshirt"
item_color = "enzoshirt"
body_parts_covered = CHEST|GROIN|ARMS|LEGS
//End