mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-23 15:38:08 +00:00
9 lines
376 B
Plaintext
9 lines
376 B
Plaintext
/turf/closed/mineral/random/labormineral
|
|
mineralSpawnChanceList = list(
|
|
/turf/closed/mineral/iron = 100, /turf/closed/mineral/uranium = 1, /turf/closed/mineral/diamond = 1,
|
|
/turf/closed/mineral/gold = 1, /turf/closed/mineral/silver = 1, /turf/closed/mineral/plasma = 1)
|
|
icon_state = "rock_labor"
|
|
|
|
/turf/closed/mineral/random/labormineral/New()
|
|
icon_state = "rock"
|
|
..() |