More scoreboarding, more slot machining

This commit is contained in:
ZomgPonies
2013-11-17 05:43:13 -05:00
parent f2ea1dc1c9
commit 63677febbe
5 changed files with 15 additions and 17 deletions
+2
View File
@@ -426,6 +426,7 @@ commented out in r5061, I left it because of the shroom thingies
drop_mineral()
pop(excavation_minerals)
mineralAmt--
score_oremined++
//drop some rocks
next_rock += P.excavation_amount * 10
@@ -467,6 +468,7 @@ commented out in r5061, I left it because of the shroom thingies
//if the turf has already been excavated, some of it's ore has been removed
for (var/i=0;i<mineralAmt;i++)
drop_mineral()
score_oremined++
//destroyed artifacts have weird, unpleasant effects
//make sure to destroy them before changing the turf though