/datum/robot/module_tool_creator/item_types
Stub parent.
Allows simple instantiation of multiple /obj/item instances from a list of types.
@property {/list<path</obj/item>>} item_types
Procs | |
instantiate | Instantiates list of /obj/item instances from list of types. |
---|
Proc Details
instantiate
Instantiates list of /obj/item instances from list of types.
-
proxy_loc /atom - Location to create contents
-
return {/list</obj/item>} result