Vaurca tweaks and fixes (#14379)

This commit is contained in:
connorjg1
2022-07-11 20:17:45 +10:00
committed by GitHub
parent b1a2065963
commit e1a19a614d
4 changed files with 51 additions and 5 deletions

View File

@@ -197,7 +197,7 @@
alt_outfits = list("Freelance Journalist" = /datum/outfit/job/journalistf)
title_accesses = list("Corporate Reporter" = list(access_medical, access_sec_doors, access_research, access_engine))
outfit = /datum/outfit/job/journalist
blacklisted_species = list(SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_BREEDER)
blacklisted_species = list(SPECIES_VAURCA_BREEDER)
/datum/outfit/job/journalist
name = "Corporate Reporter"

View File

@@ -35,7 +35,7 @@
)
outfit = /datum/outfit/job/rd
blacklisted_species = list(SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BULWARK)
blacklisted_species = list(SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN, SPECIES_VAURCA_BREEDER, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BULWARK)
/datum/outfit/job/rd
name = "Research Director"
@@ -87,7 +87,7 @@
minimal_player_age = 14
outfit = /datum/outfit/job/scientist
alt_outfits = list("Xenoarcheologist"=/datum/outfit/job/scientist/xenoarcheologist)
blacklisted_species = list(SPECIES_VAURCA_BULWARK)
blacklisted_species = list(SPECIES_VAURCA_BREEDER)
/datum/outfit/job/scientist
name = "Scientist"
@@ -140,6 +140,7 @@
minimal_player_age = 14
outfit = /datum/outfit/job/scientist/xenobiologist
blacklisted_species = list(SPECIES_VAURCA_BREEDER)
/datum/outfit/job/scientist/xenobiologist
name = "Xenobiologist"
@@ -171,6 +172,8 @@
minimal_player_age = 14
outfit = /datum/outfit/job/scientist/xenobotanist
blacklisted_species = list(SPECIES_VAURCA_BREEDER)
/datum/outfit/job/scientist/xenobotanist
name = "Xenobotanist"
@@ -191,7 +194,7 @@
access = list(access_research, access_tox)
minimal_access = list(access_research, access_tox)
outfit = /datum/outfit/job/intern_sci
blacklisted_species = list(SPECIES_VAURCA_BULWARK)
blacklisted_species = list(SPECIES_VAURCA_BREEDER)
/datum/outfit/job/intern_sci
name = "Lab Assistant"

View File

@@ -171,7 +171,7 @@
display_name = "language processor"
description = "An augment that allows a vaurca to speak and understand a related language. These are only used by their respective hives."
path = /obj/item/organ/internal/augment/language/klax
cost = 2
cost = 0
sort_category = "Xenowear - Vaurca"
whitelisted = list(SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BREEDER, SPECIES_VAURCA_BULWARK)
flags = GEAR_NO_SELECTION

View File

@@ -0,0 +1,43 @@
################################
# Example Changelog File
#
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb.
#
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.)
# When it is, any changes listed below will disappear.
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# tweak
# soundadd
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# imageadd
# imagedel
# maptweak
# spellcheck (typo fixes)
# experiment
# balance
# admin
# backend
# security
# refactor
#################################
# Your name.
author: Connorjg1
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
# Any changes you've made. See valid prefix list above.
# INDENT WITH TWO SPACES. NOT TABS. SPACES.
# SCREW THIS UP AND IT WON'T WORK.
# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries.
# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog.
changes:
- tweak: "K'lax and C'thur language augments no longer cost 2 loadout points, instead now costing 0."
- rscadd: "Vaurca Bulwarks can now be scientists/lab assistants, intention being for them to be xenoarchaeologists. They can also be reporters."
- bugfix: "Vaurca Breeders can no longer be scientists."