mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Adds a modular bitrunning map, changes safehouse spawns (#79937)
## About The Pull Request Primarily, this adds one new map to bitrunning that uses modular rooms. <details> <summary>pictures</summary>    </details> I also added in some changes: - Safehouses are now loaded using the modular map system rather than the bespoke solution qservers had. - Lowers the difficulty of psyker shuffle (which I felt was a little too nightmarish) and boosts its rewards. ## Why It's Good For The Game New maps More integration with prior systems ## Changelog 🆑 add: Added a new modular bitrunning domain - Starfront Saloon. balance: Psyker shuffle domain was made slightly easier and has been given more rewards. /🆑
This commit is contained in:
@@ -9,8 +9,6 @@
|
||||
|
||||
/// Cost of this map to load
|
||||
var/cost = BITRUNNER_COST_NONE
|
||||
/// The safehouse to load into the map
|
||||
var/datum/map_template/safehouse/safehouse_path = /datum/map_template/safehouse/den
|
||||
/// Any outfit that you wish to force on avatars. Overrides preferences
|
||||
var/datum/outfit/forced_outfit
|
||||
/// The description of the map for the console UI
|
||||
|
||||
Reference in New Issue
Block a user