Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 4aef736

Browse files
authored
Update costume.dm (#22558)
1 parent 3c5236b commit 4aef736

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

code/modules/clothing/under/costume.dm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,13 +344,12 @@
344344
/obj/item/clothing/under/costume/drip
345345
name = "incredibly fashionable outfit"
346346
desc = "Expensive-looking designer vest. It radiates an aggressively attractive aura. You feel putting this on would change you forever."
347-
icon = 'icons/obj/clothing/uniforms.dmi'
348-
worn_icon = 'icons/mob/clothing/uniform/uniform.dmi'
349-
icon_state = "drippy"
350-
item_state = "drippy"
347+
icon_state = "SwagOutfit"
348+
item_state = "SwagOutfit"
351349
armor = list(MELEE = 10, BULLET = 10, LASER = 10, ENERGY = 10, BOMB = 10, BIO = 10, RAD = 10, FIRE = 100, ACID = 100)
352350
resistance_flags = FIRE_PROOF | ACID_PROOF | LAVA_PROOF//Miners Bizzare Adventure Drip is Unbreakable
353351
can_adjust = FALSE
352+
mutantrace_variation = DIGITIGRADE_VARIATION
354353

355354
/obj/item/clothing/under/costume/drip/equipped(mob/user, slot)
356355
. = ..()

0 commit comments

Comments
 (0)