mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 15:34:35 +00:00
Adds hawaii shirt
Attachable to any uniform, works like suit jackets.
This commit is contained in:
@@ -539,6 +539,7 @@
|
||||
new /obj/item/clothing/under/pants/khaki(src)
|
||||
new /obj/item/clothing/mask/bandana/blue(src)
|
||||
new /obj/item/clothing/mask/bandana/blue(src)
|
||||
new /obj/item/clothing/accessory/hawaii(src)
|
||||
return
|
||||
|
||||
/obj/structure/closet/wardrobe/tactical
|
||||
|
||||
@@ -219,3 +219,7 @@
|
||||
/datum/gear/accessory/chaps/black
|
||||
display_name = "chaps, black"
|
||||
path = /obj/item/clothing/accessory/chaps/black
|
||||
|
||||
/datum/gear/accessory/hawaii
|
||||
display_name = "hawaii shirt"
|
||||
path = /obj/item/clothing/accessory/hawaii
|
||||
|
||||
@@ -28,6 +28,7 @@
|
||||
desc = "Lucky suit jacket."
|
||||
icon_state = "checkered_jacket"
|
||||
|
||||
|
||||
/obj/item/clothing/accessory/chaps
|
||||
name = "brown chaps"
|
||||
desc = "A pair of loose, brown leather chaps."
|
||||
@@ -113,3 +114,8 @@
|
||||
desc = "A simple, comfortable cloak without sleeves. This one is tan and grey, the colors of Cargo."
|
||||
icon_state = "cargoponcho"
|
||||
item_state = "cargoponcho"
|
||||
|
||||
/obj/item/clothing/accessory/hawaii
|
||||
name = "flower shirt"
|
||||
desc = "You probably need some welder googles to look at this."
|
||||
icon_state = "hawaii"
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 29 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB After Width: | Height: | Size: 23 KiB |
@@ -546,7 +546,7 @@
|
||||
#include "code\game\machinery\requests_console.dm"
|
||||
#include "code\game\machinery\robot_fabricator.dm"
|
||||
#include "code\game\machinery\seed_extractor.dm"
|
||||
#include "code\game\machinery\Sleeper.dm"
|
||||
#include "code\game\machinery\sleeper.dm"
|
||||
#include "code\game\machinery\spaceheater.dm"
|
||||
#include "code\game\machinery\status_display.dm"
|
||||
#include "code\game\machinery\status_display_ai.dm"
|
||||
|
||||
Reference in New Issue
Block a user