Adds hawaii shirt

Attachable to any uniform, works like suit jackets.
This commit is contained in:
comma
2016-09-01 21:21:10 +03:00
committed by Yoshax
parent 559d04f780
commit 3ff6caa722
6 changed files with 14 additions and 3 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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"