mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Fixes asteroid turfs showing up as "mineral deposit."
This commit is contained in:
@@ -85,7 +85,7 @@ var/global/list/rockTurfEdgeCache
|
||||
new src.type(T)
|
||||
|
||||
/turf/simulated/mineral/random
|
||||
name = "mineral deposit"
|
||||
name = "rock"
|
||||
icon_state = "rock"
|
||||
var/mineralSpawnChanceList = list(
|
||||
"Uranium" = 5, "Diamond" = 1, "Gold" = 10,
|
||||
|
||||
Reference in New Issue
Block a user