mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Grep for proc(var/bad) (#54848)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user