mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
NT Frontier lets you refund researched nodes (#94074)
## About The Pull Request If you research a node you can still buy it from NT Frontier, and when you do it refunds the research points you spent. It's like how experi-scanners work. Also cytology gives you an 80 point discount instead of a 120 point discount. This doesn't change anything because it only costs 80 points and NT Frontier boosts can't make costs go negative. ## Why It's Good For The Game Right now it's most efficient to delay research until ordnance gets finished and then grab all the free stuff, and any head of staff researching stuff for their own deparment or robo that wants to make cool mechs can fuck things up. That's not great, because it's unrealistic to expect everyone to be coordinated and delaying research never gets tried in practice. Also, doing ordnance after the round has been going on for a while is way less effective because all of the nodes you would've discounted were already researched. ## Changelog 🆑 balance: NT Frontier can purchase and refund researched techweb nodes. /🆑 --------- Co-authored-by: Fghj240 <fakeemail@notrealemail.com>
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
if(host.completed_experiments[experiment_type]) //do we have this discount_experiment unlocked?
|
||||
actual_costs[cost_type] -= discount_experiments[experiment_type]
|
||||
|
||||
if(host.boosted_nodes[id]) // Boosts should be subservient to experiments. Discount from boosts are capped when costs fall below 250.
|
||||
if(host.boosted_nodes[id]) // Boosts should be subservient to experiments.
|
||||
var/list/boostlist = host.boosted_nodes[id]
|
||||
for(var/booster in boostlist)
|
||||
if(actual_costs[booster])
|
||||
|
||||
Reference in New Issue
Block a user