Files
Bubberstation/modular_skyrat/modules/modular_vending/code/engivend.dm
nevimer e613940ada restores RCD vending, moves RCD's to lockers (#3498)
## About The Pull Request
moves RCD's from engineers backpacks to their lockers roundstart - to
accommodate the stowaway change aswell as keep a tab on infinite station
resources.
## Why It's Good For The Game

Above point

## Proof Of Testing
<details>
<summary>Screenshots/Videos</summary>

</details>

## Changelog
🆑
balance: reenabled the RCD vendors and moved RCD's from spawning in
backpacks to lockers.
/🆑
2025-04-13 13:47:04 -04:00

7 lines
189 B
Plaintext

/obj/machinery/vending/engivend
skyrat_products = list(
/obj/item/clothing/glasses/meson/engine = 5,
/obj/item/storage/pouch/material = 2,
/obj/item/storage/bag/construction = 2,
)