Adds a purple bartender suit and apron, and Long Hair 3 - Requested and sprites by Okand37! (#3993)
This commit is contained in:
committed by
kevinz000
parent
adabac95b6
commit
0beef30fb7
@@ -80,6 +80,12 @@
|
||||
item_state = "overalls"
|
||||
body_parts_covered = CHEST|GROIN|LEGS
|
||||
|
||||
/obj/item/clothing/suit/apron/purple_bartender
|
||||
name = "purple bartender apron"
|
||||
desc = "A fancy purple apron for a stylish person."
|
||||
icon_state = "purplebartenderapron"
|
||||
item_state = "purplebartenderapron"
|
||||
body_parts_covered = CHEST|GROIN|LEGS
|
||||
|
||||
/obj/item/clothing/suit/syndicatefake
|
||||
name = "black and red space suit replica"
|
||||
|
||||
@@ -8,6 +8,13 @@
|
||||
item_color = "barman"
|
||||
alt_covers_chest = 1
|
||||
|
||||
/obj/item/clothing/under/rank/bartender/purple
|
||||
desc = "It looks like it has lots of flair!"
|
||||
name = "purple bartender's uniform"
|
||||
icon_state = "purplebartender"
|
||||
item_state = "purplebartender"
|
||||
alt_covers_chest = 1
|
||||
|
||||
/obj/item/clothing/under/rank/captain //Alright, technically not a 'civilian' but its better then giving a .dm file for a single define.
|
||||
desc = "It's a blue jumpsuit with some gold markings denoting the rank of \"Captain\"."
|
||||
name = "captain's jumpsuit"
|
||||
|
||||
@@ -480,6 +480,10 @@
|
||||
name = "Long Hair 2"
|
||||
icon_state = "hair_long2"
|
||||
|
||||
/datum/sprite_accessory/hair/long3
|
||||
name = "Long Hair 3"
|
||||
icon_state = "hair_long3"
|
||||
|
||||
/datum/sprite_accessory/hair/pixie
|
||||
name = "Pixie Cut"
|
||||
icon_state = "hair_pixie"
|
||||
|
||||
Reference in New Issue
Block a user