mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-16 18:36:43 +01:00
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:
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user