mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-14 03:32:00 +00:00
#481 Yeah I fucked up and my original PR closed.  ## About The Pull Request Replaces Interdyne only on Lavaland with an entirely new syndicate outpost. It combines what made DS-2 so beloved with Interdyne. ## Why It's Good For The Game Interdyne is old. It's lived out a good life, and when DS-2 was remapped, people shifted more towards playing on DS-2. Sadly it was removed, but I've spent the time to completely map an entirely new ship that combines both DS-2 and Interdyne. It still takes up relatively the same footprint. Now, everything is focused internally, with two bluespace miners that have to be set up, and a prisoner spawner. All and all, let's try something new and Bubber flavored. **Edit:** Cybersun is an incredibly shallow ghost role and it only breeds boredom, which then is sated in two ways: - Space tide with syndi gear and the syndicate faction tag - Screw with the station Neither really is the goal for this server and this is being edited after discussion with both Cheeto and Ozzo after apparently ruin blacklist doesn't work on the config. ## Testing / Tour Raw video. Buttons do work. https://youtu.be/BHbOIwpqQqY ## Changelog 🆑 Danger Kitten add: Lavaland has more Syndicate presence. SSV Dauntless has landed. remove: Cybersun no longer spawns. /🆑 <!-- Both 🆑's are required for the changelog to work! You can put your name to the right of the first 🆑 if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. -->
27 lines
793 B
Plaintext
27 lines
793 B
Plaintext
// This removes AI - Cyborg upload and AI core boards from ghost roles.
|
|
|
|
/datum/design/board/aicore
|
|
build_type = IMPRINTER
|
|
|
|
/datum/design/board/aiupload
|
|
build_type = IMPRINTER
|
|
|
|
/datum/design/board/borgupload
|
|
build_type = IMPRINTER
|
|
|
|
// NT and offstation mining Vendor separation
|
|
|
|
/datum/design/board/mining_equipment_vendor
|
|
build_type = IMPRINTER
|
|
|
|
/datum/design/board/interdyne_mining_equipment_vendor
|
|
name = "Offstation Mining Rewards Vendor Board"
|
|
desc = "The circuit board for a offstation Mining Rewards Vendor."
|
|
id = "interdyne_mining_equipment_vendor"
|
|
build_type = AWAY_IMPRINTER
|
|
build_path = /obj/item/circuitboard/computer/order_console/mining/interdyne
|
|
category = list(
|
|
RND_CATEGORY_MACHINE + RND_SUBCATEGORY_MACHINE_CARGO
|
|
)
|
|
departmental_flags = DEPARTMENT_BITFLAG_CARGO
|