Skip to content

Commit

Permalink
Update trade.dm (#11018)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyThorne authored Nov 22, 2023
1 parent 8236cfe commit 86c00c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/trading/trade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
add_to_pool(trading_items, possible_trading_items, force = 1)
add_to_pool(wanted_items, possible_wanted_items, force = 1)

/datum/trader/proc/generate_pool(var/list/trading_pool)
/datum/trader/proc/generate_pool(list/trading_pool)
. = list()
// Add types
for(var/type in trading_pool)
Expand Down

0 comments on commit 86c00c1

Please sign in to comment.