Merge pull request #6807 from Citadel-Station-13/upstream-merge-37448
[MIRROR] [READY]Refactors techwebs to have different types of points - PR HAS NO GAMEPLAY IMPACT
This commit is contained in:
@@ -204,11 +204,10 @@ GLOBAL_VAR_INIT(rpg_loot_items, FALSE)
|
||||
research_msg += sep
|
||||
research_msg += node.display_name
|
||||
sep = ", "
|
||||
var/points = techweb_item_point_check(src)
|
||||
if (points)
|
||||
research_msg += sep
|
||||
research_msg += "[points] points"
|
||||
var/list/points = techweb_item_point_check(src)
|
||||
if (length(points))
|
||||
sep = ", "
|
||||
research_msg += techweb_point_display_generic(points)
|
||||
|
||||
if (!sep) // nothing was shown
|
||||
research_msg += "None"
|
||||
|
||||
Reference in New Issue
Block a user