/tg/ Station 13 - Modules - TypesVar Details - Proc Details

blackmarket

Vars

marketsList of all existing markets.
queued_purchasesCurrently queued purchases.
shipping_method_descriptionsDescriptions for each shipping methods.
telepadsList of existing ltsrbts.

Procs

fake_teleportUsed to make a teleportation effect as do_teleport does not like moving items from nullspace.
queue_itemUsed to add /datum/market_purchase to queued_purchases var. Returns TRUE when queued.

Var Details

markets

List of all existing markets.

queued_purchases

Currently queued purchases.

shipping_method_descriptions

Descriptions for each shipping methods.

telepads

List of existing ltsrbts.

Proc Details

fake_teleport

Used to make a teleportation effect as do_teleport does not like moving items from nullspace.

queue_item

Used to add /datum/market_purchase to queued_purchases var. Returns TRUE when queued.