Fixes RND
This commit is contained in:
@@ -23,8 +23,6 @@
|
||||
actual_cost = research_cost
|
||||
|
||||
/datum/techweb_node/proc/get_price(datum/techweb/host)
|
||||
if(!host)
|
||||
return actual_cost
|
||||
var/discount = boost_item_paths[host.boosted_nodes[src]]
|
||||
actual_cost = research_cost - discount
|
||||
if(host)
|
||||
actual_cost = research_cost - host.boosted_nodes[src]
|
||||
return actual_cost
|
||||
|
||||
Reference in New Issue
Block a user