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:
Matt Atlas
2023-07-15 16:03:48 +00:00
committed by GitHub
co-authored by Matt Atlas
parent f47e586b2e
commit d0f81c358b
4 changed files with 390 additions and 100 deletions
+1 -1
View File
@@ -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]])