fixes jumpskirt and stripper outfit, adds to secdrobe

I knew the fix from the beginning from vg_clothes.dm and it took an entire afternoon of failed fixes to realize FUCK
This commit is contained in:
Unknown
2020-09-04 14:08:46 -05:00
parent 853cf6952e
commit fe68e382fa
5 changed files with 11 additions and 3 deletions
+6 -2
View File
@@ -38,13 +38,17 @@
desc = "A \"\"\"tactical\"\"\" security jumpsuit with the legs replaced by a skirt. No matter how you adjust it, it always feels a little too small."
icon_state = "secslutskirt"
item_state = "secslutskirt"
item_color = "secslutskirt"
item_color = null //i dont understand what item_color even is, apparently setting it to null means it won't change color in a washing machine?
mutantrace_variation = NO_MUTANTRACE_VARIATION //look at the first two comments in vg_under.dm
/obj/item/clothing/under/rank/security/stripper
name = "security stripper outfit"
desc = "This can't be dress code compliant, can it?"
icon_state = "secstripper"
item_state = "secstripper"
item_color = "secstripper"
item_color = null
can_adjust = FALSE
body_parts_covered = CHEST|GROIN
mutantrace_variation = NO_MUTANTRACE_VARIATION
/obj/item/clothing/under/rank/warden
+5 -1
View File
@@ -21,7 +21,11 @@
/obj/item/clothing/under/pants/khaki = 5)
premium = list(/obj/item/clothing/under/rank/security/navyblue = 5,
/obj/item/clothing/suit/security/officer = 5,
/obj/item/clothing/head/beret/sec/navyofficer = 5)
/obj/item/clothing/head/beret/sec/navyofficer = 5,
/obj/item/clothing/under/rank/security/skirt/slut = 3,
/obj/item/clothing/under/rank/security/stripper = 3,
/obj/item/clothing/shoes/jackboots/tall = 3,
/obj/item/clothing/head/beret/sec/bitch = 3)
refill_canister = /obj/item/vending_refill/wardrobe/sec_wardrobe
/obj/item/vending_refill/wardrobe/sec_wardrobe
Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 407 KiB

After

Width:  |  Height:  |  Size: 404 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 320 KiB

After

Width:  |  Height:  |  Size: 322 KiB