adds lederhosen and german folk hat (wee hoo) (#4572)
* adds lederhosen and german folk hat wee hoo * solves conflicts * fixes error * adds descriptions
@@ -33,6 +33,8 @@
|
||||
/obj/item/clothing/head/that = 1,
|
||||
/obj/item/clothing/under/kilt = 1,
|
||||
/obj/item/clothing/head/beret = 1,
|
||||
/obj/item/clothing/under/yogs/lederhosen = 1, //yogs
|
||||
/obj/item/clothing/head/yogs/folkhat = 1, //yogs
|
||||
/obj/item/clothing/accessory/waistcoat = 1,
|
||||
/obj/item/clothing/glasses/monocle =1,
|
||||
/obj/item/clothing/head/bowler = 1,
|
||||
|
||||
@@ -2974,6 +2974,7 @@
|
||||
#include "yogstation\code\modules\clothing\chameleon.dm"
|
||||
#include "yogstation\code\modules\clothing\clothing.dm"
|
||||
#include "yogstation\code\modules\clothing\donator.dm"
|
||||
#include "yogstation\code\modules\clothing\head.dm"
|
||||
#include "yogstation\code\modules\clothing\mask.dm"
|
||||
#include "yogstation\code\modules\clothing\shoe.dm"
|
||||
#include "yogstation\code\modules\clothing\under.dm"
|
||||
|
||||
5
yogstation/code/modules/clothing/head.dm
Normal file
@@ -0,0 +1,5 @@
|
||||
/obj/item/clothing/head/yogs/folkhat
|
||||
name = "german folk hat"
|
||||
desc = "Wee hoo."
|
||||
icon_state = "folkhat"
|
||||
item_state = "folkhat"
|
||||
@@ -36,4 +36,12 @@
|
||||
icon_state = "soviet_dress_uniform"
|
||||
item_state = "soviet_dress_uniform"
|
||||
item_color = "soviet_dress_uniform"
|
||||
can_adjust = FALSE
|
||||
can_adjust = FALSE
|
||||
|
||||
/obj/item/clothing/under/yogs/lederhosen
|
||||
name = "lederhosen"
|
||||
desc = "<i>'Nothing like wearing a lederhosen for another hard day at work on a space station.'</i>"
|
||||
icon_state = "lederhosen"
|
||||
item_state = "lederhosen"
|
||||
item_color = "lederhosen"
|
||||
can_adjust = FALSE
|
||||
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.6 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.2 KiB |