Merge pull request #14030 from SabreML/Tourist-Suit

Adds the Tourist Outfit as a wearable shirt.
This commit is contained in:
AffectedArc07
2020-08-24 10:48:25 +01:00
committed by GitHub
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -1480,6 +1480,7 @@
/obj/item/clothing/under/victsuit/redblk = 1,
/obj/item/clothing/under/victsuit/red = 1,
/obj/item/clothing/suit/tailcoat = 1,
/obj/item/clothing/under/tourist_suit = 1,
/obj/item/clothing/suit/draculacoat = 1,
/obj/item/clothing/head/zepelli = 1,
/obj/item/clothing/under/redhawaiianshirt = 1,
@@ -838,3 +838,10 @@
icon_state = "cuban_suit"
item_state = "cuban_suit"
item_color = "cuban_suit"
/obj/item/clothing/under/tourist_suit
name = "tourist outfit"
desc = "A light blue shirt with brown shorts. Feels oddly spooky."
icon_state = "tourist"
icon_state = "tourist"
item_color = "tourist"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 92 KiB