mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 16:38:18 +01:00
CitRP Fluffy Jackets
This commit is contained in:
@@ -441,6 +441,46 @@
|
||||
icon_state = "letterman_n"
|
||||
item_state = "letterman_n"
|
||||
|
||||
/obj/item/clothing/suit/toggle/jacket_yellow
|
||||
name = "Yellow Jacket"
|
||||
desc = "A yellow jacket with a fluffy collar."
|
||||
icon_state = "jacket_yellow"
|
||||
item_state = "jacket_yellow"
|
||||
body_parts_covered = CHEST|ARMS
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
||||
|
||||
/obj/item/clothing/suit/toggle/jacket_orange
|
||||
name = "Orange Jacket"
|
||||
desc = "A orange jacket with a fluffy collar."
|
||||
icon_state = "jacket_orange"
|
||||
item_state = "jacket_orange"
|
||||
body_parts_covered = CHEST|ARMS
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
||||
|
||||
/obj/item/clothing/suit/toggle/jacket_red
|
||||
name = "Red Jacket"
|
||||
desc = "A red jacket with a fluffy collar."
|
||||
icon_state = "jacket_red"
|
||||
item_state = "jacket_red"
|
||||
body_parts_covered = CHEST|ARMS
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
||||
|
||||
/obj/item/clothing/suit/toggle/jacket_purple
|
||||
name = "Purple Jacket"
|
||||
desc = "A purple jacket with a fluffy collar."
|
||||
icon_state = "jacket_purple"
|
||||
item_state = "jacket_purple"
|
||||
body_parts_covered = CHEST|ARMS
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
||||
|
||||
/obj/item/clothing/suit/toggle/jacket_white
|
||||
name = "White Jacket"
|
||||
desc = "A white jacket with a fluffy collar."
|
||||
icon_state = "jacket_white"
|
||||
item_state = "jacket_white"
|
||||
body_parts_covered = CHEST|ARMS
|
||||
mutantrace_variation = NO_MUTANTRACE_VARIATION
|
||||
|
||||
/obj/item/clothing/suit/dracula
|
||||
name = "dracula coat"
|
||||
desc = "Looks like this belongs in a very old movie set."
|
||||
|
||||
@@ -96,6 +96,11 @@
|
||||
/obj/item/clothing/head/beanie/stripedred = 3,
|
||||
/obj/item/clothing/head/beanie/stripedblue = 3,
|
||||
/obj/item/clothing/head/beanie/stripedgreen = 3,
|
||||
/obj/item/clothing/suit/toggle/jacket_yellow = 3,
|
||||
/obj/item/clothing/suit/toggle/jacket_orange = 3,
|
||||
/obj/item/clothing/suit/toggle/jacket_red = 3,
|
||||
/obj/item/clothing/suit/toggle/jacket_purple = 3,
|
||||
/obj/item/clothing/suit/toggle/jacket_white = 3,
|
||||
/obj/item/clothing/suit/jacket/letterman_red = 3,
|
||||
/obj/item/clothing/ears/headphones = 10,
|
||||
/obj/item/clothing/suit/apron/purple_bartender = 4,
|
||||
|
||||
Reference in New Issue
Block a user