anomaly tweaks and fixes

Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
caelaislinn
2012-06-23 11:43:02 +10:00
parent a36a6df1f7
commit 16a9b2109f
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
var/mineralAmt = 0
var/spread = 0 //will the seam spread?
var/spreadChance = 0 //the percentual chance of an ore spreading to the neighbouring tiles
var/artifactChance = 0.1 //percent chance to spawn a xenoarchaelogical artifact
var/artifactChance = 0.3 //percent chance to spawn a xenoarchaelogical artifact
/turf/simulated/mineral/Del()
return
@@ -173,7 +173,7 @@
icon_state = "rock_Archaeo"
mineralName = "Archaeo"
mineralAmt = 3
spreadChance = 30
spreadChance = 25
spread = 1