reskinable belt and bag for vanguards (#12657)

sex
This commit is contained in:
LeonY24
2022-04-11 01:37:55 +01:00
committed by GitHub
parent 03a63df642
commit 29bd6e8049
5 changed files with 22 additions and 0 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

@@ -16,6 +16,17 @@
worn_icon_state = "webbing_exp_corps"
icon = 'modular_skyrat/master_files/icons/obj/clothing/belts.dmi'
worn_icon = 'modular_skyrat/master_files/icons/mob/clothing/belt.dmi'
uses_advanced_reskins = TRUE
unique_reskin = list(
"Webbing" = list(
RESKIN_ICON_STATE = "webbing_exp_corps",
RESKIN_WORN_ICON_STATE = "webbing_exp_corps"
),
"Belt" = list(
RESKIN_ICON_STATE = "belt_exp_corps",
RESKIN_WORN_ICON_STATE = "belt_exp_corps"
),
)
/obj/item/storage/belt/military/expeditionary_corps/combat_tech
name = "combat tech's chest rig"
@@ -114,6 +125,17 @@
worn_icon = 'modular_skyrat/modules/exp_corps/icons/mob_backpack.dmi'
slowdown = 0
resistance_flags = FIRE_PROOF
uses_advanced_reskins = TRUE
unique_reskin = list(
"Backpack" = list(
RESKIN_ICON_STATE = "exp_corps",
RESKIN_WORN_ICON_STATE = "exp_corps"
),
"Belt" = list(
RESKIN_ICON_STATE = "exp_corps_satchel",
RESKIN_WORN_ICON_STATE = "exp_corps_satchel"
),
)
/obj/item/clothing/suit/armor/vest/expeditionary_corps
name = "expeditionary corps armor vest"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 379 B

After

Width:  |  Height:  |  Size: 582 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 402 B

After

Width:  |  Height:  |  Size: 564 B