Skip to content

Commit

Permalink
Now obtainable from Autodrone
Browse files Browse the repository at this point in the history
Can now be bought from Autodrone
  • Loading branch information
Snack-Max committed Oct 7, 2023
1 parent 668adcd commit 55e9a23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/vending/autodrobe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@
/obj/item/clothing/under/suit/white_on_white = 1,
/obj/item/clothing/head/tragic = 2,
/obj/item/clothing/under/costume/tragic = 2,
/obj/item/clothing/head/knowingclown = 2,
/obj/item/clothing/under/knowingclown = 2,
),
),
list(
Expand Down
2 changes: 2 additions & 0 deletions monkestation/code/modules/clothing/under/undersuit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
worn_icon = 'monkestation/icons/mob/clothing/uniform.dmi'
icon_state = "bloodred_pajamas"
can_adjust = FALSE

/obj/item/clothing/under/knowingclown
name = "Small But Knowing Clown suit"
desc = "Suit worn by a small but all knowing clown"
icon = 'monkestation/icons/obj/clothing/uniforms.dmi'
worn_icon = 'monkestation/icons/mob/clothing/uniform.dmi'
icon_state = "knowing_clown"
can_adjust = FALSE

/obj/item/clothing/under/driscoll
name = "O'Driscoll outfit"
desc = "All you need now is a holster and six shooter..."
Expand Down

0 comments on commit 55e9a23

Please sign in to comment.