mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 22:42:26 +01:00
Adds the merchant program UI. (#16730)
* pt 1 * get out of my way yeah yeah cause i got a heart of steel --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
num = Clamp(num,1,trading_items.len)
|
||||
if(trading_items[num])
|
||||
var/atom/movable/M = trading_items[num]
|
||||
return "<b>[initial(M.name)]</b>"
|
||||
return "[initial(M.name)]"
|
||||
|
||||
/datum/trader/proc/get_item_value(var/trading_num)
|
||||
if(!trading_items[trading_items[trading_num]])
|
||||
|
||||
Reference in New Issue
Block a user