Merge pull request #14831 from Heroman3003/wrapcot
Modern wrapped coat adjustment
8
code/modules/clothing/under/accessories/clothing_vr.dm
Normal 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"
|
||||
@@ -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"
|
||||
|
||||
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 148 KiB |
|
Before Width: | Height: | Size: 511 KiB After Width: | Height: | Size: 511 KiB |
@@ -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"
|
||||
|
||||