Skip to content

Commit

Permalink
I give up
Browse files Browse the repository at this point in the history
  • Loading branch information
AloeNeverDie committed Jul 28, 2024
1 parent c870099 commit 25f2f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modular_bandastation/objects/code/clothing/suits/cloaks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
worn_icon = 'modular_bandastation/objects/icons/mob/clothing/head/rnd.dmi'
icon_state = "robotics_hood"
body_parts_covered = HEAD
flags_inv = HIDEHAIR|HIDEFACE|HIDEEARS
flags_inv = HIDEHAIR|HIDEEARS

4 changes: 1 addition & 3 deletions modular_bandastation/objects/code/vending/vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
light_mask = null

/obj/machinery/vending/wardrobe/robo_wardrobe/build_inventories(start_empty)
var/list/new_products = list(
products |= list(
/obj/item/clothing/head/beret = 2,
/obj/item/clothing/head/cowboy/roboticist = 2,
/obj/item/clothing/head/soft/roboticist_cap = 2,
Expand All @@ -17,6 +17,4 @@
/obj/item/clothing/under/rank/rnd/roboticist/alt/skirt = 2,
/obj/item/clothing/under/rank/rnd/roboticist/alt/skirt/red = 2,
)
new_products |= products
products = new_products
. = ..()

0 comments on commit 25f2f7b

Please sign in to comment.