Fixing oregen (#2249)

Ores will now create veins. The proc to do so was not properly placed in Initialize()
Ore radar should now no longer ping false positives.
Nerfs slag
This commit is contained in:
LordFowl
2017-05-13 19:58:59 -04:00
committed by skull132
parent 5cb1284cee
commit 6facb0d738
6 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -289,7 +289,7 @@
new M.stack_type(output.loc)
else
if(console)
console.points -= O.worth*10 //reee wasting our materials!
console.points -= O.worth*3 //reee wasting our materials!
use_power(500)
ores_stored[metal]--
sheets++