miscellaneous fixes + tweaks + cleanups (spoons, artifacts, geotracking, helpers for finds, tools / gear)

Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
Cael_Aislinn
2013-02-14 13:28:31 +10:00
parent bbfbfb0ca2
commit 7fba00ce55
12 changed files with 73 additions and 95 deletions
+2
View File
@@ -128,6 +128,8 @@
//dont create artifact machinery in animal or plant digsites, or if we already have one
if(!artifact_find && digsite != 1 && digsite != 2 && prob(ARTIFACT_SPAWN_CHANCE))
artifact_find = new()
//world << "<b>[artifact_find.artifact_find_type]</b> [src.x], [src.y], [src.z]"
artifact_spawning_turfs.Add(src)
if(!src.geological_data)
src.geological_data = new/datum/geosample(src)