Yogstation 13 - Modules - TypesVar Details - Proc Details

/datum/action/cooldown/spell/conjure_item

Vars

delete_oldIf TRUE, we delete any previously created items when we cast the spell
item_refsList of weakrefs to items summoned
item_typeTypepath of whatever item we summon

Procs

make_itemInstantiates the item we're conjuring and returns it. Item is made in nullspace and moved out in cast().

Var Details

delete_old

If TRUE, we delete any previously created items when we cast the spell

item_refs

List of weakrefs to items summoned

item_type

Typepath of whatever item we summon

Proc Details

make_item

Instantiates the item we're conjuring and returns it. Item is made in nullspace and moved out in cast().