forked from shiptest-ss13/Shiptest
-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #955 from Yata9arasu/Elysium-clothes1
Add: Elysium "jumpsuits"
- Loading branch information
Showing
4 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/obj/item/clothing/under/el_cloth_1 | ||
name = "Shirt with shorts" | ||
desc = "Someone who wears this means business." | ||
icon = 'mod_celadon/_storge_icons/icons/obj/el_cloth.dmi' | ||
mob_overlay_icon = 'mod_celadon/_storge_icons/icons/mob/el_cloth.dmi' | ||
icon_state = "el_cloth_1" | ||
item_state = "el_cloth_1" | ||
|
||
/obj/item/clothing/under/el_cloth_2 | ||
name = "Green shirt with shorts" | ||
desc = "A common low quality t-shirt that is common among the inhabitants of the Republic of Elysium that live in rural areas. It has a bright green color." | ||
icon = 'mod_celadon/_storge_icons/icons/obj/el_cloth.dmi' | ||
mob_overlay_icon = 'mod_celadon/_storge_icons/icons/mob/el_cloth.dmi' | ||
icon_state = "el_cloth_2" | ||
item_state = "el_cloth_2" | ||
|
||
/obj/item/clothing/under/el_cloth_3 | ||
name = "White robe with gilet" | ||
desc = "A white robe commonly worn by the inhabitants of Elisium. A leather gilet is visible over it. It's the height of fashion." | ||
icon = 'mod_celadon/_storge_icons/icons/obj/el_cloth.dmi' | ||
mob_overlay_icon = 'mod_celadon/_storge_icons/icons/mob/el_cloth.dmi' | ||
icon_state = "el_cloth_3" | ||
item_state = "el_cloth_3" | ||
|
||
/obj/item/clothing/under/el_cloth_4 | ||
name = "Dropped T-shirt with shorts" | ||
desc = "A common low quality t-shirt, common among the rural inhabitants of the Elysium Republic. It has a slightly faded yellow color. The t-shirt is pulled down, revealing the faded jersey." | ||
icon = 'mod_celadon/_storge_icons/icons/obj/el_cloth.dmi' | ||
mob_overlay_icon = 'mod_celadon/_storge_icons/icons/mob/el_cloth.dmi' | ||
icon_state = "el_cloth_4" | ||
item_state = "el_cloth_4" |