mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-22 20:57:48 +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)
|
|
. = ..()
|