mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-23 05:08:54 +01:00
6 lines
199 B
Plaintext
6 lines
199 B
Plaintext
/obj/machinery/vending/kink/Initialize(mapload)
|
|
products += list(/obj/item/clothing/under/costume/loincloth = 4,
|
|
/obj/item/fleshlight = 4,
|
|
/obj/item/storage/box/portallight = 4)
|
|
. = ..()
|