mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-20 03:06:38 +01:00
https://github.com/quotefox/Hyper-Station-13/pull/621 https://github.com/quotefox/Hyper-Station-13/pull/421 https://github.com/quotefox/Hyper-Station-13/pull/1405 https://github.com/quotefox/Hyper-Station-13/pull/698 https://github.com/quotefox/Hyper-Station-13/pull/853 https://github.com/quotefox/Hyper-Station-13/pull/1147 https://github.com/quotefox/Hyper-Station-13/pull/440 https://github.com/quotefox/Hyper-Station-13/pull/457 https://github.com/quotefox/Hyper-Station-13/pull/1174 https://github.com/quotefox/Hyper-Station-13/pull/1221 https://github.com/quotefox/Hyper-Station-13/pull/424 https://github.com/quotefox/Hyper-Station-13/pull/934/files
9 lines
219 B
Plaintext
9 lines
219 B
Plaintext
/obj/machinery/vending/engineering/Initialize(mapload)
|
|
var/list/extra_products = list(
|
|
/obj/item/clothing/under/radkini = 2,
|
|
/obj/item/clothing/mask/gas/radmask = 2
|
|
)
|
|
LAZYADD(products, extra_products)
|
|
. = ..()
|
|
|