mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Fixes an announcement runtime after someone uses the transformation artifact to change their PDA to something else
This commit is contained in:
@@ -102,7 +102,7 @@
|
|||||||
spawned_obj.desc += " It is made of [source_material]."
|
spawned_obj.desc += " It is made of [source_material]."
|
||||||
else
|
else
|
||||||
spawned_obj.desc = "It is made of [source_material]."
|
spawned_obj.desc = "It is made of [source_material]."
|
||||||
source_material.loc = null
|
del(source_material)
|
||||||
|
|
||||||
spawn_progress_time = 0
|
spawn_progress_time = 0
|
||||||
max_spawn_time = rand(30,100)
|
max_spawn_time = rand(30,100)
|
||||||
|
|||||||
Reference in New Issue
Block a user