Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reptilian digi #1796

Merged
merged 6 commits into from
Jan 22, 2024
Merged

Fix reptilian digi #1796

merged 6 commits into from
Jan 22, 2024

Conversation

Morb0
Copy link
Member

@Morb0 Morb0 commented Jan 22, 2024

Описание PR

Скрипт переименования "digi" в "reptilian" у "meta.json"
# Define the folder where the search will start
$folderPath = "C:\Path\To\Your\Folder"

# Define the search pattern
$filePattern = "meta.json"

# Define the text to find and replace
$searchText = "digi"
$replaceText = "reptilian"

# Recursively search for files and replace text
Get-ChildItem -Path $folderPath -Recurse -Filter $filePattern | ForEach-Object {
   $filePath = $_.FullName

   # Read the content of the file
   $content = Get-Content -Path $filePath -Raw

   # Check if the file contains the search text
   if ($content -match $searchText) {
       # Replace the text
       $newContent = $content -replace $searchText, $replaceText

       # Write the updated content back to the file without adding a new line
       Set-Content -Path $filePath -Value $newContent -NoNewline

       Write-Host "Replaced text in $filePath"
   }
   else {
       Write-Host "No '$searchText' found in $filePath"
   }
}

Write-Host "Search and replace operation completed."
Скрипт переименования файлов "-digi" в "-reptilian"
# Set the root directory where you want to start the search
$rootDirectory = "C:\Path\To\Your\Directory"

# Get all files with the old name recursively
$filesToRename = Get-ChildItem -Path $rootDirectory -Recurse -Filter "equipped-INNERCLOTHING-digi.png"

# Iterate through each file and rename it
foreach ($file in $filesToRename) {
   # Create the new file name
   $newName = $file.FullName -replace 'equipped-INNERCLOTHING-digi.png', 'equipped-INNERCLOTHING-reptilian.png'
   
   # Rename the file
   Rename-Item -Path $file.FullName -NewName $newName -Force
   Write-Host "Renamed $($file.FullName) to $($newName)"
}

Медиа

Проверки

  • PR полностью завершён и мне не нужна помощь чтобы его закончить.
  • Я внимательно просмотрел все свои изменения и багов в них не нашёл.
  • Я запускал локальный сервер со своими изменениями и всё протестировал.
  • Я добавил скриншот/видео демонстрации PR в игре, или этот PR этого не требует.

Изменения

🆑 Morty

  • fix: Исправлено отображение одежды у унатхов

@github-actions github-actions bot added Changes: Sprites Should be reviewed or fixed by people who are knowledgeable with spriting or visual design Changes: No C# Code has not been changed labels Jan 22, 2024
Copy link
Contributor

github-actions bot commented Jan 22, 2024

RSI Diff Bot; head commit 5d6bd46 merging into 6469596
This PR makes changes to 1 or more RSIs. Here is a summary of all changes:
Edit: diff updated after 5d6bd46

@lzk228
Copy link
Collaborator

lzk228 commented Jan 22, 2024

а на линуксе это можно сделать двумя командами, без написания скриптов :trollface:

Copy link
Collaborator

@lzk228 lzk228 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ты забыл убрать компонент digi у унатхов и переименовать этот компонент у вульп

@github-actions github-actions bot added the Status: Awaiting Changes This PR needs its reviews addressed or changes to be made in order to be merged label Jan 22, 2024
@Morb0
Copy link
Member Author

Morb0 commented Jan 22, 2024

а на линуксе это можно сделать двумя командами, без написания скриптов :trollface:

Это написал ChatGPT, поэтому можно считать, что я тоже сделал это в пару кликов ¯\(ツ)

Copy link
Collaborator

@lzk228 lzk228 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

- type: Inventory # Corvax-Digitigrade
speciesId: digi

и это убрать

@Morb0 Morb0 merged commit 194c032 into master Jan 22, 2024
10 checks passed
@Morb0 Morb0 deleted the fix-digi branch January 22, 2024 23:19
k3yw added a commit to k3yw/fish-station-14-abandoned that referenced this pull request Jan 25, 2024
* Automatic changelog update

* Action, Action Container, and Action Upgrade changes (#24005)

* Added TransferActionWithNewAttached and TransferAllActionsWithNewAttached and OnActionAdded event method to ActionContainerSystem. These are needed where the action needs to have a different attached entity for usage.  Fixed a bug with not being able to upgrade actions between levels.  Added a way to grant and remove a singular action.

* adds an action container component to mind on action added to fix tests

* Swaps trycomp for hascomp

* Maybe this will fix the thests

* Grants action container to performer as well

* Wait that makes no sense, removing that

* fixes mind action grant logic

* Changes ent check back to netent check

* Reverts unintended container changes

* fix medhud bounds with 64x64 inhands (#24102)

* aspid update (#24103)

* bagel update (#24104)

* bagel update

* argh

* box update (#24105)

* centcomm update (#24107)

centcomm

* cluster update (#24108)

* fland update (#24109)

* gemini update (#24110)

* marathon update (#24111)

* marathon update

* light

* meta update (#24112)

* omega update (#24113)

* packed update (#24114)

* reach update (#24115)

* Fixes the eye protection requirement of welding tools being inverted (#24106)

After a power outage and a whole hour of fixing a broken .git: fixes welding tools having inverted toggle states for eye protection requirements

* Automatic changelog update

* Reduces stimpack price to 4 TC (#24117)

done

* Automatic changelog update

* Readd core cargo shuttle (#24118)

add

* Update Core (#24121)

add

* Construction Blast door (#24050)

* construction blast door

* fix

* price

* fix2

* hem

* xif

* Static

* Automatic changelog update

* Tropico pet added to thief objective pool (#24119)

* git it's the same stop gaslighting yourself

* tropico added to thief objective pool

* Outpost Update (space-syndicate#1766)

* Translate Upstream space-syndicate#1764 (space-syndicate#1765)

* fix damage type for arachnid melee (#24137)

fix damage type

* fix cryo bed dragging (#24125)

* atlas cryosleep (#24126)

* atlas cryosleep

* invalid hunter

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>

* saltern cryosleep (#24127)

Co-authored-by: deltanedas <@deltanedas:kde.org>

* Flatcaps (#24134)

* Brown and Grey flatcaps added

What it says on the tin is what it is

* Fixed Copyright Jazz, oops

What it says on the tin

* Cossack Visual Change (#24129)

c

* more objective logging + maybe fix the no objective bug (#24139)

* more objective log

* remove hijack from group!!!!

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>

* Reinforced glass reacting fix (#24135)

* takeitouttakeitout

* Delete error.glsl

---------

Co-authored-by: Nemanja <[email protected]>

* Automatic changelog update

* fix cryosleepers deleting the station (#24143)

* fix cryogenic units deleting the station

* ship it

* terminal update (#24145)

* Cleanup Medicine Descriptions (#24141)

Medicine Cleanup TIme

* medal case sprite (#24147)

medal case no longer cigar case lmao

* Explosion log fix fix (#24136)

* Reaction and Explosion admin log coordinates

* Remove extraneous whitespace

* Automatic changelog update

* fix radiators leaking heat into atmos blocked tiles (#24124)

* fix radiators leaking heat into atmos blocked tiles

* Fix the fix

Pointyhat to: emogarbage

* Remove unused imports

---------

Co-authored-by: Kevin Zheng <[email protected]>

* Don't throw on player spawn for playtime failure (#24148)

Still gets logged but won't abort the entire startup process.

* Update Core (#24149)

ya

* Fix flare shell not applying firestacks and makes it embed (#23648)

* Fix flare gun not igniting and small firestack increase.

* Flare shells now embed

* Automatic changelog update

* Fix some closets being not deconstructable (#23054)

* sss

* price change

* Forensics guide addition (space-syndicate#1698)

* Resprite buckets (#23866)

* add

* fix

* tweak

* bucket

* buckt

* bucket'd

* buckt

* bottm roundinger

* Automatic changelog update

* Translation fixes (space-syndicate#1768)

Co-authored-by: faint <[email protected]>

* Fix missing [NetSerializable] in SimplePredictReconcileTest (#24161)

This didn't cause any issues because NetSerializer wasn't used in integration tests... until space-wizards/RobustToolbox#4838.

* qol tweak: More context about how to access traitor uplink in character menu (#24163)

Update preset-traitor.ftl

* Fix DragDropHelper not respecting the control.drag_dead_zone cvar (#24166)

Fix regression with the drag_dead_zone cvar not being used

* try and purify cryosleeper code (#24165)

* Hauling shuttle wreck (#24152)

add

* Remove prototypes locale (#24159)

* bagel update (#24168)

* Follow command and ahelp menu follow (#24142)

* Command & ahelp rename

* Reviews

* remove tpto

* Automatic changelog update

* Defusal & cargo general guidebooks translate (space-syndicate#1761)

Co-authored-by: faint <[email protected]>

* Nukies guidebook translate (space-syndicate#1732)

Co-authored-by: faint <[email protected]>

* Make mindshielded not pacified at round end (space-syndicate#1708)

* Add a way for bulk abstracting prototypes (#24140)

* Ignored Prototypes

* respath it

* add multi-file support

* box update (#24176)

* meta update (#24177)

* emergency box grid name (#24178)

emergency box

* Fix water gun and spray nozzle projectile collision (#24175)

fix water gun and spray nozzle collision

* Automatic changelog update

* Add 6 new small salvage wrecks (#24179)

* add

* updat

* Executions (#24150)

* Execution (you monster)
not done

* woops

* more stuff

* Melee executions

* Prevent executing those who can interact

* Better checks for if you can execute

* Scale the execution time of a knife with its attack speed

* Translations for fucking up an execution

* rename some functions

* Properly scale execution speed of melee weapons

* Fix checks in CanExecuteWithAny

* Allow executing yourself (funny)

* More versatile localisation

* Suicide with guns

* Popups for successful gun executions

* whoops

* Stop flare guns crashing the game on executions

* Various tweaks

* Remove some old usings

* Pacifists can no longer execute

* Remove unnecessary check

* Use CanShoot in gunsystem

* Capitalisation in ftl string

* Fix melee executions not playing a sound

* localisation tweaks

* Add Mothroach Burger (#24156)

* Add Mothroach Burger

* append copyright

* fix whitespace and metajson ordering

* Automatic changelog update

* Move rotting stages and examine to shared (#24183)

* Robohands glove sprite (#24182)

add

* Automatic changelog update

* WelderRefinable light tubes bulbs and broken bottle (#24184)

s

* Remove obsolete ftl call (#24187)

Nothing burger

* Grindable ores (#24185)

add

* Automatic changelog update

* Reagent grinder jittering (#24190)

* Reagent grinder jittering

* Fix jittering for offset sprites

* Change default lights on devmap to non-LED ones (#24192)

* Automatic changelog update

* bagel update (#24191)

* bagel update

* ok a lot more

* Xenoarch scanning time halved (#24188)

* SALVATION

* Update ArtifactAnalyzerComponent.cs

* Update artifact_analyzer.yml

* Significantly less annoying eating sounds (#24195)

* Automatic changelog update

* Resprite BrickTile decals (space-syndicate#1747)

* Corpos DeLocale (space-syndicate#1741)

* [Resprite] Swapper (space-syndicate#1746)

* Translate vulpkanin (space-syndicate#1771)

* Fix bricktile meta.json version

* Revert suit storage & light tube sprites (space-syndicate#1770)

* [HotFix] Avrite (space-syndicate#1773)

* Mouse sprite movement states (#24202)

* Add limited-reagent dispensers (#23907)

* Add limited-reagent dispensers

* Add empty versions for all dispensers

* Fix lint

* Set initial window size so all buttons are visible

* Simplify logic, add parenthesis

* Use localized name for initial labels

* Adjust button style

* Avoid touching items before MapInit

* Remove pre-labeling

* Reduce diff

* Clean up YAML

* Fix test

* Really fix test

* Document

* Adjust based on review

* Add labels for obnoxiously long bottles

---------

Co-authored-by: AWF <[email protected]>

* Automatic changelog update

* localize shuttle timer eta etd (#24204)

* Chicken sprite movement states (#24205)

* Update locale

* Fix comp.Owner (#24206)

* Repairable shuttles (#24193)

* fixable shuttle

* nukie not repairable

* fix

* Automatic changelog update

* Do not log missing components in OpenableSystem (#24208)

Do not log missing components

* fix flippo not igniting plasma (#24207)

Add welder component to FlippoLighter

* Automatic changelog update

* Use old reagent dispenser beaker slot ID (#24209)

Change the slot ID back to what it was to keep old map saves with an item in the slot loading correctly.

This also fixes the "You can't put this in the dispenser!" message not appearing when inserting an item without FitsInDispenserComponent because the whitelisted slot name wasn't changed.

* reach update (#24211)

* Fix error when starting a DoAfter while handling one on the same entity (#24218)

* Fix error when starting a DoAfter while handling one on the same entity

* Reuse array

* Update silly (space-syndicate#1778)

* Update spectrum (space-syndicate#1777)

* Translate Upstream space-syndicate#1775 (space-syndicate#1776)

Co-authored-by: lzk <[email protected]>

* Fix tts settings (space-syndicate#1774)

* Golden honker glow (#24230)

add

* Paramedic void suit is now a soft suit. (#24229)

add

* Carrots now properly contain Oculine (#24228)

* carrot

* add

* quantity

* Automatic changelog update

* Automatic changelog update

* Add pacifism description and clean up traits a little (#24216)

add

* [Maps] Astra update (space-syndicate#1782)

Co-authored-by: poeMota <[email protected]>

* Outpost update (space-syndicate#1780)

* [MapUpdate] Avrite (space-syndicate#1781)

* make terminator immune to rev and zombie (#24239)

Co-authored-by: deltanedas <@deltanedas:kde.org>

* Fix solution corruption when grinding a stack of items (#24242)

Fix corruption when grinding a stack of items

* Add fill visuals and inhand sprites to water bottle (#24240)

* Add fill visuals and inhand sprites to water bottle

* adjust sprite

* Fix entity menu grouping and sorting (#24243)

* Group entity menu by the displayed name instead of by the prototype

* Sort entity menu by the displayed name (with label) in current culture

* Automatic changelog update

* Wrap objective briefing text (#24244)

* Fix drink examine text (#24241)

* More sprite movement states (#24237)

* More sprite movement states

* what

* Finally fix cryostorage duping (#24251)

* Automatic changelog update

* Spawn guidebooks on random bookshelves (#24036)

* Automatic changelog update

* fix gas canister names (#24252)

fix canister names

* Add trade stations (#23863)

* puters

* Start on fulfillment

* weh

* Smol update

* FTL sound fixes or smth iunno

* Add consoles

* More tweaks

* Make it unanchorable

* final wehs

* weh

* Fix 1 test

* Shrimply bump the distance

* cat

* Automatic changelog update

* Update submodule to 207.0.0 (#24255)

* Title2 (#24254)

* title2

* Update lobby.yml

* Update attributions.yml

* real

* Automatic changelog update

* Botany guide chemicals (#24194)

* Adjust produce (#24220)

* Fix salvage wreck names (#24256)

add

* Rework wheelchairbound (#24173)

* Rework wheelchairbound

Fixes the save/load bug and fixes it being a singleton.

* weh

* Make super bite burger easier to craft (#24231)

* add

* needs space for salt

* Change the station map dot color to cyan (#24082)

Change the station map tracking dot color to cyan

Co-authored-by: iacore <[email protected]>

* Restart votes check player count and ghost levels (#23453)

* Restarts have max player count

* Now counts ingame ghosts to determine if restart can be called

* consistant cvar name

* Added a player count with state conditional

* Run fixgridatmos on trading outpost (#24264)

* Automatic changelog update

* Add ability to put spesos into cargo console (#24263)

I thought we had it already but maybe it was an unfinished pr or something.

* Automatic changelog update

* Added defib to Brigmed on Box (#24269)

* Moved Gemini's Brigmed defib to the inside (#24273)

* Added defib to Brigmed on Origin (#24272)

* Added defib to Brigmed on Meta (#24271)

* Clear cargo orders on approval (#24278)

* Update Trading Outpost (#24281)

* add

* yes

* Fix gun bolt crash (#24283)

Deleting non-predicted entities moment.

* Automatic changelog update

* Improve light tube sprites (#24270)

* fix

* blocky

* glowier

* darker

* Actually fix carrot oculine this time (#24290)

SEEDS MAN

* Destruction & impact sound rework pass 1 (#24282)

* Various sounds ported

* Replace wall_bonk.ogg

* Metal/metalglass break sound pass

* Replace metalbreak.ogg

* Replace woodhit

* Replcae tap.ogg n some smack uses

* Fix lint

* Replace bang.ogg and some instances of hit_kick.ogg

* couple more

* fix wood sound

* i may be stupid

* le attributing

* bro what

* standardize more destruction sounds

* fix melee hit sound cutting off

* window threshold sounds and remove `destroySound` it literally doesnt exist

* Automatic changelog update

* Can emag artifact crusher (#23957)

* initial commit

* made it emaggable

* removed OnAttemptEmagEvent

* moved emagging to shared

* added local file to git

* Automatic changelog update

* Adds more grindables (#24267)

* Adds more grindables

* fuc

* A

* Fix reagents obtained from grinding iron ore. (#24215)

add

* Mustard, ketchup and mayonnaise now tastes distinct (#24297)

add

* Gate Returns + Outpost hotfix (space-syndicate#1784)

* Update Trade Station (#24295)

add

* Update Core (#24294)

add

* Update Rod and Transit evacuation shuttles (#24296)

add

* Lathe Categories (#24247)

* Lathe Categories

* serilog my beloathed

* Automatic changelog update

* Unrevivable trait (#24226)

* unrevivable trait + remove unclonable remnants

* cleanup

* change to hascomp

* Automatic changelog update

* Toolboxes (#24305)

* Added animations for opening toolboxes

* Fix cow toolbox

* Automatic changelog update

* Revert "Adds more grindables (#24267)" (#24311)

This reverts commit 16a1f2f.

* Rebalance of Lobbying bundle (#24303)

* Rebalance of Lobbying bundle

- More money, mickey (5000 -> 30000)
- Added trader`s rubberstump for high iq players
- Phone to call upper managment
- Some fancy and absolutely unsuspicious clothings
- Patriotic Flag for the most valuable lobist of Syndicate

* Thief problem fix

Thief now have have separate lobbying bundle, now it calls bribing bundle

* Fixing

Money count, suffix

* Hi

Fixing money

* Automatic changelog update

* Prevent EntityStorages from being opened while inside another container (#24253)

* Prevent EntityStorages from being opened while inside a mech.

* compressed into few lines

* unneeded line

* Popup client

---------

Co-authored-by: metalgearsloth <[email protected]>

* Automatic changelog update

* Add netserializable to test doafter (#24313)

Might fix the test failure

* Fixes round restart audio clipping (#24044)

* Fix round end audio clipping

* weh

---------

Co-authored-by: metalgearsloth <[email protected]>

* Automatic changelog update

* Fix cargo product groups (#24212)

* Cargo fixes (#24318)

Wrong button.

* Change what items can be fultoned while stopping anchored items from fultoning (#20628)

* Check and restrict players from fultoning their equipped items

* Changed fulton whitelist to items and anchorables

* Stop from anchored items being fultoned

* Moved containermanager check to CanFulton function

* review

---------

Co-authored-by: metalgearsloth <[email protected]>

* Automatic changelog update

* Make crushers not craftable/researchable (#24319)

* nomorecrushersci

* nocomment

* Automatic changelog update

* Fix some test warnings (#24324)

Extracted from smug's pr.

* Fix drag-drop buckle sound playing twice (#24321)

Buckle refactor somedayTM.

* Automatic changelog update

* Beacon localization (#24138)

* localize beacons

* No not like that

* Tesla beacons were already depreciated, time to give the reaper their due

* Entity name fallback

* The real treasure was the far easier solution we missed along the way

* weh

* Shared mapinit

* fix RT version

* a single line break

* fix scram implant uplink desc (#24336)

fix

* Add admin log messages for gamerule addition and end (#24092)

* Add admin log messages for gamerule addition and end

* Use EventRan end EventStopped LogTypes instead of new GameRule logtype

* Apply suggestions from code review

---------

Co-authored-by: Chief-Engineer <[email protected]>

* Automatic changelog update

* Fix issue where round could reset all job priorities to high (#24340)

* Update job priorities when job requirements are getting updated

* Sort jobs by weight and then by the name

* Sort departments too

* Add snake kebab (#24341)

* add snake kebab

* fix sprite

* just meat

* Cerberus Wideswing (#24328)

arf

* Buff potassium availability from bananas (#24257)

* banana

* yes

* Automatic changelog update

* Remove ability to start pulling while inside a container (#24235)

* why was this even possible

* what coding at 6am does to a mf

* Update locale

* Fix locale

* Update Credits (#24352)

Co-authored-by: PJBot <[email protected]>

* Allow chemical-fueled generators to use multiple reagents (#24258)

multi-reagent generators

* Use MetalBreak collection

* The glowing forest anomaly (#24351)

* sans

* Papyrus

* add to game

* tweak stick

* fixes

* Update Resources/Prototypes/Entities/Objects/Misc/kudzu.yml

Co-authored-by: Kara <[email protected]>

* Update Resources/Prototypes/Entities/Structures/Specific/Anomaly/anomalies.yml

Co-authored-by: Kara <[email protected]>

---------

Co-authored-by: Kara <[email protected]>

* Automatic changelog update

* Update locale

* Cancel CanBuckle before popup for foldable items (#24358)

* Cancel CanBuckle before popup for foldable items

* Moved to FoldableSystem

* Content grid merging (#22448)

Mainly fixing thruster bugs

* Make radarcontrol use approx grids (#24360)

* Fix keyboard sounds not playing when opening a computer UI (#24348)

Fix keyboard sounds not playing on UI open

* Update submodule to 207.1.0 (#24361)

* Star Wars 14: Shuttle weapon update (#23644)

* setup codebase

* make auto-fire, but its broken

* collider problem

* fix rate, add toggle port

* add laser

* power cages

* ginormous cells

* fix inhand

* add pirate cannon

* salvage gun

* functional Nuke cannon

* rewrite to standart grenade

* fix naming, add emp sprite

* grenade cartridge

* thruster fix

* nuke cannon

* audio + visual polish

* balance tweak

* tweaks

* laser balance tweak: new Electronic damage modifier set, reduce structural cannon damage

* resprite energy cages, start implementing in game

* fix cage recharger craft

* add small laser gun

* fix colliders

* add  lasers and ptk to research and crafting

* finish implementing weapon to rnd and sec

* some fixes

* splitted grenades and cannon balls

* integrate new cannon balls

* tweaks stick

* move circuits to sectechfab, fix

* fix?

* add ability to E shoot, without signals

* fix!

* fix?!?! and naming tweak

* go!

* Lank fix

* oh

* mornings don't start with coffee.

* the morning starts with bug fixes.

* fucking bugs!

* finally

* it is now possible to craft projectiles separately from cartridges

* +2 fix

* refactor

* piu

* More weight

* add AutoShootGunComponent

* move autoshoot to partial

* SetEnabled()

* some fixes

* remove CanShootWithoutUser field

* remove null-checks ToCoordinates from AttemptShoot()

* war without reason

* return to home

* ?

* forgot remove it

* review

* Fix formatting and update path

---------

Co-authored-by: metalgearsloth <[email protected]>

* Add chat.max_announcement_length cvar (#23571)

* Add announce message length to UI and make a cvar for it

* Update comm console server-side trim to use the cvar

* Rely on the new OnTextChanged event

Because OnKeyBindUp only works for keys that have binds

* Add a similar indicator to nukies' war declaration UI

* Remove message length indicators for now cuz it requires the engine update

* Rename cvar slightly

* Refactor duplicated code to a helper method

* Remove message trimming from *Window class as it's better to live in the BoundUserInterface where the other message handling happens

* Rename to chat.max_announcement_length

* PA control box part detection fix (#24356)

* * Fixed rounding errors when the PA control box was checking for parts, sometimes leading to the obscure "port/starboard emitters are not detected".
* Auto-rotated the PA control box toward the fuel box when checking for parts
* Swapped the wired/completed state sprites for the PA control box as it appears they were inverted

* Update Content.Server/ParticleAccelerator/EntitySystems/ParticleAcceleratorSystem.Parts.cs

---------

Co-authored-by: metalgearsloth <[email protected]>

* Automatic changelog update

* Flora anom hotfix (#24364)

* fix

* less entities

* ф

* Fix security camera sprite when viewed at an angle (#24357)

The 8-directions is a vestige of /tg/station, where the extra
directions were used to place cameras on the left or right half of the
wall.

Setting it to 1 directions (sic) allows the game engine to rotate the
sprite for us, which is fine as the art currently has no perspective.

* Bunch of revolver fixes (#19649)

* Bunch of revolver fixes

Some stuff wasn't working with prediction so this should fix all of it.

* a

* fix weh

* Also usedelay

* Automatic changelog update

* Fix dock highlighting (#24369)

Nentity casualty

* Automatic changelog update

* Locale fixes (space-syndicate#1785)

* Translate Upstream space-syndicate#1787 (space-syndicate#1790)

* Update locale

* Hotfix chemical use division by zero

* Largo sound & hearts on interact (space-syndicate#1794)

* Disable record of TTS in replays

* Translate Upstream space-syndicate#1792 (space-syndicate#1793)

Co-authored-by: lzk <[email protected]>

* Fix stray pixel on poster 22 legit (space-syndicate#1795)

* [Maps] Lil delta update (space-syndicate#1791)

Co-authored-by: poeMota <[email protected]>

* Fix reptilian digi (space-syndicate#1796)

* module sync

* module sync

* submodule netserializer sync

* Карты, обнова и новое лого

---------

Co-authored-by: PJBot <[email protected]>
Co-authored-by: keronshb <[email protected]>
Co-authored-by: Nemanja <[email protected]>
Co-authored-by: Emisse <[email protected]>
Co-authored-by: deathride58 <[email protected]>
Co-authored-by: Boaz1111 <[email protected]>
Co-authored-by: Ubaser <[email protected]>
Co-authored-by: Nim <[email protected]>
Co-authored-by: reverie collection <[email protected]>
Co-authored-by: Ed <[email protected]>
Co-authored-by: lapatison <[email protected]>
Co-authored-by: CrigCrag <[email protected]>
Co-authored-by: deltanedas <[email protected]>
Co-authored-by: Hanz <[email protected]>
Co-authored-by: Alekshhh <[email protected]>
Co-authored-by: Skye <[email protected]>
Co-authored-by: Trevor Day <[email protected]>
Co-authored-by: Kevin Zheng <[email protected]>
Co-authored-by: metalgearsloth <[email protected]>
Co-authored-by: Arendian <[email protected]>
Co-authored-by: lzk <[email protected]>
Co-authored-by: faint <[email protected]>
Co-authored-by: Pieter-Jan Briers <[email protected]>
Co-authored-by: Arkanic <[email protected]>
Co-authored-by: Kot <[email protected]>
Co-authored-by: LankLTE <[email protected]>
Co-authored-by: Veritius <[email protected]>
Co-authored-by: TurboTrackerss14 <[email protected]>
Co-authored-by: DrSmugleaf <[email protected]>
Co-authored-by: Kara <[email protected]>
Co-authored-by: Ko4ergaPunk <[email protected]>
Co-authored-by: KREKS <[email protected]>
Co-authored-by: Morb0 <[email protected]>
Co-authored-by: Syxapik <[email protected]>
Co-authored-by: themias <[email protected]>
Co-authored-by: AWF <[email protected]>
Co-authored-by: Volodius <[email protected]>
Co-authored-by: 0x6273 <[email protected]>
Co-authored-by: CrazyCat2048 <[email protected]>
Co-authored-by: poeMota <[email protected]>
Co-authored-by: poeMota <[email protected]>
Co-authored-by: Tayrtahn <[email protected]>
Co-authored-by: IlyaElDunaev <[email protected]>
Co-authored-by: iacore <[email protected]>
Co-authored-by: iacore <[email protected]>
Co-authored-by: Repo <[email protected]>
Co-authored-by: Krunklehorn <[email protected]>
Co-authored-by: SpeltIncorrectyl <[email protected]>
Co-authored-by: Flareguy <[email protected]>
Co-authored-by: Scribbles0 <[email protected]>
Co-authored-by: Drayff <[email protected]>
Co-authored-by: Agoichi <[email protected]>
Co-authored-by: metalgearsloth <[email protected]>
Co-authored-by: Hannah Giovanna Dawson <[email protected]>
Co-authored-by: Kacper Urbańczyk <[email protected]>
Co-authored-by: Alzore <[email protected]>
Co-authored-by: Errant <[email protected]>
Co-authored-by: Ilya246 <[email protected]>
Co-authored-by: Chief-Engineer <[email protected]>
Co-authored-by: GreyMario <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Menshin <[email protected]>
Co-authored-by: Magnus Larsen <[email protected]>
Co-authored-by: k3ywarrior <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: No C# Code has not been changed Changes: Sprites Should be reviewed or fixed by people who are knowledgeable with spriting or visual design Status: Awaiting Changes This PR needs its reviews addressed or changes to be made in order to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants