mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-23 04:36:45 +01:00
6 lines
225 B
Plaintext
6 lines
225 B
Plaintext
/obj/machinery/mineral/equipment_vendor/Initialize(mapload)
|
|
. = ..()
|
|
prize_list += list(
|
|
new /datum/data/mining_equipment("Explorer Stripper Outfit", /obj/item/clothing/under/rank/cargo/miner/lavaland/stripper, 50)
|
|
)
|