From ec4542133a2b627141161ba569f70a7ed976f5a5 Mon Sep 17 00:00:00 2001 From: Rem/Dess <117083785+dessysalta@users.noreply.github.com> Date: Sat, 19 Oct 2024 05:42:08 -0700 Subject: [PATCH] Adds IPCs to a couple indie ghost roles (#20060) See title. Adds IPCs to the freighter and freebooter indies. Approved by synth lore [here](https://discord.com/channels/724651070017765459/724653183967690764/1295950101084246059).
Image ![image](https://github.com/user-attachments/assets/512d7229-0097-4420-afd7-90f18f2f2a3a)
--- html/changelogs/dessysalta-synthrightsdlc.yml | 58 +++++++++++++++++++ .../freebooter/freebooter_ship_ghostroles.dm | 2 +- .../tramp_freighter_ghostroles.dm | 2 +- 3 files changed, 60 insertions(+), 2 deletions(-) create mode 100644 html/changelogs/dessysalta-synthrightsdlc.yml diff --git a/html/changelogs/dessysalta-synthrightsdlc.yml b/html/changelogs/dessysalta-synthrightsdlc.yml new file mode 100644 index 00000000000..283634efd0a --- /dev/null +++ b/html/changelogs/dessysalta-synthrightsdlc.yml @@ -0,0 +1,58 @@ +################################ +# 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 +# - (fixes bugs) +# wip +# - (work in progress) +# qol +# - (quality of life) +# soundadd +# - (adds a sound) +# sounddel +# - (removes a sound) +# rscadd +# - (adds a feature) +# rscdel +# - (removes a feature) +# imageadd +# - (adds an image or sprite) +# imagedel +# - (removes an image or sprite) +# spellcheck +# - (fixes spelling or grammar) +# experiment +# - (experimental change) +# balance +# - (balance changes) +# code_imp +# - (misc internal code change) +# refactor +# - (refactors code) +# config +# - (makes a change to the config files) +# admin +# - (makes changes to administrator tools) +# server +# - (miscellaneous changes to server) +################################# + +# Your name. +author: dessysalta + +# 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, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - rscadd: "Rejoice! The freebooter and freighter offships can now have IPC captains." diff --git a/maps/away/ships/freebooter/freebooter_ship_ghostroles.dm b/maps/away/ships/freebooter/freebooter_ship_ghostroles.dm index 19a475d7c90..b2f78bbf043 100644 --- a/maps/away/ships/freebooter/freebooter_ship_ghostroles.dm +++ b/maps/away/ships/freebooter/freebooter_ship_ghostroles.dm @@ -66,7 +66,7 @@ max_count = 1 outfit = /obj/outfit/admin/freebooter_crew/captain - possible_species = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_TAJARA, SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_UNATHI, SPECIES_DIONA, SPECIES_DIONA_COEUS) + possible_species = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_TAJARA, SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_UNATHI, SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL, SPECIES_DIONA, SPECIES_DIONA_COEUS) allow_appearance_change = APPEARANCE_PLASTICSURGERY assigned_role = "Independent Captain" diff --git a/maps/away/ships/tramp_freighter/tramp_freighter_ghostroles.dm b/maps/away/ships/tramp_freighter/tramp_freighter_ghostroles.dm index df0c401fad1..23092f8bffa 100644 --- a/maps/away/ships/tramp_freighter/tramp_freighter_ghostroles.dm +++ b/maps/away/ships/tramp_freighter/tramp_freighter_ghostroles.dm @@ -66,7 +66,7 @@ max_count = 1 outfit = /obj/outfit/admin/freighter_crew/captain - possible_species = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_TAJARA, SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_UNATHI, SPECIES_DIONA, SPECIES_DIONA_COEUS) + possible_species = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_TAJARA, SPECIES_TAJARA_MSAI, SPECIES_TAJARA_ZHAN, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_UNATHI, SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL, SPECIES_DIONA, SPECIES_DIONA_COEUS) allow_appearance_change = APPEARANCE_PLASTICSURGERY assigned_role = "Freighter Captain"