mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-15 19:46:38 +00:00
7 lines
346 B
Plaintext
7 lines
346 B
Plaintext
/turf/simulated/mineral/random/labormineral
|
|
mineralSpawnChanceList = list("Uranium" = 1, "Iron" = 100, "Diamond" = 1, "Gold" = 1, "Silver" = 1, "Plasma" = 1/*, "Adamantine" =5, "Cave" = 1 */) //Don't suffocate the prisoners with caves
|
|
icon_state = "rock_labor"
|
|
|
|
/turf/simulated/mineral/random/labormineral/New()
|
|
icon_state = "rock"
|
|
..() |