mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-28 07:39:38 +01:00
6 lines
221 B
Plaintext
6 lines
221 B
Plaintext
/obj/machinery/vending/wardrobe/sec_wardrobe/Initialize(mapload)
|
|
products[/obj/item/clothing/shoes/jackboots/puttee] = 5
|
|
for(var/item in subtypesof(/obj/item/clothing/head/helmet/brodie))
|
|
products[item] = 5
|
|
. = ..()
|