Fixes asteroid turfs showing up as "mineral deposit."

This commit is contained in:
bgobandit
2015-09-07 10:12:39 -04:00
parent 0b15cffcad
commit c74796b317
+1 -1
View File
@@ -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,