mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-27 06:37:07 +01:00
6 lines
206 B
Plaintext
6 lines
206 B
Plaintext
/obj/machinery/vending/kink/Initialize(mapload)
|
|
products += list(/obj/item/clothing/under/costume/loincloth/sensor = 4,
|
|
/obj/item/fleshlight = 4,
|
|
/obj/item/storage/box/portallight = 4)
|
|
. = ..()
|