Skip to content

Commit

Permalink
[MIRROR] Removes a single crayon from the mortidrobe [MDB IGNORE] (#2975
Browse files Browse the repository at this point in the history
)

* Removes a single crayon from the mortidrobe (#83808)

## About The Pull Request
Removes one (1) white crayon from the coroner vendor.

## Why It's Good For The Game
Fixes crayon economy.
There's 2 entries of a white crayon in the Mortidrobe and the lower one
seems to overwrite the higher one in the list .

## Changelog
:cl:
fix: there is now one more crayon in the Mortidrobe.
/:cl:

* Removes a single crayon from the mortidrobe

---------

Co-authored-by: aaaa1023 <[email protected]>
Co-authored-by: NovaBot13 <[email protected]>
Co-authored-by: Bloop <[email protected]>
  • Loading branch information
4 people authored and StealsThePRs committed Jun 11, 2024
1 parent 7f952a0 commit ef6645f
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions code/modules/vending/wardrobes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -318,28 +318,27 @@
product_ads = "Any day above ground is a good one!;My day starts when yours ends!;And they call this a dying business!;See you when you're dead!"
vend_reply = "Don't forget your \"Buy one get one free\" burial deal!"
products = list(
/obj/item/toy/crayon/white = 2,
/obj/item/cautery/cruel = 1,
/obj/item/clothing/gloves/latex/coroner = 1,
/obj/item/clothing/head/utility/surgerycap/black = 1,
/obj/item/clothing/mask/surgical = 1,
/obj/item/clothing/under/rank/medical/scrubs/coroner = 1,
/obj/item/clothing/under/rank/medical/coroner = 1,
/obj/item/clothing/under/rank/medical/coroner/skirt = 1,
/obj/item/clothing/suit/toggle/labcoat/coroner = 1,
/obj/item/clothing/shoes/sneakers/black = 1,
/obj/item/clothing/suit/apron/surgical = 1,
/obj/item/clothing/suit/hooded/wintercoat/medical/coroner = 1,
/obj/item/clothing/gloves/latex/coroner = 1,
/obj/item/clothing/shoes/sneakers/black = 1,
/obj/item/clothing/suit/toggle/labcoat/coroner = 1,
/obj/item/clothing/under/rank/medical/coroner = 1,
/obj/item/clothing/under/rank/medical/coroner/skirt = 1,
/obj/item/clothing/under/rank/medical/scrubs/coroner = 1,
/obj/item/hemostat/cruel = 1,
/obj/item/radio/headset/headset_srvmed = 2,
/obj/item/retractor/cruel = 1,
/obj/item/scalpel/cruel = 1,
/obj/item/storage/backpack/coroner = 1,
/obj/item/storage/backpack/satchel/coroner = 1,
/obj/item/storage/backpack/duffelbag/coroner = 1,
/obj/item/storage/backpack/messenger/coroner = 1,
/obj/item/storage/backpack/satchel/coroner = 1,
/obj/item/storage/box/bodybags = 3,
/obj/item/scalpel/cruel = 1,
/obj/item/retractor/cruel = 1,
/obj/item/hemostat/cruel = 1,
/obj/item/cautery/cruel = 1,
/obj/item/toy/crayon/white = 1,
/obj/item/radio/headset/headset_srvmed = 2,
/obj/item/toy/crayon/white = 2,
)
contraband = list(
/obj/item/knife/ritual = 1,
Expand Down

0 comments on commit ef6645f

Please sign in to comment.