Grep for proc(var/bad) (#54848)

This commit is contained in:
TiviPlus
2020-11-09 08:44:35 -03:00
committed by GitHub
parent fe35393b48
commit 9fb0c73f63
21 changed files with 34 additions and 29 deletions
@@ -10,7 +10,8 @@
WARNING("Invalid boost information for node \[[id]\]: [message]")
SSresearch.invalid_node_boost[id] = message
/proc/techweb_item_boost_check(obj/item/I) //Returns an associative list of techweb node datums with values of the boost it gives. var/list/returned = list()
///Returns an associative list of techweb node datums with values of the boost it gives. var/list/returned = list()
/proc/techweb_item_boost_check(obj/item/I)
if(SSresearch.techweb_boost_items[I.type])
return SSresearch.techweb_boost_items[I.type] //It should already be formatted in node datum = list(point type = value)