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
5 lines
202 B
Plaintext
5 lines
202 B
Plaintext
/obj/machinery/vending/autodrobe/Initialize(mapload)
|
|
products += list(/obj/item/clothing/under/costume/loincloth/sensor = 1,
|
|
/obj/item/clothing/under/costume/loincloth/cloth/sensor = 1)
|
|
. = ..()
|