Merge pull request #14831 from Heroman3003/wrapcot

Modern wrapped coat adjustment
This commit is contained in:
Heroman3003
2023-05-01 14:25:46 +10:00
committed by CHOMPStation2
parent 7200a5e85a
commit 13fec2c779
7 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
/obj/item/clothing/accessory/jacket/modwrap
name = "modern wrapped coat (coat)"
desc = "The cutting edge of fashion."
icon = 'icons/inventory/accessory/item_vr.dmi'
icon_override = 'icons/inventory/accessory/mob_vr.dmi'
icon_state = "mod_coat"
item_state = "mod_coat"
overlay_state = "mod_coat"

View File

@@ -1320,12 +1320,13 @@
*/
/obj/item/clothing/under/moderncoat
name = "modern wrapped coat"
name = "modern wrapped coat (pants)"
desc = "The cutting edge of fashion."
icon_state = "mod_coat"
worn_state = "mod_coat"
icon_state = "mod_coat_pants"
worn_state = "mod_coat_pants"
item_state_slots = list(slot_r_hand_str = "red", slot_l_hand_str = "red")
body_parts_covered = UPPER_TORSO|LOWER_TORSO|LEGS
starting_accessories = list(/obj/item/clothing/accessory/jacket/modwrap)
/obj/item/clothing/under/modjump
name = "modern jumpsuit"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

After

Width:  |  Height:  |  Size: 148 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 511 KiB

After

Width:  |  Height:  |  Size: 511 KiB

View File

@@ -2264,6 +2264,7 @@
#include "code\modules\clothing\under\accessories\badges.dm"
#include "code\modules\clothing\under\accessories\badges_vr.dm"
#include "code\modules\clothing\under\accessories\clothing.dm"
#include "code\modules\clothing\under\accessories\clothing_vr.dm"
#include "code\modules\clothing\under\accessories\holster.dm"
#include "code\modules\clothing\under\accessories\holster_vr.dm"
#include "code\modules\clothing\under\accessories\lockets.dm"