mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[Ready] Forgottenship Ruin - rebalance, config update, uplink item. (#50529)
* Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update code/modules/ruins/spaceruin_code/forgottenship.dm Co-Authored-By: TiviPlus <57223640+TiviPlus@users.noreply.github.com> * Lowered Cybersun hardsuit armour values. * Upgrading energy armour value. * Now captain isn't male-only. * Turrets shot_delay changed from 0.8 seconds to 1.0 second. * Adds 3 encryption keys for cyborgs and AIs to use * Syndi-captain gets loud-voice headset. * Policy config * Define space syndies * Added Robotics access for syndies It's really useful for when they create cyborgs. * Adds special version of medivend instead of normal one * Replaces basic syndi-vend with special one * Update forgottenship.dm * Cybersun hardsuit doesn't slow you down as said in uplink desc. * NPC + Area sounds. Elite Assault Officer projectile sound changed from pulse.ogg to laser.ogg. Added ambient sounds for all areas. * Good day sir Lowered the amount of ores you get. * assignedrole Let admins know that this particular shitter is the cybersun captain! * Weight'n'Cost of ruins fixed in another PR * Update code/modules/uplink/uplink_items.dm Co-Authored-By: Bobbahbrown <bobbahbrown@gmail.com> * Cost/Weight of ALL space ruins changed * Thanks to fikou * Only cap's spawner leaves empty-sleeper now * if(policy) * Revert "Cost/Weight of ALL space ruins changed" This reverts commit fa343547f0dcf225710895f50ac2bbf32dc07b5d. * Fixup * Minor fix in attempt to fix some stuff * Update code/modules/ruins/spaceruin_code/forgottenship.dm Thanks trollbreeder. Co-Authored-By: trollbreeder <trollbreeder@users.noreply.github.com> * Update code/modules/ruins/spaceruin_code/forgottenship.dm Co-Authored-By: trollbreeder <trollbreeder@users.noreply.github.com> * [Grammar] THE captain! Co-Authored-By: trollbreeder <trollbreeder@users.noreply.github.com> * grammar review man Co-Authored-By: trollbreeder <trollbreeder@users.noreply.github.com> * "A" vs "The" Co-Authored-By: trollbreeder <trollbreeder@users.noreply.github.com> * [Grammar] "an" Co-Authored-By: trollbreeder <trollbreeder@users.noreply.github.com> * Update uplink_items.dm * Update code/modules/ruins/spaceruin_code/forgottenship.dm Co-Authored-By: trollbreeder <trollbreeder@users.noreply.github.com> Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com> Co-authored-by: Bobbahbrown <bobbahbrown@gmail.com> Co-authored-by: AnturK <AnturK@users.noreply.github.com> Co-authored-by: trollbreeder <trollbreeder@users.noreply.github.com>
This commit is contained in:
co-authored by
Bobbahbrown
trollbreeder
TiviPlus
AnturK
parent
266c48675d
commit
3dc4ae7bc7
@@ -653,6 +653,13 @@
|
||||
flavour_text = "Your ship docks after a long time somewhere in hostile space, reporting a malfunction. You are stuck here, with Nanotrasen station nearby. Fix the ship, find a way to power it and follow your captain's orders."
|
||||
important_info = "Obey orders given by your captain. DO NOT let the ship fall into enemy hands."
|
||||
outfit = /datum/outfit/syndicatespace/syndicrew
|
||||
assignedrole = "Cybersun Crewmember"
|
||||
|
||||
/obj/effect/mob_spawn/human/syndicatespace/Initialize(mapload)
|
||||
. = ..()
|
||||
var/policy = get_policy(ROLE_SYNDICATE_CYBERSUN)
|
||||
if(policy)
|
||||
important_info = policy
|
||||
|
||||
/datum/outfit/syndicatespace/syndicrew/post_equip(mob/living/carbon/human/H)
|
||||
H.faction |= ROLE_SYNDICATE
|
||||
@@ -660,11 +667,6 @@
|
||||
/obj/effect/mob_spawn/human/syndicatespace/special(mob/living/new_spawn)
|
||||
new_spawn.grant_language(/datum/language/codespeak, TRUE, TRUE, LANGUAGE_MIND)
|
||||
|
||||
/obj/effect/mob_spawn/human/syndicatespace/Destroy()
|
||||
new/obj/structure/fluff/empty_sleeper/syndicate(get_turf(src))
|
||||
return ..()
|
||||
|
||||
|
||||
/obj/effect/mob_spawn/human/syndicatespace/captain
|
||||
name = "Syndicate Ship Captain"
|
||||
roundstart = FALSE
|
||||
@@ -674,8 +676,14 @@
|
||||
short_desc = "You are the captain of an old ship, stuck in hostile space."
|
||||
flavour_text = "Your ship docks after a long time somewhere in hostile space, reporting a malfunction. You are stuck here, with Nanotrasen station nearby. Command your crew and turn your ship into the most protected fortress."
|
||||
important_info = "Protect the ship and secret documents in your backpack with your own life. DO NOT let the ship fall into enemy hands."
|
||||
mob_gender = "male"
|
||||
outfit = /datum/outfit/syndicatespace/syndicaptain
|
||||
assignedrole = "Cybersun Captain"
|
||||
|
||||
/obj/effect/mob_spawn/human/syndicatespace/syndicaptain/Initialize(mapload)
|
||||
. = ..()
|
||||
var/policy = get_policy(ROLE_SYNDICATE_CYBERSUN_CAPTAIN)
|
||||
if(policy)
|
||||
important_info = policy
|
||||
|
||||
/datum/outfit/syndicatespace/syndicaptain/post_equip(mob/living/carbon/human/H)
|
||||
H.faction |= ROLE_SYNDICATE
|
||||
@@ -706,7 +714,7 @@
|
||||
glasses = /obj/item/clothing/glasses/night
|
||||
mask = /obj/item/clothing/mask/gas/syndicate
|
||||
head = /obj/item/clothing/head/HoS/beret/syndicate
|
||||
ears = /obj/item/radio/headset/syndicate/alt
|
||||
ears = /obj/item/radio/headset/syndicate/alt/leader
|
||||
shoes = /obj/item/clothing/shoes/combat
|
||||
gloves = /obj/item/clothing/gloves/combat
|
||||
back = /obj/item/storage/backpack
|
||||
|
||||
Reference in New Issue
Block a user