Merge pull request #9445 from VOREStation/upstream-merge-7369

[MIRROR] Department and Round Goals
This commit is contained in:
Novacat
2021-02-21 17:14:47 -05:00
committed by GitHub
15 changed files with 185 additions and 4 deletions
+2
View File
@@ -556,6 +556,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)