Modern wrapped coat adjustment

This commit is contained in:
Heroman
2023-05-01 14:15:46 +10:00
parent f60556a28f
commit 9336775b3f
7 changed files with 13 additions and 3 deletions
@@ -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"
+4 -3
View File
@@ -1318,12 +1318,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

+1
View File
@@ -2132,6 +2132,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"