Port over Roundstats System

This commit is contained in:
Rykka
2020-01-15 16:42:41 -07:00
parent 3f75fed80e
commit 4a78b14451
12 changed files with 70 additions and 0 deletions

View File

@@ -567,6 +567,8 @@ turf/simulated/mineral/floor/light_corner
for (var/i = 1 to mineral.result_amount - mined_ore)
DropMineral()
GLOB.rocks_drilled_roundstat++
//destroyed artifacts have weird, unpleasant effects
//make sure to destroy them before changing the turf though
if(artifact_find && artifact_fail)