From c28fb9952a8fdcb858565a505ff0f9c44a22b00a Mon Sep 17 00:00:00 2001 From: SandPoot <43283559+SandPoot@users.noreply.github.com> Date: Thu, 9 Dec 2021 12:41:24 -0300 Subject: [PATCH] Update _underwear.dm --- modular_sand/code/modules/clothing/underwear/_underwear.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/modular_sand/code/modules/clothing/underwear/_underwear.dm b/modular_sand/code/modules/clothing/underwear/_underwear.dm index 0d6b30434b..76244b24fe 100644 --- a/modular_sand/code/modules/clothing/underwear/_underwear.dm +++ b/modular_sand/code/modules/clothing/underwear/_underwear.dm @@ -11,6 +11,7 @@ slot_flags = ITEM_SLOT_UNDERWEAR armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) mutantrace_variation = STYLE_DIGITIGRADE + w_class = WEIGHT_CLASS_SMALL var/under_type = /obj/item/clothing/underwear //i don't know what i'm gonna use this for var/fitted = FEMALE_UNIFORM_TOP