tweaks to artifact spawning, tweaks and fixes to multiple anomalous artifact effects

Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
Cael_Aislinn
2013-02-13 12:23:20 +10:00
parent b9bd5ca3e2
commit bbfbfb0ca2
12 changed files with 269 additions and 243 deletions

View File

@@ -128,7 +128,6 @@
//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 << artifact_find.artifact_find_type
if(!src.geological_data)
src.geological_data = new/datum/geosample(src)