mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 16:47:13 +01:00
Fixes Applied Bluespace Research experiment requirement (#91116)
## About The Pull Request Adds missing discount amount so experiment works properly now. Before:  After:  ## Why It's Good For The Game ## Changelog 🆑 fix: fixed bluespace sampling experiment not doing anything /🆑
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
"gigabeacon",
|
||||
)
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = TECHWEB_TIER_2_POINTS)
|
||||
discount_experiments = list(/datum/experiment/scanning/points/bluespace_crystal)
|
||||
discount_experiments = list(/datum/experiment/scanning/points/bluespace_crystal = TECHWEB_TIER_2_POINTS)
|
||||
announce_channels = list(RADIO_CHANNEL_SCIENCE, RADIO_CHANNEL_MEDICAL, RADIO_CHANNEL_SERVICE, RADIO_CHANNEL_SUPPLY)
|
||||
|
||||
/datum/techweb_node/bluespace_travel
|
||||
|
||||
Reference in New Issue
Block a user