* Extended ServerGlobalSoundSystem and exposed its lies. Now its actually global.
* Fixed Epsilon event rule namespacing and formatting.
* Cosmic Cult Music Updates
* Few more CosCult changes.
* Nuke and Alert Changes
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update Content.Server/_DV/CosmicCult/EntitySystems/CosmicChantrySystem.cs
Co-authored-by: Sir Warock <67167466+SirWarock@users.noreply.github.com>
Signed-off-by: Vanessa <908648+ShepardToTheStars@users.noreply.github.com>
* Update Content.Server/_DV/Audio/ServerGlobalSoundSystem.cs
Signed-off-by: Vanessa <908648+ShepardToTheStars@users.noreply.github.com>
---------
Signed-off-by: Vanessa <908648+ShepardToTheStars@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sir Warock <67167466+SirWarock@users.noreply.github.com>
* Moved DeltaV modifications of ZombieSystem to a partial class. Fixed factions and pacifist trait on zombie cloning. Added survival objective to cloned II.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* tweak: explosion shake directional, distance fall-off
partial port of ss14Starlight/space-station-14#3707 by neomoth:
0b6282eb267ef1efc0b2bcd78a39e53a776f1c79
Co-authored-by: neomoth <69372252+neomoth@users.noreply.github.com>
* tweak: melee shake depends on damage/wielding
partial port of ss14Starlight/space-station-14#3707 by neomoth:
0b6282eb267ef1efc0b2bcd78a39e53a776f1c79
Co-authored-by: neomoth <69372252+neomoth@users.noreply.github.com>
* tweak: explosion kick falloff
* chore: remove debug log
* feat: melee shake has heavy/light variants instead of only showing for high blunt/wielded
* refactor: use MathF instead of Math
* tweak: more noticeable camera kick falloff
* tweak: generally dampen explosion kick a little more, fall off slower
* docs: explain camera kick falloff
* docs: remove commented upstream code per review
* docs: document screenshake falloff too, clarify distance
---------
Co-authored-by: neomoth <69372252+neomoth@users.noreply.github.com>
Prevent zombies from using jetpacks
Introduces CanComplexInteract check from ActionBlockerSystem alongside a translation string
When Zombifying: Removes AutomaticJetpackUserComponent, calls SharedJetpackSystem.SetEnable(..., false, ...)
* added dynamic cost to Ratkings OnRaiseArmy ability
* Update Content.Server/RatKing/RatKingSystem.cs
Co-authored-by: Vanessa <908648+ShepardToTheStars@users.noreply.github.com>
Signed-off-by: Carol <292806487+CarolCuchara@users.noreply.github.com>
* switched summary to one line
* added using directive for Linq
---------
Signed-off-by: Carol <292806487+CarolCuchara@users.noreply.github.com>
Co-authored-by: Vanessa <908648+ShepardToTheStars@users.noreply.github.com>
* feat: effigy-driven colossus
* feat: impl final stage, tweaks, randomization, fixes
* fix: actually broadcast first effigy audio
* style: add some newlines
* feat: notify player about updated target location in chat
* tweak: effigy always grows
* feat: make alwaysGrow show on anom scanner
* tweak: raise minimumPlayers to 35
* refactor: move FTL additions to _DV
* refactor: break out buffs into comps, add event
also added missing docs and made effigies heal colossi fully, as
specified in the PR body. I accidentally left it at 50% damage taken.
* docs: add effigy comp docs
* Remove radio form pocket when secdogs get zombified
* Update Content.Server/Zombies/ZombieSystem.Transform.cs
Co-authored-by: Vanessa <908648+ShepardToTheStars@users.noreply.github.com>
Signed-off-by: Carol <292806487+CarolCuchara@users.noreply.github.com>
---------
Signed-off-by: Carol <292806487+CarolCuchara@users.noreply.github.com>
Co-authored-by: Vanessa <908648+ShepardToTheStars@users.noreply.github.com>
* Changed up how emoting works
This was a long 10 hours just to get the chat to behave slightly different.
At least we can now scream over radio!
Will most definitely need some more work to get bugs out since this is the first implementation.
* Not ok
This was unmarked for some reason... I don't remember unmarking this.
* DeltaV comments
Added comments to explain changes.
Moved localization files to the _DV folder.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Moved code
Moved code to more suitable files and added some comments.
* Rights for robots
Now those with intrinsic radios can also emote!
* Fixes up some small stuff
Changes to fix some small issues with the code to align it more with modern standards.
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix by-ref event
Never worked with this event type before so gonna hope this works.
* Update Content.Shared/Chat/SharedChatSystem.Emote.cs
Signed-off-by: pathetic meowmeow <uhhadd@gmail.com>
* Update Content.Shared/Chat/SharedChatSystem.cs
Signed-off-by: pathetic meowmeow <uhhadd@gmail.com>
* Update Content.Server/Chat/Systems/ChatSystem.cs
Signed-off-by: pathetic meowmeow <uhhadd@gmail.com>
* fix style nits
* remove conflicting chatsan
---------
Signed-off-by: pathetic meowmeow <uhhadd@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pathetic meowmeow <uhhadd@gmail.com>
* Basic improvements to sparks
* Pull spark configuration out of SparkOnHit component
* Add various sparks to tasers, batons, RCD
* Add sparks back to electrocution
* Adjust new projectiles
* Tile fires on cable cuts
* That's a terrible idea, actually
* Add a custom PreventCollide system
* Make the new prevent collide component prevent collisions
* Add pointlight despawning visuals for sparks
* Add sprite fade out
* Add spark prototypes
* Add sparking behavior to lights
* Integrate sparks with some different stuff
* Remove invalid field
* Add dataset for Secdog names
* Split secdog into a base + other dogs so laika keeps her name
* Add new system for enabling subdermal ID cards
* Check for subdermal ID cards for access and sensor information
* Add MindOnlyAccess marker component
* Add new generic K9 officer role for secdogs
* Add Laika/K9 officers to security
* Update Laika's role to match K9 officer
* Add subdermal implants and mind only access for K9 officers
* Set MobSecDogBase to abstract
* Set K9Officer card to sec colours
* Update comments for Subdermal IDCard
* Move mind check for access above log for access
* Re-use ImplanterComponent's slot name
* Move idcard container const into component as well
* Add missing setPreference and requirements to k9 officer
* Ensure admin tricks work on subdermal ID cards
* Remove subdermal ID cards from showing in nanochat
* Move secdogs.yml to _DV namespace
* Fix typo
* Unduplicate container id name
* Port
* Update tags.ftl
* Update portable_chem_master.yml
* Update portable_chem_master.yml
* new sprites
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Trying to put the new sprites
* New sprites work now yippe
* Changed crafting recipe
* FIxed recipe
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update portable_chem_master.yml
* Rename equipped-suitStorage.png to equipped-SUITSTORAGE.png
Signed-off-by: Apachito <ivanlopezlegos2004@gmail.com>
* Update Resources/Prototypes/Entities/Objects/Specific/chemical-containers.yml
Co-authored-by: Radezolid <snappednexus@gmail.com>
Signed-off-by: Apachito <ivanlopezlegos2004@gmail.com>
* Update tags.ftl
* Update tags.ftl
* Update tags.ftl
* Update RobustToolbox
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update RobustToolbox
* Revert "Update RobustToolbox"
This reverts commit d3fd3d5f68.
* Revert "Update RobustToolbox"
This reverts commit d3fd3d5f68.
* Reapply "Update RobustToolbox"
This reverts commit 6cc86f3707.
* Revert "Reapply "Update RobustToolbox""
This reverts commit 8d38d2d327.
* Update RobustToolbox
* Fix RobustToolbox version
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Removed fill sprites and ability in the yaml file
---------
Signed-off-by: Apachito <ivanlopezlegos2004@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Radezolid <snappednexus@gmail.com>
Co-authored-by: Tobias Berger <toby@tobot.dev>
* Buff Masssleep
* Increase Glimmer Creation
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Removed Stupidness
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Fix
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat: LOOC/OOC/Deadchat muting
* refactor: split OocMuteCommands.cs into 3 files
* tweak: use proper admin logging
* refactor: remove unused loc args
* feat: one mute command, channel as argument
- properly marked target player in admin log so it actually alerts.
* refactor: completion options made named constant, used in error message
* tweak: display supported channels in help too
* fix: pass command to help string again
* style: add whitespace
Co-authored-by: pathetic meowmeow <uhhadd@gmail.com>
Signed-off-by: DisposableCrewmember42 <disposablecrewmember42@proton.me>
---------
Signed-off-by: DisposableCrewmember42 <disposablecrewmember42@proton.me>
Co-authored-by: pathetic meowmeow <uhhadd@gmail.com>
* Holoflare Gun
-Created a bunch of file in _NF namespace
-Added flare ammo to energy gun systems
-Basically anything relating the holoflare from the NF repo :>
* DV related
-Added the holoflare gun to any place that made sense to have it
* Engi Borg + Fix
* yaml liner fixes
* voucher is true
* Added FlareGunPellet deletion to Skia Scream
Other CR requests
* Update Content.Shared/_DV/Psionics/Systems/PsionicPowers/PsychokineticScreamPowerSystem.cs
Signed-off-by: pathetic meowmeow <uhhadd@gmail.com>
---------
Signed-off-by: pathetic meowmeow <uhhadd@gmail.com>
Co-authored-by: pathetic meowmeow <uhhadd@gmail.com>
* Reapply "Nubody Merge" (#5807)
This reverts commit d62f7cef10.
* Revert "Nubody Merge (#5670)"
This reverts commit b465cfb3fd.
* Revert "IPC fibers (#4968)"
This reverts commit c2b42211f0.
* Revert "IPC Polymorph fix (#4545)"
This reverts commit fa03d8c655.
* Revert "fix IPC not having humanoid emotes (#4445)"
This reverts commit 216fdf999f.
* Revert "ipc heat/cold (#4306)"
This reverts commit fafd5cf816.
* Revert "ipc cables (#4283)"
This reverts commit 54958039a1.
* Revert "feat: ipcs now have dynamic power draw based off movement speed (#3917)"
This reverts commit 71e8b7e64b.
* Revert "fix ipcs not being able to disarm (#3374)"
This reverts commit 764c4dcf54.
* Revert "make steel heal caustic for ipcs (#3206)"
This reverts commit 450ac82550.
* Revert "add missing ipc survival boxes (#3065)"
This reverts commit 888c9cdb00.
* Revert "make borgs use ipc repairing (#3064)"
This reverts commit f77a49dd0b.
* Revert "Update hud.yml to add ipcs to diagnostic hud (#3019)"
This reverts commit 7220643531.
* Revert "Tweak IPCs (#2979)"
This reverts commit 98b47476de.
* Revert "fix nukies ipc test fail (#2957)"
This reverts commit 4a1acbf863.
* Revert "fix ipc nukies not getting comms (#2884)"
This reverts commit 8a2254770e.
* Revert "fix ipc encryption key mispredict (#2879)"
This reverts commit f08726efc1.
* Revert "Merge pull request #2800 from Spielern/port-ipc"
This reverts commit 822fa4312c, reversing
changes made to fe4c23c702.
* Remove and Fix rest of IPC Hangons causing crashes
* Integration test Errors
* Expand migration file with removed IPC stuff
* IPC Leg was found and migrated to naught
* Revert "Merge pull request #2542 from deltanedas/shitmed-ops"
This reverts commit 83a8002922, reversing
changes made to baa89b0052.
* Revert "Set up surgical augments infrastructure & add tool panel augments (#3059)"
This reverts commit a40f0be6fd.
* Revert "Psionic Prosthetics (#4689)"
This reverts commit 2679bb238a.
* Revert "Add surgical cleanliness and sanitation (#2847)"
This reverts commit 64565ba4f7.
* Remove unremoved mentions
* Revert "Add autoclave to easily sanitize large amounts of items and faster (#2933)"
This reverts commit d0da90fa2e.
* Shit Med Removed
* Remove _ShitMed Folders and fix Errors in Console
* Add OrganAnimalBrain into the mirgraiton file
* Heads no Input Mover
* Monke
* Full migration file I guess
* oops
* shiv state fix
* Restore accidental deleted recipe
* Forgot one flt mention
* Fix more issues
* Comment out Damage Visual for motorkind for now
* Motorkind...
* Commenting stuff out for now
* thought there'd be more of this to gut
---------
Co-authored-by: Janet Blackquill <uhhadd@gmail.com>
* fix: lslaws should only list when lawbound, no law boards!
* tweak: avoid spamming ssd/cadet search strip alerts
* docs: add missing import comments
* fix: also don't alert when finishing to butcher a monkey
* refactor: rename added function
* refactor: break out target/user values for stripping alerts too
* tweak: a newline less
* fix: use continue instead of return when encountering offline watchlisted player
Signed-off-by: DisposableCrewmember42 <disposablecrewmember42@proton.me>
* tweak: the hands alert doesn't need to always alert on living ssd
Signed-off-by: DisposableCrewmember42 <disposablecrewmember42@proton.me>
* tweak: add ghost check to stripping alerts, different values for hand strip
* fix: check for ghost, not mindshield, oops
* tweak: lower alert on pocket ssd strip, rename vars for clarity
Signed-off-by: DisposableCrewmember42 <disposablecrewmember42@proton.me>
* tweak: hold off hand strip alerts until #5699
Signed-off-by: DisposableCrewmember42 <disposablecrewmember42@proton.me>
---------
Signed-off-by: DisposableCrewmember42 <disposablecrewmember42@proton.me>
* doored bell
* doored bell
* rezept
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* cherry-pick: Screenshake (EphemeralSpace/ephemeral-space#627)
* commit your shit at some point maybe
* y
* who knows
* rename?
* debugging + shit api
* i hope no one fucks my ass
* erm
* p
* replace with shit that makes way more sense
* stuff
* pretty sure this is just fine
* actual fix noise shit
* uhhh hmaybe if i feel like it wrong then later
* explosion shake
* grav shake
* gun shake
* idk
* projectile melee
Co-authored-by: DisposableCrewmember42 <disposablecrewmember42@proton.me>
* tweak: tune recoil on weapons
* docs: add _ES license info to LEGAL.md
* fix: screenshake on spawn fix from ss14Starlight/space-station-14#3664
Co-authored-by: neomoth <69372252+neomoth@users.noreply.github.com>
* feat: add client cvar to disable screenshake
* feat: add screenshake toggle to accessibility settings
* fix: upmerge compatibility
* docs: properly document cvar
* docs: add missing import comments
---------
Co-authored-by: mirrorcult <mirrorcult@pm.me>
Co-authored-by: neomoth <69372252+neomoth@users.noreply.github.com>
* Allows the AAC to send messages over the radio
* Allows AAC names to be highlighted in chat
* Restores VoiceOverrideComponent to the AAC
* refactor: separate confluent code into new files
Signed-off-by: little-meow-meow <204685920+little-meow-meow@users.noreply.github.com>
* style fix
Signed-off-by: little-meow-meow <204685920+little-meow-meow@users.noreply.github.com>
* Ugh this took me too long to figure out
-Made so many changes to AACTabletBuiState, moved it under _DV: Made it compatible with Wizden #40293 which moved all radio comps and system to shared
-Had issues with having two AAC UI open so made it so one closes before another opens
-Trial and error with the UI window lol
* Reverted Refactor + Comment Clean up
Reverted 0873b66449 which split code between starcup namespace and removed starcup comments because it's editing _DV files.
Fix namespace error due to radio moving the share, seem to work just fine!
---------
Signed-off-by: little-meow-meow <204685920+little-meow-meow@users.noreply.github.com>
Co-authored-by: Oxdeception <9624-oxdeception@users.noreply.gitgud.io>
Co-authored-by: little-meow-meow <204685920+little-meow-meow@users.noreply.github.com>
Co-authored-by: Janet Blackquill <uhhadd@gmail.com>
* Created Hitman_Case_catalog.yml
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* for hitman
credit:stormyatt. thanks for the help those on discord and the host briefcase
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* for hitman
credit: stormyatt with help from the discord sever and the hos briefcase pr
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* 16/24 items filled
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* for hitman
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* more added
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* top three filled
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* for hitman, full disguise kit
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* 27/30
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* 28/30
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* found the doorjack!
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* spyCrewMonitor is cool
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* found you!
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* for hitman
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* hitman: icons
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* Created Hitman_Case.yml
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* Create Hitman_Briefcase.rsi
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* Delete Resources/Textures/_DV/Objects/Tools/Hitman_Briefcase.rsi
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fixing it all
* I dont get it either but last of the changes which our just righting things
* Hitman_Case_catalog.yml be like that
* goodbye dupe
* renaming a file and removing a duplicate
* attributions changed to repect the caps
* as requested, name changes and useless line removal
* forgot to control S here
* names changed to try and be both simple and actualy describe the goal
* doing review changes and a small change to prototype order to make sense
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* how did i get where i moved this wrong?
* recharging radio jammer to radio jammer.
---------
Signed-off-by: stormyatt <dratticuscrabs@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: stormyatt <stormyatt@users.noreply.github.com>
* Nubody (#42419)
* Nubody
* fix test fails
* gibbing
* lung test returns
* doc comment
* hand organ test
* giblet test
* yaml formatting
* returning
* relocate
* trimming
* re-smite
* oops thusd tweak
* arachnids have slower metabolism i guess
* never mind the old behaviour is bad actually
* rider whyyy
* style changes and allat
* fix collision
---------
Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
* C# files done
* Visual nubody (humanoid appearance refactor) (#42476)
* initial visual nubody
* oops overlay
* im so pheeming rn
* conversion...
* tests
* comeback of the underwear
* oops eyes
* blabbl
* zeds
* yaml linted
* search and visible count constraints
* reordering
* preserve previously selected markings colors
* fix test
* some ui niceties
* ordering
* make DB changes backwards-compatible/downgrade-friendly
* fix things again
* fix migration
* vulpkanin markings limit increase
* wrapping
* code cleanup and more code cleanup and more code cleanup and more code cleanup and
* fix slop ports
* better sampling API
* make filter work + use the method i made for its intended purpose
* fix test fails real quick
* magic mirror cleanup, remove TODO
* don't 0-init the organ profile data
* remove deltastates
---------
Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
* Let vox eat trash again (#42503)
* C# complete port
* Getting closer
* Harpy Nubody Port
* Port Feroxi, Kitsune. Fix some yml typos and remove ipcs stuff
* Port Oni
* Port Rest, except Motorkind
* Port Motorkind
* Remove more surgery, restore too much deleted stuff
* Fix Typos and change some organ names. Need to split eyes next
* Harpy HAve Wings again
* Some fixes, More Surgeyr Removal, Copying of eye organs
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Use correct Body imports
* Markings Refactoring, Harpy Layering
* Motorkind doesn't crash anymore. Some layer remappings.
* Allow Organs to have Markings Displacements again. (#43604)
* first shtep
* readd markings support
---------
Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
* Fix STalk eyes and several layerings
* Fix sexed organs (#42554)
* Fix markings for several species, fit them for sexed organs and rename some files to fit them for it
* Additional IPC-related removals
* Vulpkanin eyes are now correct again
* Fix Subtle Cultist Marks on species
* Fix Asakim Sprites (sexed) and make CD imports work
* Migration, error fixes, and Height
* Fix humanoid profile voice being broken (#42550)
Fix humanoid appearance voice being broken
* Change Kitsune SexChanged Event to with ref
* Fix asakim issue, Respirator fix
* Simplify hands UI code (#42534)
* Simplify hands UI code
* i remembered about SortedHands in the component
* minor cleanup
---------
Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
* Set size of Analyzer back to 350, Kitsune can't gib themselves no more. Migration
* yml linter errors and an rudimentary onAdd Organ Functionality
* Fixing it trying to remove nothing
* midpoint migration
* Why do you put so many organs everywhere
* More missing prototypes
* Migration of more organs
* Forgot lungs
* Move character preview handling into a specialized control (#41252)
* Move character preview handling into a specialized control
Co-authored-by: Quantum-cross <7065792+Quantum-cross@users.noreply.github.com>
* Restore job name that I accidentally removed from character picker buttons
* Just resolve dependencies the standard way
---------
Co-authored-by: Quantum-cross <7065792+Quantum-cross@users.noreply.github.com>
Co-authored-by: Janet Blackquill <uhhadd@gmail.com>
* Drop ICharacterProfile/ICharacterAppearance interfaces (#42661)
* Ensure profile loading only returns valid species (#42842) (Stable merge) (#42865)
Co-authored-by: pathetic meowmeow <uhhadd@gmail.com>
* Changes to make it work for us.
* No more bald Harpy
* OperatingTables instead of null
* Adding Delta V Comments, commenting out instead of deleting
* Fix broken Height Scale.
* Remove HumanoidSilicon Mention
* Did an error. Readded, uncommented.
* Clean up Marking data structure, add tests for Zombie transformation (#42756)
* Clean up Marking data structure, add tests for Zombie transformation
* empty
* AAAAAAAAAAAAAAAA
---------
Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
* Fix markings colour setting (#42771)
* Fix: Markings Color For Downstream
* Comment out A Leg. Remove Todo
* Revert to original hidden species code
---------
Co-authored-by: pathetic meowmeow <uhhadd@gmail.com>
Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Princess Cheeseballs <66055347+Princess-Cheeseballs@users.noreply.github.com>
Co-authored-by: Absotively <jen@jenpollock.ca>
Co-authored-by: Quantum-cross <7065792+Quantum-cross@users.noreply.github.com>
Co-authored-by: Myra <vasilis@pikachu.systems>