artifact tweaks, added artifact catalogue database to anom lab

Signed-off-by: caelaislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
caelaislinn
2012-06-22 16:31:43 +10:00
parent b79d5253b0
commit d5821ddb99
6 changed files with 2638 additions and 2562 deletions

View File

@@ -255,8 +255,8 @@
return
/turf/simulated/mineral/proc/gets_drilled(var/delicate = 0)
var/destroyed = 0
if ((src.mineralName != "") && (src.mineralAmt > 0) && (src.mineralAmt < 11))
var/destroyed = 0
var/i
for (i=0;i<mineralAmt;i++)
if (src.mineralName == "Uranium")
@@ -283,7 +283,8 @@
//spawn a rare, xeno-archaelogical artifact here
new /obj/machinery/artifact(src)
ReplaceWithFloor()
usr << "\red You accidentally destroy some of the rocks!"
if(destroyed)
usr << "\red You destroy some of the rocks!"
return
/*