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

market_purchase

Vars

entryThe entry being purchased.
itemInstance of the item being sent, used by the market telepad
legallityIs this item considered contraband? If illegal, applies the contraband trait to the item when spawned.
methodShipping method used to buy this item.
uplinkThe uplink where this purchase was done from.

Procs

post_purchase_effectsProc that applies secondary effects to objects that are spawned via a market.

Var Details

entry

The entry being purchased.

item

Instance of the item being sent, used by the market telepad

legallity

Is this item considered contraband? If illegal, applies the contraband trait to the item when spawned.

method

Shipping method used to buy this item.

The uplink where this purchase was done from.

Proc Details

post_purchase_effects

Proc that applies secondary effects to objects that are spawned via a market.

@param spawned_item - Reference to the atom being spawned. @param legal_status - Is this item considered legal? If illegal, will apply the contraband trait to the spawned item.