Fixes an announcement runtime after someone uses the transformation artifact to change their PDA to something else

This commit is contained in:
GinjaNinja32
2015-01-21 20:54:46 +00:00
parent 0b05816dd0
commit 0a3383c1c5

View File

@@ -102,7 +102,7 @@
spawned_obj.desc += " It is made of [source_material]."
else
spawned_obj.desc = "It is made of [source_material]."
source_material.loc = null
del(source_material)
spawn_progress_time = 0
max_spawn_time = rand(30,100)