-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
EasyPry airlocks for arrivals. Now also prying refactor I guess #19394
EasyPry airlocks for arrivals. Now also prying refactor I guess #19394
Conversation
from a UX perspective, it's really strange that these random doors on the shuttle are the only ones that can be pried with bare hands. I feel like we should just be making the doors forced open or something like that. A lot of players could miss the easy prying functionality just because it's fairly nonstandard behavior that isn't indicated well. |
Fair enough, this is something I lifted from ss13(Don't quote me on that I Just remember that arrivals airlocks could just do this). I could add something in the description of the airlocks that could be seen when you examine it. For example it could say that this airlock has an emergency open handle or something like that.
Wouldn't this be even more strange? Just airlocks randomly being opened once power goes out, not to mention that these doors would be open to space. |
theyre fanned so its fine |
Still looks very wrong in my opinion for doors to space to open up once power goes out, and it's even weirder when the atmosphere just stays in even tho that fan has also technically lost power.
Not sure how to respond to that. |
Maybe update the description to say it has an emergency release? Similar kinda like the doors on subway cars, where if the power goes out you can pump a lever to open/close the doors. I do agree with @EmoGarbage404 that the doors need to be obviously different from the regular doors on the station, which might require a sprite update. |
I updated their descriptions to say that they say they got a handle labelled "PULL TO OPEN". Not sure if that's the best way to describe it tho. On sprites imma be honest, I'm creatively bankrupt when it comes to art so I'm not sure if I could pull off good looking alternative sprites. |
Thinking about it more, it should probably say lever instead of handle, I'll update it tomorrow |
Unsure if it's been stated, but there's an IRL precedence for this. Submarine doors as well have this feature for brown outs/powerless scenarios. It's usually a wheel that must be spun vigorously to slowly open the bolts. The arrivals shuttle in general is so scuffed that it just plops you there. I think this is a great fix. |
Thank you for your contribution. I'm conceptually in favor of having this, particularly given the real life precedent. The problem of the arrivals shuttle was resolved by merging #17189 but there may still be other uses for this door. Unfortunately I haven't been able to take a look at the code yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just make it a door and remove bumpopen and it does the exact same thing.
Hey are you sure I should just do it like this? At least to my understanding this would just make the door immediately open regardless of if it is powered or not since it will probably be used on airlocks. Currently it has a doafter for prying it open while it is unpowered, do you want me to scrap that? |
To be clearer on what I mean by this, currently when trying to open a door it fires off a BeforeDoorOpenedEvent which is used by the airlocksystem to stop opening unpowered airlocks. I could make it so that if the airlock is marked as easypry it does not cancel the event but it would have the effect I mentioned above. I could add back the doafter by making the doorsystem check this as well but this would be mixing logic between systems which I am not sure would be good. |
Prying shouldn't be getting handled by both tools and a dedicated system, it should just be 1 dedicated system. Alternatively moving all prying to 1 component is probably best. |
Just spitballing here: Unsure if zombie prying is housed within its own system, but assuming it is: if we were to nix that, and within prying make some doors pryable without tools by all races, zombies can extend that, everything should be neatly packaged - or no? |
I'll look if I can do that, I am not really familiar with how zombies do that but yea it may be a good fit for the prying component/system |
I figured it out. It's using the GetVerbsEvent in the door system and I think it applies for all mobs able to pry stuff like xenos. If the mob can pry stuff then it also makes it so most checks are skipped like whether the door is powered or bolted. Oddly it still checks if the door is welded due to the way it's coded. I'll just make it so that event just calls into the prying system. This will make it so it actually does checks except for whether the door is powered for those cases due to the way I've coded it so far tho. This does also change zombie behavior which is kinda out of scope of this pr, but considering I've been asked to create an entire new system and component for prying I think I'll need to redo the entire pr name and description anyways. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Praying that this will fix the random broken stuff that appeared that seem to be upstream things
commit bcb79ef Author: metalgearsloth <[email protected]> Date: Sat Sep 30 15:20:44 2023 +1000 Update submodule to 164.0.0 (space-wizards#20618) commit 2f11a74 Author: DrSmugleaf <[email protected]> Date: Fri Sep 29 22:14:16 2023 -0700 Remove cloneData parameter from AutoNetworkedField (space-wizards#20596) commit 379de4b Author: DrSmugleaf <[email protected]> Date: Fri Sep 29 21:54:46 2023 -0700 Remove v0.1 version number from local main menu screen (space-wizards#20617) commit ca64217 Author: metalgearsloth <[email protected]> Date: Sat Sep 30 14:41:54 2023 +1000 Update submodule to 163.0.0 (space-wizards#20616) commit 3a196a1 Author: metalgearsloth <[email protected]> Date: Sat Sep 30 14:35:32 2023 +1000 Move TimedDespawn to engine (space-wizards#20515) commit 4a884cd Author: PJBot <[email protected]> Date: Fri Sep 29 23:36:28 2023 -0400 Automatic changelog update commit 0bb8c22 Author: daerSeebaer <[email protected]> Date: Sat Sep 30 05:35:23 2023 +0200 Added blocked visuals to volumetric pump (space-wizards#20610) commit 812b8ff Author: PJBot <[email protected]> Date: Fri Sep 29 15:15:57 2023 -0400 Automatic changelog update commit fbbb8fd Author: TsjipTsjip <[email protected]> Date: Fri Sep 29 21:14:53 2023 +0200 Kettle medical rework (space-wizards#20435) * Initial try at medical rework for kettle * Re-add decal decorations to Kettle's medical * Add more lockers to kettle's med * Actually upload kettle's map, not its proto commit 10ce0e3 Author: PJBot <[email protected]> Date: Fri Sep 29 11:02:24 2023 -0400 Automatic changelog update commit 290c2fd Author: metalgearsloth <[email protected]> Date: Sat Sep 30 01:01:47 2023 +1000 Organ fixes (space-wizards#20488) commit 4313a6e Author: Kacper Urbańczyk <[email protected]> Date: Fri Sep 29 17:01:19 2023 +0200 Fix electrocution displaying real name of disguised players (space-wizards#20603) commit 1dc1c8f Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 22:43:16 2023 -0700 Fix loading a map with a ThirstComponent crashing the game (space-wizards#20594) commit 101ee6e Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 21:13:15 2023 -0700 Fix mapping actions crashing on load (space-wizards#20592) commit 0da2cd9 Author: PJBot <[email protected]> Date: Thu Sep 28 23:56:33 2023 -0400 Automatic changelog update commit 9060521 Author: Nemanja <[email protected]> Date: Thu Sep 28 23:55:29 2023 -0400 caninsert entitystorage tweaks (space-wizards#20589) commit d664c90 Author: PJBot <[email protected]> Date: Thu Sep 28 21:47:21 2023 -0400 Automatic changelog update commit 445e6aa Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 18:46:16 2023 -0700 Fix AHelp progressively showing more AHelp panels (space-wizards#20591) commit 072db2d Author: PJBot <[email protected]> Date: Thu Sep 28 21:06:41 2023 -0400 Automatic changelog update commit 80f36ea Author: Kara <[email protected]> Date: Thu Sep 28 18:05:36 2023 -0700 Glorfcode (force say on damage/stun/crit) (space-wizards#20562) commit 6c8e79a Author: PJBot <[email protected]> Date: Thu Sep 28 21:00:22 2023 -0400 Automatic changelog update commit 31af0fc Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 17:59:14 2023 -0700 Update RobustToolbox to v162.2.1 (space-wizards#20590) commit 4adc2ae Author: PJBot <[email protected]> Date: Thu Sep 28 20:45:51 2023 -0400 Automatic changelog update commit d257837 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 17:44:47 2023 -0700 Fix not networking markings (space-wizards#20588) commit e6956bf Author: PJBot <[email protected]> Date: Thu Sep 28 19:56:14 2023 -0400 Automatic changelog update commit c06586f Author: Miro Kavaliou <[email protected]> Date: Thu Sep 28 19:55:10 2023 -0400 Added a toggle fullscreen button (default F11) (space-wizards#20272) * Added a toggle fullscreen button (default F11) * Removed un-needed comments * Review Requested Changes * Fixed Acidental Spacing Change * bwoink, removed extraneous code * nothing, litterally commit 3477349 Author: PJBot <[email protected]> Date: Thu Sep 28 19:47:43 2023 -0400 Automatic changelog update commit be61cca Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 16:46:49 2023 -0700 Disable AHelp buttons when no player is selected, update button styling (space-wizards#20568) commit f985e7d Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 16:46:39 2023 -0700 Fix role unbans not applying in real time (space-wizards#20547) commit a44fa86 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 16:20:29 2023 -0700 Update trivial components to use auto comp states (space-wizards#20539) commit 14cfe44 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 15:48:29 2023 -0700 Catch replay start and end errors on round restarts (space-wizards#20565) commit bcad37f Author: PJBot <[email protected]> Date: Thu Sep 28 18:47:11 2023 -0400 Automatic changelog update commit 1d99a68 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 15:46:36 2023 -0700 Change .editorconfig to keep existing attribute arrangement (space-wizards#20538) commit 9040445 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 15:46:26 2023 -0700 Remove windows-latest CI runs, remove unused build-test-release.yml (space-wizards#20540) commit 72b1d66 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 15:46:06 2023 -0700 Add confirmation to kick and respawn in the admin player actions panel (space-wizards#20542) commit 8aa0aff Author: PJBot <[email protected]> Date: Thu Sep 28 15:21:03 2023 -0400 Automatic changelog update commit d348096 Author: lunarcomets <[email protected]> Date: Thu Sep 28 12:19:58 2023 -0700 archaic accent tweaks (space-wizards#20567) commit b81ae43 Author: PJBot <[email protected]> Date: Thu Sep 28 13:08:17 2023 -0400 Automatic changelog update commit c2771c2 Author: NULL882 <[email protected]> Date: Thu Sep 28 20:07:12 2023 +0300 Necropolis and mine walls (space-wizards#20578) commit 5d82197 Author: Skarletto <[email protected]> Date: Thu Sep 28 11:18:10 2023 -0400 bartender suit (space-wizards#20521) * give me a drink bartender * guh * aARG commit 2f4b2cc Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 07:48:59 2023 -0700 Add active and ended game rule components, generic TryRoundStartAttempt and minPlayers field (space-wizards#20564) * Improve active game rule querying, add generic try round start attempt method, move minPlayers to GameRuleComponent * Nukeops todo and cleanup * Remove Active field * Add EndedGameRuleComponent commit 78091fb Author: PJBot <[email protected]> Date: Thu Sep 28 10:06:46 2023 -0400 Automatic changelog update commit 5e25201 Author: Nemanja <[email protected]> Date: Thu Sep 28 10:05:42 2023 -0400 Health alert tweaks (space-wizards#20557) commit 4b4520c Author: PJBot <[email protected]> Date: Thu Sep 28 10:01:23 2023 -0400 Automatic changelog update commit eb26990 Author: Doru991 <[email protected]> Date: Thu Sep 28 17:00:18 2023 +0300 Make arcades hackable again (space-wizards#20555) commit 6452482 Author: PJBot <[email protected]> Date: Thu Sep 28 07:35:26 2023 -0400 Automatic changelog update commit 5ff7912 Author: nikthechampiongr <[email protected]> Date: Thu Sep 28 11:34:21 2023 +0000 EasyPry airlocks for arrivals. Now also prying refactor I guess (space-wizards#19394) Co-authored-by: metalgearsloth <[email protected]> commit cbeba20 Author: PJBot <[email protected]> Date: Thu Sep 28 06:54:58 2023 -0400 Automatic changelog update commit 0a8a6f8 Author: Repo <[email protected]> Date: Thu Sep 28 23:53:53 2023 +1300 Fix Punpun crew monitor sensor (space-wizards#20484) commit c0ddb6f Author: PJBot <[email protected]> Date: Thu Sep 28 06:53:09 2023 -0400 Automatic changelog update commit 08af700 Author: LEVELcat <[email protected]> Date: Thu Sep 28 13:52:05 2023 +0300 Add EyesGlasses into ClothesMate (space-wizards#20523) commit bc21834 Author: Pieter-Jan Briers <[email protected]> Date: Thu Sep 28 12:49:49 2023 +0200 Revert "Use full file path for temp replays (space-wizards#19002)" (space-wizards#20545) commit f19cd90 Author: ravage <[email protected]> Date: Thu Sep 28 13:49:17 2023 +0300 clean up some lines in smile the slime prototype (space-wizards#20552) commit b052e0f Author: Nemanja <[email protected]> Date: Thu Sep 28 06:48:50 2023 -0400 Predicted armor (space-wizards#20560) commit 9ad551e Author: metalgearsloth <[email protected]> Date: Thu Sep 28 20:29:28 2023 +1000 Update submodule to 162.2.0 (space-wizards#20570) commit 040538a Author: metalgearsloth <[email protected]> Date: Thu Sep 28 20:27:35 2023 +1000 Minor slippery stuff (space-wizards#20535) commit e502b6b Author: PJBot <[email protected]> Date: Thu Sep 28 00:10:52 2023 -0400 Automatic changelog update commit 008f2d9 Author: Psychpsyo <[email protected]> Date: Thu Sep 28 06:09:44 2023 +0200 Wearable Wet Floor Sign and 'Janitorial Suicide Vest' (space-wizards#20311) * Explosive wet floor sign & janitorial suicide vest * fix attributions * Remove name & desc from explosive wet floor sign * Make wet floor sign chameleonable commit d90a75a Author: PJBot <[email protected]> Date: Thu Sep 28 00:07:17 2023 -0400 Automatic changelog update commit 0d22d2d Author: deltanedas <[email protected]> Date: Thu Sep 28 05:07:08 2023 +0100 rouny meat and steak (space-wizards#20526) * lost friendship flavor * add rouny steak * rouny special meat * rouny meat textures --------- Co-authored-by: deltanedas <@deltanedas:kde.org> commit 25315a0 Author: Psychpsyo <[email protected]> Date: Thu Sep 28 06:06:13 2023 +0200 fix bingus wrinkly head (space-wizards#20531) commit d7a9022 Author: Psychpsyo <[email protected]> Date: Thu Sep 28 06:05:50 2023 +0200 Make NPC names proper nouns & fix some genders (space-wizards#20534) * Proper names & genders * Uppercase proper names * Make Smile female commit 88712e3 Author: PJBot <[email protected]> Date: Wed Sep 27 19:42:11 2023 -0400 Automatic changelog update commit 0c881e6 Author: DrSmugleaf <[email protected]> Date: Wed Sep 27 16:41:07 2023 -0700 Fix mispredict when closing a crematorium you are standing over (space-wizards#20541) commit 5eb8a1d Author: PJBot <[email protected]> Date: Wed Sep 27 12:52:03 2023 -0400 Automatic changelog update commit 96ac6c9 Author: cOrigin <[email protected]> Date: Wed Sep 27 12:50:59 2023 -0400 Moth food fix (space-wizards#20522) commit 805a7c7 Author: PJBot <[email protected]> Date: Wed Sep 27 11:28:13 2023 -0400 Automatic changelog update commit 81dab12 Author: DrSmugleaf <[email protected]> Date: Wed Sep 27 08:27:08 2023 -0700 Fix role bans having no confirmation (space-wizards#20544) commit f706555 Author: PJBot <[email protected]> Date: Wed Sep 27 05:23:37 2023 -0400 Automatic changelog update commit 136e895 Author: deathride58 <[email protected]> Date: Wed Sep 27 05:22:32 2023 -0400 Further interaction outline tweaks (tonemap rework) (space-wizards#19898) commit cbaab5d Author: Psychpsyo <[email protected]> Date: Wed Sep 27 08:31:54 2023 +0200 Make bucket tranfer 100u by default (space-wizards#20532) commit cd2f36f Author: PJBot <[email protected]> Date: Tue Sep 26 18:06:50 2023 -0400 Automatic changelog update commit 16d8699 Author: gus <[email protected]> Date: Tue Sep 26 15:05:45 2023 -0700 Syndicate Bomb Fix (space-wizards#20486) * my git ignore * Makes Syndicate Bombs CollideOnAnchor * woops gitignore * canCollide on Physics Component mobile webedit commit ca02f4f Author: lzk <[email protected]> Date: Tue Sep 26 20:01:43 2023 +0200 Remove duplicated lines from soap prototypes (space-wizards#20511) commit 07890b4 Author: PJBot <[email protected]> Date: Tue Sep 26 13:47:18 2023 -0400 Automatic changelog update commit d23e0db Author: Waylon Cude <[email protected]> Date: Tue Sep 26 10:46:14 2023 -0700 Fix spacemen not being able to sleep (space-wizards#20514) commit dfc2d8a Author: deltanedas <[email protected]> Date: Tue Sep 26 18:41:34 2023 +0100 Change min temp delta to 0.1 (space-wizards#20512) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 679e794 Author: Fromoriss <[email protected]> Date: Tue Sep 26 20:23:45 2023 +0300 Adjust armor item size (space-wizards#20492) commit 0faff97 Author: Nemanja <[email protected]> Date: Tue Sep 26 13:20:24 2023 -0400 Fix white pixels on nukie suit (space-wizards#20507) commit 0c217c8 Author: Flareguy <[email protected]> Date: Tue Sep 26 12:13:55 2023 -0500 Minor tips update (space-wizards#20505) commit 66307df Author: Kara <[email protected]> Date: Tue Sep 26 07:49:27 2023 -0700 Revert "Guidebook can POP OUT YAYYYY" (space-wizards#20520) commit 188eff3 Author: PJBot <[email protected]> Date: Tue Sep 26 00:38:26 2023 -0400 Automatic changelog update commit 8fb9d6e Author: Whisper <[email protected]> Date: Tue Sep 26 00:37:22 2023 -0400 Remove empty damage values from health analyzer UI (space-wizards#20366) commit 205ea1c Author: PJBot <[email protected]> Date: Mon Sep 25 22:25:14 2023 -0400 Automatic changelog update commit 527485f Author: Ubaser <[email protected]> Date: Tue Sep 26 12:24:09 2023 +1000 4 new Lizard Horn markings (space-wizards#20496) * add images to .rsi * Revert "add images to .rsi" This reverts commit afa891e. * add images to .rsi (for real now) * other misc files commit e4de2fd Author: Kevin Zheng <[email protected]> Date: Mon Sep 25 18:21:31 2023 -0800 Prevent pull-moving (space-wizards#20502) commit f8e26ed Author: PJBot <[email protected]> Date: Mon Sep 25 20:05:08 2023 -0400 Automatic changelog update commit c317d56 Author: Nim <[email protected]> Date: Tue Sep 26 03:04:03 2023 +0300 [Resprite] Syndicate Implanter (space-wizards#20376) * Syndicate Implanter * cop * size * fix commit e603be2 Author: Doru991 <[email protected]> Date: Mon Sep 25 21:35:25 2023 +0300 Shuttle movement fix (space-wizards#20498)
…e-wizards#19394) Co-authored-by: metalgearsloth <[email protected]>
commit d8519d4a239c6f358c1bdd3575b1702b7dfbf0ea Author: AruMoon <[email protected]> Date: Sat Oct 7 22:55:55 2023 +0000 Automatic changelog update commit cb4b2cc7825dba58b27feaf6917668f91898b8e4 Author: Ratyyy <[email protected]> Date: Sun Oct 8 01:55:26 2023 +0300 chainsaw sound fix (#282) commit c974ad3a48b944be220d176e907222184049b18c Author: Tenteratus <[email protected]> Date: Sat Oct 7 05:24:10 2023 +0300 Driller station update 7 (#283) * Driller station * Update Driller Driller Station * Add Driller in Map test * Update Driller Station 2 добавлены спавны позднего присоединения * Driller update 3 * Add additional arilocks to prevent global spacing * Update №4 исправлены множественные ошибки: убраны спавнеры большинства мобов, исправлена ошибка с дверью в РНД, добавлена раковина на кухню и т.д. * Update 5 * Update 5 * Update 5.1 (fix) * Update 5.2 * Driller Update 6 * Update Driller 6.1 Были внесены мелкие изменения и исправлены ошибки. * Udate Driller 8 финальное (как я надеюсь) обновление с фиксами проблем --------- Co-authored-by: MilenVolf <[email protected]> commit e197fafc5c56b72fb0a9c7b6d50cc2b7cd99e9dc Author: MilenVolf <[email protected]> Date: Sat Oct 7 05:00:56 2023 +0300 Nerf ammo prices and add Saiga magazine recipe commit 10818f85d0f940fbdfad517a2668a132325658cf Author: MilenVolf <[email protected]> Date: Fri Oct 6 13:44:59 2023 +0300 Get traitor alert back commit c17ecbeff70c484347bb7300cb401ff3c5c55012 Author: MilenVolf <[email protected]> Date: Fri Oct 6 13:42:56 2023 +0300 Remove Felinid bang & some fixes commit 740682a14fc234321fdd7d0fc6663294ed535c8c Merge: 48ccce6348 ad7e4cd5db Author: MilenVolf <[email protected]> Date: Fri Oct 6 12:27:45 2023 +0300 Merge branch 'master-ru' of https://git.arumoon.ru/Workbench-Team/space-station-14 into arumoon-server commit ad7e4cd5db11a35df1de347daf690460315228d3 Author: MilenVolf <[email protected]> Date: Fri Oct 6 11:52:41 2023 +0300 Localization commit d25676760df785026355a98415a783e74bfbfbb0 Author: MilenVolf <[email protected]> Date: Fri Oct 6 09:15:31 2023 +0300 Update russian locale files commit 87dccf59cf607d8b9b8210a042057f410370d23d Author: MilenVolf <[email protected]> Date: Fri Oct 6 07:49:54 2023 +0300 Update english locale files commit 826314e37fd2c60c6dc23d4799a5931661530ffe Merge: 6ff367d406 0a7338c0fe Author: MilenVolf <[email protected]> Date: Fri Oct 6 07:45:24 2023 +0300 Merge branch 'master' of https://github.com/space-wizards/space-station-14 into master-ru commit 0a7338c0fe905f6c55f5d3a97544c9cd289e8d93 Author: coolmankid12345 <[email protected]> Date: Fri Oct 6 00:41:26 2023 -0400 Minor Rev changes (#20771) Co-authored-by: coolmankid12345 <[email protected]> commit acc9c8940b0702d328a359eb8b22adde3b84da93 Author: chromiumboy <[email protected]> Date: Thu Oct 5 22:15:03 2023 -0500 Use construction graphs for hacking protections (#20265) commit 8eeedb24272120e31012bd3cf537ff879ae6e35d Author: PJBot <[email protected]> Date: Thu Oct 5 21:51:29 2023 -0400 Automatic changelog update commit 77e21399ae15b5da75201ff041190736dc18389a Author: Ed <[email protected]> Date: Fri Oct 6 04:50:24 2023 +0300 Add rotation to tree (#20775) * add rotation to tree * Repeat check, add rock rotation commit 6ff367d4066c34b3875a6e7e4a0d5cf80bb1c864 Merge: a5ee15fcdd f5344af4ee Author: MilenVolf <[email protected]> Date: Fri Oct 6 04:24:18 2023 +0300 Merge branch 'master' of https://github.com/space-wizards/space-station-14 into master-ru commit f5344af4ee42bdb16705a64247347d8edcd959fa Author: PJBot <[email protected]> Date: Thu Oct 5 17:35:42 2023 -0400 Automatic changelog update commit 10dfe433f993b4cb5d46c425a0c48d6707cf4c5c Author: gus <[email protected]> Date: Thu Oct 5 14:34:37 2023 -0700 monkey gas mask! (#20683) commit a038dd6aa8a79cf6f5247a695d81878fd4b036dc Author: PJBot <[email protected]> Date: Thu Oct 5 17:32:45 2023 -0400 Automatic changelog update commit 6f48a2e53ab972aaf67effbfe23c70d85abe60df Author: dahnte <[email protected]> Date: Thu Oct 5 14:31:40 2023 -0700 Added onion rings (#20734) * Initial commit * Added onion rings commit c5c1105261c1f460088b808b32697c02fc5734f9 Author: TsjipTsjip <[email protected]> Date: Thu Oct 5 23:17:54 2023 +0200 Power infra names for Kettle (#20762) commit 5abc3a38da804eed8d3f36e043ef5a63a52255d2 Author: JustCone <[email protected]> Date: Thu Oct 5 22:17:17 2023 +0100 Fland Power Infrastructure Names (#20764) commit 7f3d4e121c36386e5347b08adba258cbe204648f Author: JustCone <[email protected]> Date: Thu Oct 5 22:16:58 2023 +0100 Marathon Power Infrastructure Names (#20763) commit 2b87bc3419dc4e789ee46e95aa01030a33450203 Author: TsjipTsjip <[email protected]> Date: Thu Oct 5 23:16:18 2023 +0200 Power infra names for Barratry (#20760) commit 9542177fe34529dd482394c97f143f58ef2c5ce0 Author: KingFroozy <[email protected]> Date: Fri Oct 6 00:15:24 2023 +0300 shouldlength overeye hairstyle (#20757) commit 9995df215dabff7c23da99ce6835ca5d7843ecdf Author: Chief-Engineer <[email protected]> Date: Thu Oct 5 15:41:17 2023 -0500 set leviathan pop cap to 60 (#19589) commit 141ffd837deb864cfd2b1e22710ed382032b8ddd Author: PJBot <[email protected]> Date: Thu Oct 5 15:57:47 2023 -0400 Automatic changelog update commit 2ea4d0d6b5c58db019000beb969709cb7e430047 Author: I.K <[email protected]> Date: Thu Oct 5 14:56:40 2023 -0500 Make slimes not rot (#20761) commit cd89da889395425b86964700f2a74ef008748619 Author: PJBot <[email protected]> Date: Thu Oct 5 15:54:58 2023 -0400 Automatic changelog update commit d4ed37d2663dafe62507ba5e897c2ab08f927ad2 Author: brainfood1183 <[email protected]> Date: Thu Oct 5 20:53:53 2023 +0100 Rock Anomaly (#20635) commit f38c754b2095f61b871b62ebfbe3f33598d1b956 Author: Pieter-Jan Briers <[email protected]> Date: Thu Oct 5 21:46:37 2023 +0200 Vulture server config preset (#20766) commit 48ccce6348fd98e8cb0751c3c6754c3b45e3e7cf Author: MilenVolf <[email protected]> Date: Thu Oct 5 20:30:07 2023 +0300 Remove double-sword from nukeop uplink commit ad7d6eb4919fd7657847d6ab15a7e402bc6f43e6 Author: MilenVolf <[email protected]> Date: Thu Oct 5 20:26:25 2023 +0300 Remove mechanoids from uplink until nerfed commit a365568a7a014151420a5db309f8e0510664b0b4 Author: deltanedas <[email protected]> Date: Thu Oct 5 16:05:09 2023 +0100 give revs briefing (#20749) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 14256dee0335c093bb8d53d2bc4226c41f6fd6ad Author: TsjipTsjip <[email protected]> Date: Thu Oct 5 11:14:36 2023 +0200 Barratry seniors (#20720) * Update barratry proto to accomodate senior roles * Add senior role spawnpoints to barratry commit a946093786d3776d9c0fa4183b752155c951351b Author: PJBot <[email protected]> Date: Thu Oct 5 05:13:46 2023 -0400 Automatic changelog update commit 3949932536fd3cf5be1c866a0958b18851eb3537 Author: Nemanja <[email protected]> Date: Thu Oct 5 05:12:40 2023 -0400 Fix access for vehicles and mechs (#20737) * fix access for vehicles and mechs * optimize commit c7cf6764eef10f133c8bc390fb6bb09a7bbbefad Author: Bloody2372 <[email protected]> Date: Thu Oct 5 12:11:27 2023 +0300 Add "Two Strands" hair (#20730) Co-authored-by: Илья Стокалюк <[email protected]> commit 5f0b665f0e2051c7a6edc6555ba3231fb8589559 Author: DrSmugleaf <[email protected]> Date: Wed Oct 4 22:22:30 2023 -0700 Fix printing $username at round end for head revs when it doesn't have a session (#20742) commit 9710954b4e047d28abeafb418253c34aa48ef7f7 Merge: 817715caaf 06d8e171d7 Author: MilenVolf <[email protected]> Date: Thu Oct 5 08:14:41 2023 +0300 Merge branch 'mr0maks-server' of https://git.arumoon.ru/Workbench-Team/space-station-14 into arumoon-server commit 817715caaf7634dbb17fb6e3be4ccb3423ec794d Author: MilenVolf <[email protected]> Date: Thu Oct 5 08:12:57 2023 +0300 Maps update commit 066054982d83edd057bef8cb339a3a4c62bd64e5 Author: DrSmugleaf <[email protected]> Date: Wed Oct 4 21:40:52 2023 -0700 Fix revolutionaries not being considered antags (#20739) commit 3f42835811a0037371c2b0ec502709eb7f7d8480 Author: nmajask <[email protected]> Date: Wed Oct 4 23:24:29 2023 -0400 Adds clipboards to bureaucracy crate and replaces incorrectly credited sprites (#20736) * Adds clipboards to the bureaucracy crate * Ports current sprites from TG to fix the credits commit cad76d9ceca300912444437d98c1c855f89e57f1 Author: PJBot <[email protected]> Date: Wed Oct 4 21:48:38 2023 -0400 Automatic changelog update commit c1cfe8d45ee8d4f03fa6a3b1a326b0a72b2e6667 Author: Raphael Bertoche <[email protected]> Date: Wed Oct 4 22:47:41 2023 -0300 Removes unnecessary message for defibbing a patient which has ghosted (#20690) * Removes unnecessary message for defibbing a patient which has ghosted This message is for the defib operator. It could inform them that the patient doesn't have a consciousness since it's ghosted but maybe no message is really the right move here because it may have succeeded and that would be what would happen had the defib attempt succeeded - no message. Also when the patient's ghost return to body there they will be alive as long as the body is still alive, so telling the operator to defib again may be wrong. * Removes corresponding ftl message which doesn't occur now commit 9df5ded9adce267bf7d01dc3957923eaf70ededa Author: coolmankid12345 <[email protected]> Date: Wed Oct 4 21:47:33 2023 -0400 Revolutionaries (#18477) Co-authored-by: coolmankid12345 <[email protected]> Co-authored-by: EmoGarbage404 <[email protected]> commit 2c69dd2df904cc8829da9782f22cd151f5cc4a8b Author: I.K <[email protected]> Date: Wed Oct 4 20:46:30 2023 -0500 emag inhand sprites (#20729) commit 13f0676c9778e6f50cca070a3b78592262296680 Author: Fromoriss <[email protected]> Date: Thu Oct 5 01:43:33 2023 +0300 Add ashwalker and gladiator starting gear sets (#20688) commit 44280de56558089a8c7fd656c065d5c221184ffb Author: PJBot <[email protected]> Date: Wed Oct 4 18:29:33 2023 -0400 Automatic changelog update commit ef44986235b3d3d300ea456f58c48a89d21aa1d7 Author: nmajask <[email protected]> Date: Wed Oct 4 18:28:28 2023 -0400 Add clipboards (#20717) commit 09b2151e0865e607833b230e35c1637fa2f14927 Author: Jackal298 <[email protected]> Date: Thu Oct 5 01:18:28 2023 +0300 Space Ninja 3: an old enemy in a new environment (#20713) Make Ninja more stable in terms of design commit a5ee15fcdd2bf48da2b2e62ed142530ceb61a82d Merge: b3f3787b15 87d2d2caf0 Author: MilenVolf <[email protected]> Date: Wed Oct 4 22:35:20 2023 +0300 Merge branch 'master-ru' of https://git.arumoon.ru/Workbench-Team/space-station-14 into master-ru commit 4df0f0ef38a4f93a8efa5968ed7164d9f73e615d Author: Ubaser <[email protected]> Date: Thu Oct 5 05:57:39 2023 +1100 Add trading ship for future implementation (#20715) * add ship * update * update * update again :3 commit 76173285b94703f2a779d4f12332b295c8d34726 Author: deltanedas <[email protected]> Date: Wed Oct 4 19:52:04 2023 +0100 Add missing type argument from PopupClient to PopupEntity (#20725) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 06d8e171d74de4e12aa03b49956925a3a90bc4ed Merge: 623e7440cd 62ba47c67c Author: MilenVolf <[email protected]> Date: Wed Oct 4 21:47:08 2023 +0300 Merge branch 'arumoon-server' of https://git.arumoon.ru/Workbench-Team/space-station-14 into mr0maks-server commit ed9e44d2d923ce5719e512ccc4f077e82b52f95b Author: deltanedas <[email protected]> Date: Wed Oct 4 15:31:54 2023 +0100 fix magboots equipped sprites (#20723) Co-authored-by: deltanedas <@deltanedas:kde.org> commit bb0eec3ae2e127c1e0266421ed14224446c58de4 Author: PJBot <[email protected]> Date: Wed Oct 4 10:31:30 2023 -0400 Automatic changelog update commit 6131721fe5d5232e61735438931b64013d30e051 Author: Nemanja <[email protected]> Date: Wed Oct 4 10:30:11 2023 -0400 fix borgs not being able to toggle flashlight (#20448) commit bfa301b53e1697a93e8ccff37fb254bfa0bd4d5a Author: Ubaser <[email protected]> Date: Wed Oct 4 18:42:34 2023 +1100 fix (#20719) commit 62ba47c67c022a6ca74c5368683a7aeb1ebc1dc9 Merge: 89e1402a33 d756728780 Author: MilenVolf <[email protected]> Date: Wed Oct 4 10:37:56 2023 +0300 Merge branch 'arumoon-server' of https://git.arumoon.ru/Workbench-Team/space-station-14 into arumoon-server commit 89e1402a335370a33b2499264d44043b0e623aa4 Author: MilenVolf <[email protected]> Date: Wed Oct 4 10:35:16 2023 +0300 Hmm commit 408ed16a4aefdd6a06a03f6e39f90475bfd22ed5 Author: MilenVolf <[email protected]> Date: Wed Oct 4 10:19:25 2023 +0300 Prototype fix commit 13c7945d7324190197cf1282afd2c995675ba82f Author: MilenVolf <[email protected]> Date: Wed Oct 4 08:46:21 2023 +0300 Fix Elite Nukeop starting gear commit 6033501d81cbb598347d2bd93c4e59d19f1f451c Author: MilenVolf <[email protected]> Date: Wed Oct 4 08:44:47 2023 +0300 Fix commit e6ee26775e3beb37866208291f9bad5c648d76f3 Author: PJBot <[email protected]> Date: Wed Oct 4 01:23:53 2023 -0400 Automatic changelog update commit e0fda7c658f4f41c5e718c31f59e4a76429bb646 Author: crazybrain23 <[email protected]> Date: Wed Oct 4 06:22:47 2023 +0100 Fix omnitool not prying airlocks (#20697) commit 970b2c328d5c57587d8e8287615d0dcfcedbe0a9 Merge: 3b11310b46 b3f3787b15 Author: MilenVolf <[email protected]> Date: Wed Oct 4 08:04:48 2023 +0300 Merge branch 'master-ru' into arumoon-server commit b3f3787b15a69c7485141b940670b9961f7d81c4 Author: MilenVolf <[email protected]> Date: Wed Oct 4 07:40:26 2023 +0300 Clear locale commit d75672878082d99c51c1115f7da45ec4d6ff19bd Author: AruMoon <[email protected]> Date: Wed Oct 4 04:28:36 2023 +0000 Automatic changelog update commit ffbfb70e514db125f50d4177d8893242c4fe2f0b Author: Wizard-Grin <[email protected]> Date: Wed Oct 4 07:28:12 2023 +0300 Pipe changes (#275) * some sound change * test trigger * no more soundgroup * Fix audio * uh --------- Co-authored-by: MilenVolf <[email protected]> commit fb25f3939b41b5a4bf2b08e15fafcbc75952d451 Author: Tenteratus <[email protected]> Date: Wed Oct 4 06:17:03 2023 +0300 Driller station Update 6 (#279) * Driller station * Update Driller Driller Station * Add Driller in Map test * Update Driller Station 2 добавлены спавны позднего присоединения * Driller update 3 * Add additional arilocks to prevent global spacing * Update №4 исправлены множественные ошибки: убраны спавнеры большинства мобов, исправлена ошибка с дверью в РНД, добавлена раковина на кухню и т.д. * Update 5 * Update 5 * Update 5.1 (fix) * Update 5.2 * Driller Update 6 --------- Co-authored-by: MilenVolf <[email protected]> commit 335fbc7523141cc0578e9e210c0e8e4d1d9f6a6d Author: AruMoon <[email protected]> Date: Wed Oct 4 02:11:04 2023 +0000 Automatic changelog update commit fff5b9dcfd35044aedf4ef5fb2f51b9ed8b6a721 Author: Wizard-Grin <[email protected]> Date: Wed Oct 4 05:10:40 2023 +0300 New bows (#277) * New bows * meta and ftl * unrobust test * alpha tweak * ftl aeaeaeaeae * Ftl tweak * Locale tweaks * Uh --------- Co-authored-by: MilenVolf <[email protected]> commit 94bd94695c1015339a2683d8160b93c789dc36d2 Author: MilenVolf <[email protected]> Date: Wed Oct 4 04:33:33 2023 +0300 Localization commit 5ae3bffbc53fe9de5d6b1f3be4fda10e5716e2bb Author: PJBot <[email protected]> Date: Tue Oct 3 19:08:34 2023 -0400 Automatic changelog update commit fa1c15b082e7781847f4fc07bfb0336b04b261e7 Author: Doru991 <[email protected]> Date: Wed Oct 4 02:07:29 2023 +0300 Fix plant species reagent mutations (#20702) commit 37f22a8baf53571697db070b035833eed8869e9c Author: JustCone <[email protected]> Date: Tue Oct 3 20:52:44 2023 +0100 Add names to unnamed SMES and Subs (#20712) commit 1bdb2ce4be966e8eb83539abf2142f9f1d85a93d Author: brainfood1183 <[email protected]> Date: Tue Oct 3 20:15:43 2023 +0100 Origin Station Update 22.09.2023 (remove mines, fix telecoms) (#20411) * Origin Station Update 22.09.2023 (remove mines, add smile slime, fix telecoms) * ore boxes in salv, fixed hv power teg * name substations and smes commit 3b11310b46497aebda3b9f390cc5841b52570f3c Author: MilenVolf <[email protected]> Date: Tue Oct 3 17:31:46 2023 +0300 Fix build fail commit cd801f30ec8322387f7f78ef0dffc585fa58c36a Author: AruMoon <[email protected]> Date: Tue Oct 3 12:37:51 2023 +0000 Automatic changelog update commit 8a06b87279f25c437e88606c22436d7ce6cca1f3 Author: Ratyyy <[email protected]> Date: Tue Oct 3 15:37:22 2023 +0300 CHAINSAW! (#268) * CHAINSAW! commit fcc24ce224db1dd54ae4e709a503e80236ac0b35 Author: Chief-Engineer <[email protected]> Date: Tue Oct 3 05:52:40 2023 -0500 Revert "Disable SSD indicators on LRP (#20021)" (#20703) This reverts commit 5aa7b01b6883f1748cfcf7a65074bf3f3d340b12. commit 798c19f06495f514227a5f05291ebe0da2e9f937 Author: MilenVolf <[email protected]> Date: Tue Oct 3 10:25:34 2023 +0300 Update russian locale files commit b75ab99307821a16e43401b638537c78c071dc7f Author: MilenVolf <[email protected]> Date: Tue Oct 3 10:24:48 2023 +0300 Update english locale files commit 77e635ef4531ac9e19cfcd97935d590f26560e13 Author: AruMoon <[email protected]> Date: Tue Oct 3 05:50:28 2023 +0000 Automatic changelog update commit d977080db3f4d845ca64c70f1bb5f6dce390a52b Author: Wizard-Grin <[email protected]> Date: Tue Oct 3 08:50:01 2023 +0300 Rd suit fix (#278) * Rd suit fix * drip or drown commit 6b585ba20983de74f3e685f435512a1c3aaad2e2 Author: Tenteratus <[email protected]> Date: Tue Oct 3 07:19:42 2023 +0300 Driller station update ( (#276) * Driller station * Update Driller Driller Station * Add Driller in Map test * Update Driller Station 2 добавлены спавны позднего присоединения * Driller update 3 * Add additional arilocks to prevent global spacing * Update №4 исправлены множественные ошибки: убраны спавнеры большинства мобов, исправлена ошибка с дверью в РНД, добавлена раковина на кухню и т.д. * Update 5 * Update 5 * Update 5.1 (fix) * Update 5.2 --------- Co-authored-by: MilenVolf <[email protected]> commit bde2f515802cef902ea78d85b932025c981bc3f8 Merge: 8f3f9bbdbb edd1757834 Author: MilenVolf <[email protected]> Date: Tue Oct 3 06:36:20 2023 +0300 Merge branch 'master' of https://github.com/space-wizards/space-station-14 into master-ru commit 8f3f9bbdbb57ff96e738b2185ed5c29e0d309496 Author: MilenVolf <[email protected]> Date: Tue Oct 3 05:26:10 2023 +0300 Localization commit edd1757834625497dd84ff6fde5f14ad519f2030 Author: JustCone <[email protected]> Date: Mon Oct 2 23:42:50 2023 +0100 Box Power Infrastructure Names (#20693) commit be55f9a825000099eca5660708797765b1b01b5e Author: deltanedas <[email protected]> Date: Mon Oct 2 22:43:38 2023 +0100 Play sound when filling ammo (#20691) Co-authored-by: deltanedas <@deltanedas:kde.org> commit ba71e4f410d793664070d66b9fa0214c20c76b66 Author: PJBot <[email protected]> Date: Mon Oct 2 17:21:15 2023 -0400 Automatic changelog update commit 1c088d516f58d4959272cfc82a8e3beddf72c30f Author: deltanedas <[email protected]> Date: Mon Oct 2 22:20:08 2023 +0100 Give nukeops play time requirements (#20109) Co-authored-by: Ray <[email protected]> Co-authored-by: deltanedas <@deltanedas:kde.org> commit 5aa7b01b6883f1748cfcf7a65074bf3f3d340b12 Author: Chief-Engineer <[email protected]> Date: Mon Oct 2 15:59:24 2023 -0500 Disable SSD indicators on LRP (#20021) commit 8dda8a145b4bd9b816488f38f3a1470b91c70495 Author: JustCone <[email protected]> Date: Mon Oct 2 21:27:13 2023 +0100 Add names for power infrastructure on Packed (#20689) commit 2b4835099a6e237f12c154bd4f5b16c4e1e0aa68 Author: Nemanja <[email protected]> Date: Mon Oct 2 15:37:49 2023 -0400 Increase bluespace beaker capacity (#20680) commit dc95582679c4864ad3bcfa2a095a6c34983c2e4f Author: I.K <[email protected]> Date: Mon Oct 2 14:35:58 2023 -0500 Make forcing others into disposals take longer and more apparent (#20687) commit 2d20ca0545788a2378439aac87c8c94f21bdc642 Author: PJBot <[email protected]> Date: Mon Oct 2 15:22:20 2023 -0400 Automatic changelog update commit 4c4627330395362534857571c5829b05c9cd811e Author: deltanedas <[email protected]> Date: Mon Oct 2 20:21:15 2023 +0100 Add rolling pins for flattening dough (#20624) commit 13f218e6c753ca67829ecac0896346ac762bf746 Author: PJBot <[email protected]> Date: Mon Oct 2 14:31:55 2023 -0400 Automatic changelog update commit 313148186569b4f8651f615626ab0be0e61da8ce Author: Vasilis <[email protected]> Date: Mon Oct 2 20:30:51 2023 +0200 easiest bug fix of my life (#20686) commit c12d0c5fa97c475d181eba162eab86056979690e Author: router <[email protected]> Date: Mon Oct 2 21:07:47 2023 +0300 Make minigun weigh more (#20685) commit 7802bd16fa97eba6c2ecff9e525bb1986572eca6 Author: PJBot <[email protected]> Date: Mon Oct 2 11:35:27 2023 -0400 Automatic changelog update commit 6ee76b06d6c87be814a65af3e8b696727ac7e469 Author: JoeHammad1844 <[email protected]> Date: Tue Oct 3 02:34:22 2023 +1100 Revert "Northstar Gloves dmg reduced from 8 -> 7" (#20674) commit c988f21d25565fb342525ca5c08cd3743a1b3a74 Author: deltanedas <[email protected]> Date: Mon Oct 2 15:44:05 2023 +0100 Temperature refactor (#20662) Co-authored-by: deltanedas <@deltanedas:kde.org> commit f0bd861fc8290cdf76f6ed10264623e5580fcf6e Author: deltanedas <[email protected]> Date: Mon Oct 2 14:49:45 2023 +0100 actually add jug to medfab (#20679) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 9b06e52b3311bafa42efc3c86af58648c7aba7af Author: metalgearsloth <[email protected]> Date: Mon Oct 2 18:51:27 2023 +1100 Fix sericulture (#20673) commit c13f6ffacc0d983c381dc4fae934732ddefa30a5 Author: PJBot <[email protected]> Date: Mon Oct 2 03:09:25 2023 -0400 Automatic changelog update commit 10c2db48309df87c3283498a02a96941d48ae5db Author: Ubaser <[email protected]> Date: Mon Oct 2 18:08:20 2023 +1100 New Kobold Ears marking for lizards (#20672) commit 149c494972b61925740ec43ccebd594e2344c847 Author: chromiumboy <[email protected]> Date: Mon Oct 2 01:27:29 2023 -0500 Fix powered door prying popup (#20669) commit 66c5549640896189bbdc0a32523f80c80b321671 Author: TsjipTsjip <[email protected]> Date: Mon Oct 2 07:27:42 2023 +0200 Rename power infra on omega station (#20654) commit 56c306f9d937ced7e3a2d9b6f1b5d71c1d2c22d4 Author: TsjipTsjip <[email protected]> Date: Mon Oct 2 07:27:27 2023 +0200 Rename power infra on cluster (#20655) commit dbbeb9b0ecfe3c4b6d469862c92954a104315d68 Author: TsjipTsjip <[email protected]> Date: Mon Oct 2 07:25:11 2023 +0200 Replace paramedic with medical windoor (#20653) commit 716fea9df04bade398424b6dd176e3a2ca111f58 Author: JustCone <[email protected]> Date: Mon Oct 2 06:25:01 2023 +0100 Packed records computer changes (#20667) commit 5df3339dcb1d34241b9ff50cdec5a64ea397e485 Author: PJBot <[email protected]> Date: Sun Oct 1 20:18:54 2023 -0400 Automatic changelog update commit 3488e577d96322ef58a1675c062531090ef76720 Author: deltanedas <[email protected]> Date: Mon Oct 2 01:17:50 2023 +0100 Electric grill (#20661) --------- Co-authored-by: deltanedas <@deltanedas:kde.org> commit 65426fb4c572c36b9e910c2097c424527d0c28c9 Author: PJBot <[email protected]> Date: Sun Oct 1 17:24:45 2023 -0400 Automatic changelog update commit fc6ffb15708016afb19ce629dc53ed44da5c3c70 Author: Nairod <[email protected]> Date: Sun Oct 1 16:23:40 2023 -0500 Boot Smallarms (#20062) commit 0527aad4d20749753ff3a0750e1c858b8531865a Author: PJBot <[email protected]> Date: Sun Oct 1 17:09:06 2023 -0400 Automatic changelog update commit d04a58f7b3e24a963041b59b1d31121d5dc918e5 Author: chromiumboy <[email protected]> Date: Sun Oct 1 16:08:02 2023 -0500 Fix prying door hacking protections (#20664) commit fc034dd9d13f6564ce5597e337d5b3e81f5699f3 Author: Leon Friedrich <[email protected]> Date: Mon Oct 2 07:56:41 2023 +1100 Remove SpreaderNodeGroup (#20230) * Remove SpreaderNodeGroup * Fix airtight updates * more smoke stuff * more smoke fixes * wtf is smoke code * Fix merge * Fix divide by zero commit 824484c6ace05a297faa835eff2eb4a60c8cdf76 Author: PJBot <[email protected]> Date: Sun Oct 1 16:50:13 2023 -0400 Automatic changelog update commit 31e7a9bcfd1935d4a10f704f58be5ee2f7f6cacc Author: Velcroboy <[email protected]> Date: Sun Oct 1 15:49:10 2023 -0500 Adds vending restocks for ChefVend and Condiment Stations (#19305) Co-authored-by: Jeff <[email protected]> commit ca6a0fbf0b8f7e1e7786d34191112b0c73117012 Author: PJBot <[email protected]> Date: Sun Oct 1 16:46:22 2023 -0400 Automatic changelog update commit dfda2dbd05c7855de9b2f2f7ea72a35ec7eb893e Author: PixelTK <[email protected]> Date: Sun Oct 1 21:46:09 2023 +0100 Sericulture fixes (#19193) * redone * I FUCKING HATE SPAWNING STUFF IN SHARED * inheritdoc * owo * fly broken wings * From a server event to just an event. * more info * a comment and a different comment * Partial * Emo's requested changes. * wuh * head ache * they call me mean names (laugh track) commit d15b7dff4213ba324a76428c165672923a552c73 Author: Nim <[email protected]> Date: Sun Oct 1 23:45:17 2023 +0300 Advanced treatment cyborg module for medical borg (#19667) * chemical analysis goggles for medical borg * module and its tools * fix * fix2 * icon * module research * meh commit 34d4e9803a9ccd7b402dd11ac9d1784e4ecc3062 Author: Jezithyr <[email protected]> Date: Sun Oct 1 13:33:18 2023 -0700 Fix for [20593] (#20663) commit d832008c07ddbeaed76d88c29e3e4a5f08dfd4c6 Author: PJBot <[email protected]> Date: Sun Oct 1 16:19:10 2023 -0400 Automatic changelog update commit fcdedb377dbdd8d89a1a2c02b7c6426a057cb14a Author: Nairod <[email protected]> Date: Sun Oct 1 15:18:05 2023 -0500 Practice Ammunition Tech (#20331) commit 623e7440cd00305902d69b1b80550eb52eca3f0a Author: Mr0maks <[email protected]> Date: Mon Oct 2 00:43:32 2023 +0500 tools: remove useless verbose commit 3682305308c0bfc4d016bacfd0a5e6681e774ce2 Author: Mr0maks <[email protected]> Date: Mon Oct 2 00:43:32 2023 +0500 tools: remove useless verbose commit 87d2d2caf013b6e2dc75bce2545cde90ebdc896c Author: Mr0maks <[email protected]> Date: Mon Oct 2 00:43:32 2023 +0500 tools: remove useless verbose commit b842061f207999a658d6997b3c9b3c34ae292c0b Author: deltanedas <[email protected]> Date: Sun Oct 1 20:34:13 2023 +0100 Butcher pig for bacon and bacon cooking (#20657) commit 14fedfe45d7b237bd747a064c3da13a9581cd888 Author: ravage <[email protected]> Date: Sun Oct 1 20:55:05 2023 +0300 Add Spanish accent to poncho and sombrero (#20377) commit 427018c1b529e05df96eb36dd08f4f47854a6318 Author: PJBot <[email protected]> Date: Sun Oct 1 13:53:49 2023 -0400 Automatic changelog update commit b5117f613b8f317d62a347b79287a6a927746ad0 Author: drteaspoon420 <[email protected]> Date: Sun Oct 1 20:52:45 2023 +0300 Carry over other mutations when doing species mutation (#20551) commit a0699cf7887cfc497963a2867b4b906f0ce06a5b Author: PJBot <[email protected]> Date: Sun Oct 1 13:37:24 2023 -0400 Automatic changelog update commit f5644eb337d01ac07ba9eb34c53b0b84aa41932d Author: Nemanja <[email protected]> Date: Sun Oct 1 13:36:20 2023 -0400 Add a special hardsuit for nukie medic (#20471) commit 81461eafb4e821644c688f7b6a22c92981a0c38d Author: PJBot <[email protected]> Date: Sun Oct 1 13:17:58 2023 -0400 Automatic changelog update commit c61d684a1956de9d7c9246971f5f84d515787575 Author: Michael Cu <[email protected]> Date: Sun Oct 1 12:16:54 2023 -0500 Fixed Telescopic Shield Lighting (#20650) * Fixed Telescopic Shield Lighting Bug fix #20199 * no need for these at all --------- Co-authored-by: Nemanja <[email protected]> commit bf7c979409bcc10c5ce502f7b109274b6f193dd0 Author: PJBot <[email protected]> Date: Sun Oct 1 12:42:36 2023 -0400 Automatic changelog update commit 45db7707598dc6355ff6ceb10c237831f53d1517 Author: Ed <[email protected]> Date: Sun Oct 1 19:41:32 2023 +0300 Wide anomaly locator (#20581) * Add files via upload * Add files via upload * Add files via upload * Add files via upload * add textures * fix encoding * fix 2 commit a6e784404ae9e85e85c56689a5d344761f657bbd Author: PJBot <[email protected]> Date: Sun Oct 1 10:57:03 2023 -0400 Automatic changelog update commit ed4da2bcb35aacaad882c1017a11b44774ffb780 Author: Tox Cruize <[email protected]> Date: Sun Oct 1 15:55:58 2023 +0100 Space cat breathes space (#20550) * Space cat breathes space Made Space Cat lungs ROBUST * Made Space Cat's lungs ROBUST 2.0 commit 6f7bdc8f79a5b731fdb3fe3b6fa10c2fd09b6763 Author: PJBot <[email protected]> Date: Sun Oct 1 10:52:39 2023 -0400 Automatic changelog update commit f72e01887de5edf51f33e877efbe7f87baba0a5a Author: Kacper Urbańczyk <[email protected]> Date: Sun Oct 1 16:51:35 2023 +0200 Add RandomHumanoidAppearance component to for space ninjas (#20605) commit 4f37914bbc8cb1c56b7be1720aedcf7903269cc6 Author: Ubaser <[email protected]> Date: Mon Oct 2 01:50:10 2023 +1100 Fix the new lizard horn's consistency + issue (#20620) * fix * add * Revert "add" This reverts commit a054a3204a8f185a94ceb80b1bd3bc9f30423711. commit 8c31cec13f9416aa5504a044c10c55515560414b Author: PJBot <[email protected]> Date: Sun Oct 1 10:35:33 2023 -0400 Automatic changelog update commit 9c42fa6798c4e679104d3d58b939d67562e25551 Author: Nim <[email protected]> Date: Sun Oct 1 17:34:29 2023 +0300 Slime mobs breathe nitrogen and resprite their organs (#20577) * Slimes breathe nitrogen and resprite their organs * ups * mmm commit 0149814bd50588c421f27f570de7e7633bcb785e Author: PJBot <[email protected]> Date: Sun Oct 1 10:29:53 2023 -0400 Automatic changelog update commit 063c9aa5fa15fda5b1df2a882787532bfc39dec3 Author: Ubaser <[email protected]> Date: Mon Oct 2 01:28:47 2023 +1100 Add QM mantle (#20621) * add * fix prototype commit 2ad9ae6bc1ce15231ac14d4a1565ac0a44b30812 Author: Ubaser <[email protected]> Date: Mon Oct 2 01:28:14 2023 +1100 Add Winter Boots (#20622) * add * fix prototype commit e5c85ee662b42732dab5f1ec45ff17b4537c8176 Author: metalgearsloth <[email protected]> Date: Mon Oct 2 01:25:06 2023 +1100 Fix followers leaking (#20643) commit f378d6131ab1726c2e42d23d51fbcf44db9514b3 Author: MilenVolf <[email protected]> Date: Sun Oct 1 16:58:59 2023 +0300 Update russian locale files commit 170b865bd36fba9d5b9abe0534e06fee8c087dbc Author: MilenVolf <[email protected]> Date: Sun Oct 1 16:56:48 2023 +0300 Update english locale files commit f27c1d1e177d486183e00a5153ae049448cda9a9 Merge: e3f255e0b8 1eb2b905c4 Author: MilenVolf <[email protected]> Date: Sun Oct 1 16:41:41 2023 +0300 Merge branch 'master' of https://github.com/space-wizards/space-station-14 into master-ru commit 1eb2b905c4b34b73d80e41f6eb117d46c7769064 Author: deltanedas <[email protected]> Date: Sat Sep 30 22:47:41 2023 +0100 saltern update (#20325) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 585ab5ca845588644d456072c3e04a89a75ba1bb Author: DrSmugleaf <[email protected]> Date: Sat Sep 30 13:22:07 2023 -0700 Move view variables verb to the top of the list with no category and localize it (#20546) commit 574b2a94d938e42fe56cf153653c37510fbf16a9 Author: drteaspoon420 <[email protected]> Date: Sat Sep 30 23:21:07 2023 +0300 Added generic empty liquids tank (#20563) commit b9db1eb9e3462f489be5bd5b135ecffd34157de8 Author: PJBot <[email protected]> Date: Sat Sep 30 16:19:06 2023 -0400 Automatic changelog update commit 94a11f28ca5e669e3dd21d82832a14d5a7e70af1 Author: deltanedas <[email protected]> Date: Sat Sep 30 21:18:01 2023 +0100 dragon refactor, objectives and use GenericAntag (#20201) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 007db2599bd02d43bb77a4c71d4643369d405587 Author: Kevin Zheng <[email protected]> Date: Sat Sep 30 12:02:21 2023 -0800 Adjust hard bomb shape (#20608) commit 3f349eebad28de2cce1218adb44fdd793451aeb3 Author: Leon Friedrich <[email protected]> Date: Sun Oct 1 07:01:13 2023 +1100 Rename ThreatPrototype and mark fields as required (#20611) commit 5164107788e0ce22d59a203a8865edb3ad8e1890 Author: Leon Friedrich <[email protected]> Date: Sun Oct 1 07:00:20 2023 +1100 Add TestPair.WaitCommand() (#20615) commit 54851faefaa52a97104ca4359229cb75ef1439d5 Author: deltanedas <[email protected]> Date: Sat Sep 30 20:52:24 2023 +0100 bowl is open (#20453) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 6f6f9eb3642dce6830457256ccfa741194234bf0 Author: PJBot <[email protected]> Date: Sat Sep 30 15:09:12 2023 -0400 Automatic changelog update commit d035c28388bfa2911b296c206cde539ad507fde7 Author: Nemanja <[email protected]> Date: Sat Sep 30 15:08:08 2023 -0400 Make holofans destructable (#20445) commit 0a601a48c62b55a4c4538d77f12a49ccd8fa4563 Author: Flareguy <[email protected]> Date: Sat Sep 30 13:38:43 2023 -0500 Update nukie hardsuit descriptions (#20529) commit 7d4172f49651e714941bfa43f828a081c7fd2231 Author: Fluffiest Floofers <[email protected]> Date: Sat Sep 30 20:23:18 2023 +0200 Move ID layer one pixel to correct alignment (#20630) commit 0b6c5c7245c2167c690b9f9239d3ba7591784f04 Author: PJBot <[email protected]> Date: Sat Sep 30 13:54:25 2023 -0400 Automatic changelog update commit 0fafd98db8491f098bd44d781ad87d042b04532e Author: deltanedas <[email protected]> Date: Sat Sep 30 18:53:21 2023 +0100 fix cognizine ghost role (#20632) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 3cc35467e31f922656e31d3787fd7e778b427ad9 Merge: 05ae612757 e3f255e0b8 Author: MilenVolf <[email protected]> Date: Sat Sep 30 08:49:26 2023 +0300 Merge branch 'master-ru' into arumoon-server commit bcb79eff4b78f1a7d8fa726a9b9b8b612971e0c4 Author: metalgearsloth <[email protected]> Date: Sat Sep 30 15:20:44 2023 +1000 Update submodule to 164.0.0 (#20618) commit 2f11a749f617a7e397a06d2a2c236ef10da55aea Author: DrSmugleaf <[email protected]> Date: Fri Sep 29 22:14:16 2023 -0700 Remove cloneData parameter from AutoNetworkedField (#20596) commit e3f255e0b8b9177c35acbb4f442cbb19ab515214 Author: MilenVolf <[email protected]> Date: Sat Sep 30 08:03:19 2023 +0300 Localization commit 379de4b22aa1fc41af5d24297966f65f6d63a62a Author: DrSmugleaf <[email protected]> Date: Fri Sep 29 21:54:46 2023 -0700 Remove v0.1 version number from local main menu screen (#20617) commit ca64217e3796ff133fdc46b2f81e3eceffe56f86 Author: metalgearsloth <[email protected]> Date: Sat Sep 30 14:41:54 2023 +1000 Update submodule to 163.0.0 (#20616) commit 3a196a1d098fa999e68edfec374041ad68413b07 Author: metalgearsloth <[email protected]> Date: Sat Sep 30 14:35:32 2023 +1000 Move TimedDespawn to engine (#20515) commit 887aa9f0083f0bbd318a17a5643d76fe1547aeaf Author: MilenVolf <[email protected]> Date: Sat Sep 30 07:26:09 2023 +0300 Update russian locale files commit 0013a2949f6cbeab881ee7993b1f1b1c68596310 Author: MilenVolf <[email protected]> Date: Sat Sep 30 07:15:49 2023 +0300 Update english locale files commit 4a884cda6ccda4d0d88e051b06b0cfed7cc11fdf Author: PJBot <[email protected]> Date: Fri Sep 29 23:36:28 2023 -0400 Automatic changelog update commit 0bb8c222bde06dad37ec8445e7f62c8757eb8593 Author: daerSeebaer <[email protected]> Date: Sat Sep 30 05:35:23 2023 +0200 Added blocked visuals to volumetric pump (#20610) commit 5eafabbb88f5e0760fb96793ca0a6fa32b32b0d1 Merge: e6638841e1 812b8fff3f Author: MilenVolf <[email protected]> Date: Sat Sep 30 05:48:28 2023 +0300 Merge branch 'master' of https://github.com/space-wizards/space-station-14 into master-ru commit 05ae61275771ca67ccbb99ee964317f3afa85203 Author: AruMoon <[email protected]> Date: Sat Sep 30 02:45:33 2023 +0000 Automatic changelog update commit f3b8aefcfccadb861dd81d0f1eaf98ab8dd0cfc3 Author: Tenteratus <[email protected]> Date: Sat Sep 30 05:45:08 2023 +0300 Driller station (#272) * Driller station * Update Driller Driller Station * Add Driller in Map test * Update Driller Station 2 добавлены спавны позднего присоединения * Driller update 3 * Add additional arilocks to prevent global spacing --------- Co-authored-by: MilenVolf <[email protected]> commit b9bfbc99926b0768680fc7992492af45a52dcbec Author: MilenVolf <[email protected]> Date: Sat Sep 30 03:57:29 2023 +0300 Update law guide commit 6840f6fbbcc732ad560864d368210aa72b4b7e08 Author: Mr0maks <[email protected]> Date: Sat Sep 30 00:46:33 2023 +0500 Speed action fixes commit 812b8fff3fb82410732aaa92b635dc20a62897c6 Author: PJBot <[email protected]> Date: Fri Sep 29 15:15:57 2023 -0400 Automatic changelog update commit fbbb8fd7d39454340306434001feccbfd5432e0e Author: TsjipTsjip <[email protected]> Date: Fri Sep 29 21:14:53 2023 +0200 Kettle medical rework (#20435) * Initial try at medical rework for kettle * Re-add decal decorations to Kettle's medical * Add more lockers to kettle's med * Actually upload kettle's map, not its proto commit 41d58efb6564326adbf411d48e90bb9ff779e755 Author: AruMoon <[email protected]> Date: Fri Sep 29 18:34:37 2023 +0000 Automatic changelog update commit 9498807a7fa103b9c5fa37d4f3fa2319e3924e07 Author: Wizard-Grin <[email protected]> Date: Fri Sep 29 21:34:14 2023 +0300 HoS gun (#271) commit d01e23902cf8bb3614ad2ce264c918a7d70d24dd Author: AruMoon <[email protected]> Date: Fri Sep 29 18:31:31 2023 +0000 Automatic changelog update commit 02ea7dd87c34e3c1df18b2402c16edd6188e2f05 Author: Wizard-Grin <[email protected]> Date: Fri Sep 29 21:31:06 2023 +0300 Small fix and rad injector craft (#269) commit 10ce0e392ad731571a3409daa983272f215faf8d Author: PJBot <[email protected]> Date: Fri Sep 29 11:02:24 2023 -0400 Automatic changelog update commit 290c2fd502af9fcb23b96377eb2d1550b0f6e74b Author: metalgearsloth <[email protected]> Date: Sat Sep 30 01:01:47 2023 +1000 Organ fixes (#20488) commit 4313a6ee664e4ee988da061337790a30041b9874 Author: Kacper Urbańczyk <[email protected]> Date: Fri Sep 29 17:01:19 2023 +0200 Fix electrocution displaying real name of disguised players (#20603) commit 1dc1c8f64bf93c278fa437778cd110becdaae601 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 22:43:16 2023 -0700 Fix loading a map with a ThirstComponent crashing the game (#20594) commit 101ee6ee8165a76f4ba1e87d38b144d98a410aa6 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 21:13:15 2023 -0700 Fix mapping actions crashing on load (#20592) commit 0da2cd96f0bf4e1dd279e34892761caa321705b3 Author: PJBot <[email protected]> Date: Thu Sep 28 23:56:33 2023 -0400 Automatic changelog update commit 90605212fcac479c551c610d2fa71951190684dd Author: Nemanja <[email protected]> Date: Thu Sep 28 23:55:29 2023 -0400 caninsert entitystorage tweaks (#20589) commit d664c906add28387f27ce27b6617f0b8842ab746 Author: PJBot <[email protected]> Date: Thu Sep 28 21:47:21 2023 -0400 Automatic changelog update commit 445e6aabed421a61ec6c20942819c7af34a573c9 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 18:46:16 2023 -0700 Fix AHelp progressively showing more AHelp panels (#20591) commit 072db2d817ea4bddb76aac2887bfc50b0990523c Author: PJBot <[email protected]> Date: Thu Sep 28 21:06:41 2023 -0400 Automatic changelog update commit 80f36ea6d4f479ef30f5c4b2af7dbf5770768ce1 Author: Kara <[email protected]> Date: Thu Sep 28 18:05:36 2023 -0700 Glorfcode (force say on damage/stun/crit) (#20562) commit 6c8e79adfa7cbdf17f0128519154f2d74868c0bd Author: PJBot <[email protected]> Date: Thu Sep 28 21:00:22 2023 -0400 Automatic changelog update commit 31af0fc7ae6cce1a1b77ae6b383d7228ee323aff Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 17:59:14 2023 -0700 Update RobustToolbox to v162.2.1 (#20590) commit 4adc2aeceeb1bb90bb5c4d2242ddca8ccf4b98d9 Author: PJBot <[email protected]> Date: Thu Sep 28 20:45:51 2023 -0400 Automatic changelog update commit d2578370a7222419027e22e8ddaaf17f57f86d5f Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 17:44:47 2023 -0700 Fix not networking markings (#20588) commit e6956bf182d4d887419b790af46c9ce34605e59a Author: PJBot <[email protected]> Date: Thu Sep 28 19:56:14 2023 -0400 Automatic changelog update commit c06586f94296250e9585b5cb7e2ad64b92e9f59b Author: Miro Kavaliou <[email protected]> Date: Thu Sep 28 19:55:10 2023 -0400 Added a toggle fullscreen button (default F11) (#20272) * Added a toggle fullscreen button (default F11) * Removed un-needed comments * Review Requested Changes * Fixed Acidental Spacing Change * bwoink, removed extraneous code * nothing, litterally commit 3477349dfebaba8c7b8d3c359b3c6f68c6d5012b Author: PJBot <[email protected]> Date: Thu Sep 28 19:47:43 2023 -0400 Automatic changelog update commit be61cca53fc9c0e9a9affef4116950bace4556d3 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 16:46:49 2023 -0700 Disable AHelp buttons when no player is selected, update button styling (#20568) commit f985e7dc5c4ff513d85e0741aaeb4c08bf0728f9 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 16:46:39 2023 -0700 Fix role unbans not applying in real time (#20547) commit a44fa86b68def85a31a9aff17d89977c7d5c9385 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 16:20:29 2023 -0700 Update trivial components to use auto comp states (#20539) commit 14cfe44ece633a6b7a73eee02dc76a8ee76f0ee2 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 15:48:29 2023 -0700 Catch replay start and end errors on round restarts (#20565) commit bcad37f351aab8022ff197caa9082664101639fe Author: PJBot <[email protected]> Date: Thu Sep 28 18:47:11 2023 -0400 Automatic changelog update commit 1d99a6882854122fc2eba72df4507cd5e568dc1d Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 15:46:36 2023 -0700 Change .editorconfig to keep existing attribute arrangement (#20538) commit 90404450d423b637122089531a827efa7b507a1e Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 15:46:26 2023 -0700 Remove windows-latest CI runs, remove unused build-test-release.yml (#20540) commit 72b1d668d4d500d7cc1863ecf8094cbffa624149 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 15:46:06 2023 -0700 Add confirmation to kick and respawn in the admin player actions panel (#20542) commit e6638841e15d26f902c9c0a002e0bc5a52ec7b44 Merge: a2beeb7d6a a2e992a5c7 Author: Maks <[email protected]> Date: Thu Sep 28 19:51:04 2023 +0000 Merge branch 'master-ru-nerd' into 'master-ru' Nerd fix 🤓 See merge request Workbench-Team/space-station-14!139 commit 8aa0aff13acd93f99ea5ac3a8105685116579b0c Author: PJBot <[email protected]> Date: Thu Sep 28 15:21:03 2023 -0400 Automatic changelog update commit d348096ef20227a343885ba6a982fb1a7fa91b7d Author: lunarcomets <[email protected]> Date: Thu Sep 28 12:19:58 2023 -0700 archaic accent tweaks (#20567) commit b81ae431a68814c0e3ba35555993604b7db99e8a Author: PJBot <[email protected]> Date: Thu Sep 28 13:08:17 2023 -0400 Automatic changelog update commit c2771c24fae2908d60ce7c27075ce39798bfcbf6 Author: NULL882 <[email protected]> Date: Thu Sep 28 20:07:12 2023 +0300 Necropolis and mine walls (#20578) commit 5d8219761ef43efc2b8c55d44880f22d43884b20 Author: Skarletto <[email protected]> Date: Thu Sep 28 11:18:10 2023 -0400 bartender suit (#20521) * give me a drink bartender * guh * aARG commit 2f4b2cc887429d37c061d41f22128c759a24106a Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 07:48:59 2023 -0700 Add active and ended game rule components, generic TryRoundStartAttempt and minPlayers field (#20564) * Improve active game rule querying, add generic try round start attempt method, move minPlayers to GameRuleComponent * Nukeops todo and cleanup * Remove Active field * Add EndedGameRuleComponent commit 78091fb11de17cb489dc9770ab6e7beed21f00a4 Author: PJBot <[email protected]> Date: Thu Sep 28 10:06:46 2023 -0400 Automatic changelog update commit 5e25201032502dfba8733039b95b8887cc64cdb2 Author: Nemanja <[email protected]> Date: Thu Sep 28 10:05:42 2023 -0400 Health alert tweaks (#20557) commit 4b4520c77116fa3b4b1ca89a565cbcf26c17a089 Author: PJBot <[email protected]> Date: Thu Sep 28 10:01:23 2023 -0400 Automatic changelog update commit eb26990782cef0d9733f45f0d37d049e6a36179f Author: Doru991 <[email protected]> Date: Thu Sep 28 17:00:18 2023 +0300 Make arcades hackable again (#20555) commit 6452482059ceaf45c3fedc27d3a1f2c1ce545dd9 Author: PJBot <[email protected]> Date: Thu Sep 28 07:35:26 2023 -0400 Automatic changelog update commit 5ff79120e6939bc6cade91761c8cf9e6bb11fa32 Author: nikthechampiongr <[email protected]> Date: Thu Sep 28 11:34:21 2023 +0000 EasyPry airlocks for arrivals. Now also prying refactor I guess (#19394) Co-authored-by: metalgearsloth <[email protected]> commit a2e992a5c72c0b523723b7acd8c554b48be097ec Author: Ser11y <[email protected]> Date: Thu Sep 28 11:31:01 2023 +0000 Nerd fix 🤓 commit cbeba20ebbbc159383e72c8bad2c3e557fb04eb8 Author: PJBot <[email protected]> Date: Thu Sep 28 06:54:58 2023 -0400 Automatic changelog update commit 0a8a6f81c51b826a2bc689aa9a8340e859f36102 Author: Repo <[email protected]> Date: Thu Sep 28 23:53:53 2023 +1300 Fix Punpun crew monitor sensor (#20484) commit c0ddb6f4110f9171ff25c273b6d9ce0a81c32099 Author: PJBot <[email protected]> Date: Thu Sep 28 06:53:09 2023 -0400 Automatic changelog update commit 08af7008c83cc7bae40fb061693d9281800b8a38 Author: LEVELcat <[email protected]> Date: Thu Sep 28 13:52:05 2023 +0300 Add EyesGlasses into ClothesMate (#20523) commit bc218347a89036045ea0899b114728be7e9ede13 Author: Pieter-Jan Briers <[email protected]> Date: Thu Sep 28 12:49:49 2023 +0200 Revert "Use full file path for temp replays (#19002)" (#20545) commit f19cd906949efde768b4631fa8791c94a2a4f56e Author: ravage <[email protected]> Date: Thu Sep 28 13:49:17 2023 +0300 clean up some lines in smile the slime prototype (#20552) commit b052e0f2424b0cf73a61a34ce996ea4c8e5c6729 Author: Nemanja <[email protected]> Date: Thu Sep 28 06:48:50 2023 -0400 Predicted armor (#20560) commit 9ad551e3dd59299379de0d7d72167fd54424a134 Author: metalgearsloth <[email protected]> Date: Thu Sep 28 20:29:28 2023 +1000 Update submodule to 162.2.0 (#20570) commit 040538a0b7a1562c3662d83fb47e93a3b246010d Author: metalgearsloth <[email protected]> Date: Thu Sep 28 20:27:35 2023 +1000 Minor slippery stuff (#20535) commit a1f4d39134646d4e88ecdab46e44f3b3c519d37b Merge: 9a59439f7f a2beeb7d6a Author: MilenVolf <[email protected]> Date: Thu Sep 28 07:50:41 2023 +0300 Merge branch 'master-ru' into arumoon-server commit a2beeb7d6a97e89b929354440c6a48a4dbbaadee Author: MilenVolf <[email protected]> Date: Thu Sep 28 07:40:27 2023 +0300 fix ame locale commit 9916c1f7a2902cd2e8a711ad29a1c83ebdca9d9d Author: MilenVolf <[email protected]> Date: Thu Sep 28 07:39:06 2023 +0300 Localization commit e502b6be6165ac69afabb1268625c82353951ff3 Author: PJBot <[email protected]> Date: Thu Sep 28 00:10:52 2023 -0400 Automatic changelog update commit 008f2d9d1c7900c452789e61344782541467b13e Author: Psychpsyo <[email protected]> Date: Thu Sep 28 06:09:44 2023 +0200 Wearable Wet Floor Sign and 'Janitorial Suicide Vest' (#20311) * Explosive wet floor sign & janitorial suicide vest * fix attributions * Remove name & desc from explosive wet floor sign * Make wet floor sign chameleonable commit d90a75ad763d497453bd844cd69ccc8ea3afdb6b Author: PJBot <[email protected]> Date: Thu Sep 28 00:07:17 2023 -0400 Automatic changelog update commit 0d22d2d1f20012c94aeb5701d6d385153b451253 Author: deltanedas <[email protected]> Date: Thu Sep 28 05:07:08 2023 +0100 rouny meat and steak (#20526) * lost friendship flavor * add rouny steak * rouny special meat * rouny meat textures --------- Co-authored-by: deltanedas <@deltanedas:kde.org> commit 25315a0e238c93496d5122169c46955aec0e1de1 Author: Psychpsyo <[email protected]> Date: Thu Sep 28 06:06:13 2023 +0200 fix bingus wrinkly head (#20531) commit d7a90229bb05ca0c60996e4fa46b02e68256fc09 Author: Psychpsyo <[email protected]> Date: Thu Sep 28 06:05:50 2023 +0200 Make NPC names proper nouns & fix some genders (#20534) * Proper names & genders * Uppercase proper names * Make Smile female commit fdbb7b3ea9abe4741c86d917990dcf0ce71ba0f6 Author: MilenVolf <[email protected]> Date: Thu Sep 28 06:53:24 2023 +0300 Update russian locale files commit 101d05823c20580998dec271364fac8b5dc723ed Author: MilenVolf <[email protected]> Date: Thu Sep 28 06:52:20 2023 +0300 Update english locale files commit fe4e6811c7f2a795cdddf5ac933145ce9af54d1e Author: MilenVolf <[email protected]> Date: Thu Sep 28 06:39:35 2023 +0300 Fix tips commit 7ecc473a788e1e24aef4665358059e0414f1f525 Merge: f0f64eee66 88712e3caa Author: MilenVolf <[email protected]> Date: Thu Sep 28 05:29:10 2023 +0300 Merge branch 'master' of https://github.com/space-wizards/space-station-14 into master-ru commit 88712e3caab22a285152ac114341474f7b20d19e Author: PJBot <[email protected]> Date: Wed Sep 27 19:42:11 2023 -0400 Automatic changelog update commit 0c881e6379587c8e0164da6e32b084eb75662c7d Author: DrSmugleaf <[email protected]> Date: Wed Sep 27 16:41:07 2023 -0700 Fix mispredict when closing a crematorium you are standing over (#20541) commit 5eb8a1d88d7c2a5f8bf7373c7939b94d94a9ce53 Author: PJBot <[email protected]> Date: Wed Sep 27 12:52:03 2023 -0400 Automatic changelog update commit 96ac6c9f235061af7c94e9297f6e465f814e80a5 Author: cOrigin <[email protected]> Date: Wed Sep 27 12:50:59 2023 -0400 Moth food fix (#20522) commit 805a7c7dc942394abd5a96499c2b286c4289c477 Author: PJBot <[email protected]> Date: Wed Sep 27 11:28:13 2023 -0400 Automatic changelog update commit 81dab12f8a6a2cc812b91205f4b5d56e865386c4 Author: DrSmugleaf <[email protected]> Date: Wed Sep 27 08:27:08 2023 -0700 Fix role bans having no confirmation (#20544) commit f0f64eee66e1f8d078ca967871f5ecc65d84e138 Merge: 7b569a428a cbaab5dc36 Author: MilenVolf <[email protected]> Date: Wed Sep 27 17:43:49 2023 +0300 Merge branch 'master' of https://github.com/space-wizards/space-station-14 into master-ru commit f706555b32e7498e3b832676c67891ba3ebb0fd5 Author: PJBot <[email protected]> Date: Wed Sep 27 05:23:37 2023 -0400 Automatic changelog update commit 136e895f8349a8afe930d49c6b430baa2efe44a2 Author: deathride58 <[email protected]> Date: Wed Sep 27 05:22:32 2023 -0400 Further interaction outline tweaks (tonemap rework) (#19898) commit cbaab5dc367db741576821498c07fd7eb17ad9ae Author: Psychpsyo <[email protected]> Date: Wed Sep 27 08:31:54 2023 +0200 Make bucket tranfer 100u by default (#20532) commit cd2f36f2ea53d916c27d8c8e2c53f0d53a280c1b Author: PJBot <[email protected]> Date: Tue Sep 26 18:06:50 2023 -0400 Automatic changelog update commit 16d8699c837524ab605b52d5bc971e1d6251b135 Author: gus <[email protected]> Date: Tue Sep 26 15:05:45 2023 -0700 Syndicate Bomb Fix (#20486) * my git ignore * Makes Syndicate Bombs CollideOnAnchor * woops gitignore * canCollide on Physics Component mobile webedit commit ca02f4f9c53f2f0d952f8f72ee4fec5c4c1e038b Author: lzk <[email protected]> Date: Tue Sep 26 20:01:43 2023 +0200 Remove duplicated lines from soap prototypes (#20511) commit 07890b4f9f587c6a53e62ea50427b8e5ccb52988 Author: PJBot <[email protected]> Date: Tue Sep 26 13:47:18 2023 -0400 Automatic changelog update commit d23e0db8e524d6e6b8b7be18ebb739b0e265607f Author: Waylon Cude <[email protected]> Date: Tue Sep 26 10:46:14 2023 -0700 Fix spacemen not being able to sleep (#20514) commit dfc2d8a80b7914c04ee905ca7cea7b72ae3a6932 Author: deltanedas <[email protected]> Date: Tue Sep 26 18:41:34 2023 +0100 Change min temp delta to 0.1 (#20512) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 679e794810660adb3626ace14be3de32a2c37e71 Author: Fromoriss <[email protected]> Date: Tue Sep 26 20:23:45 2023 +0300 Adjust armor item size (#20492) commit 0faff973c5b63d3329f4248d679aad4b054f15f2 Author: Nemanja <[email protected]> Date: Tue Sep 26 13:20:24 2023 -0400 Fix white pixels on nukie suit (#20507) commit 0c217c8b7e32a99911e2b0a21c4c1bb87edbe6b6 Author: Flareguy <[email protected]> Date: Tue Sep 26 12:13:55 2023 -0500 Minor tips update (#20505) commit 66307df9702543987fc09d7f23091ff3350557f3 Author: Kara <[email protected]> Date: Tue Sep 26 07:49:27 2023 -0700 Revert "Guidebook can POP OUT YAYYYY" (#20520) commit 188eff3ebc3c25c1963e8ab91aa5118b79715b56 Author: PJBot <[email protected]> Date: Tue Sep 26 00:38:26 2023 -0400 Automatic changelog update commit 8fb9d6e9b364a0da8c1b4cd73f0a6450e0e1d558 Author: Whisper <[email protected]> Date: Tue Sep 26 00:37:22 2023 -0400 Remove empty damage values from health analyzer UI (#20366) commit 205ea1ce179f2405d4f3ce57e5bd531145dda899 Author: PJBot <[email protected]> Date: Mon Sep 25 22:25:14 2023 -0400 Automatic changelog update commit 527485f00daca7c5381c0210b984f543d498ddd6 Author: Ubaser <[email protected]> Date: Tue Sep 26 12:24:09 2023 +1000 4 new Lizard Horn markings (#20496) * add images to .rsi * Revert "add images to .rsi" This reverts commit afa891ee9456c35dd88d5baa4269568286282955. * add images to .rsi (for real now) * other misc files commit e4de2fdd6c241238feba47d7c5cdd54fc9c022c6 Author: Kevin Zheng <[email protected]> Date: Mon Sep 25 18:21:31 2023 -0800 Prevent pull-moving (#20502) commit f8e26ed2c3e85196e59d335d68fa9b8a202850dc Author: PJBot <[email protected]> Date: Mon Sep 25 20:05:08 2023 -0400 Automatic changelog update commit c317d56ba66f4fea8246a6702da12f66f7aaff8e Author: Nim <[email protected]> Date: Tue Sep 26 03:04:03 2023 +0300 [Resprite] Syndicate Implanter (#20376) * Syndicate Implanter * cop * size * fix commit e603be2422679015b2979449d2dda6d491fca158 Author: Doru991 <[email protected]> Date: Mon Sep 25 21:35:25 2023 +0300 Shuttle movement fix (#20498) commit f120b247f3e1bc6ce69dc17a20228fd1830b1592 Author: Emisse <[email protected]> Date: Mon Sep 25 03:03:15 2023 -0600 bagel update (#20491) commit 9566eaec15c0d1a029836c5205f2d1e3957941d2 Author: PJBot <[email protected]> Date: Mon Sep 25 02:54:08 2023 -0400 Automatic changelog update commit 34aea7d9ed7d4499c37b9d260c5ac7d77a775ba2 Author: Psychpsyo <[email protected]> Date: Mon Sep 25 08:53:04 2023 +0200 Fix BodySystem and Gibbing (#20460) * Fix gibbing & body system Makes it so that bodies no longer have two sets of torso organs and that gibbed bodies get spread around on the floor again. * Actually fix the double torso problem * rootSlot in cameFrom * Remove SetCoordinates inside GibBody() * Don't use entity.RandomOffset() in GibBody() * Gibbing now uses _random.NextVector2() commit 91a157d7ed0e7597dd5ad0db7d288c6b2e85694c Author: deltanedas <[email protected]> Date: Mon Sep 25 04:16:09 2023 +0100 use weighted random for ninja threats (#20469) * change threats to be weighted random and a little cleanup * ninja rule stores weighted random id for threats * move threats out of the rule and into weighted random --------- Co-authored-by: deltanedas <@deltanedas:kde.org> commit 2616cb69e8df119c8d780ca235ca89edf5307f5e Author: coolmankid12345 <[email protected]> Date: Sun Sep 24 23:15:14 2023 -0400 fix metamorphic glasses (#20487) Co-authored-by: coolmankid12345 <[email protected]> commit be13a7c81159bd932a618db766d0ab8888e7a4cd Author: PJBot <[email protected]> Date: Sun Sep 24 21:34:32 2023 -0400 Automatic changelog update commit efb66aa41283da4a6cbd0ac50bf9303bee94c3f5 Author: Nemanja <[email protected]> Date: Sun Sep 24 21:33:29 2023 -0400 fire extinguisher go brrrrrr (#20479) commit c348582e0432942899300b0bf97458abf0498647 Author: Leon Friedrich <[email protected]> Date: Mon Sep 25 11:07:31 2023 +1000 Fix thirst errors in tests (#20481) commit 20c34580c2eee6785742454e1e493eb684387e4c Author: DrSmugleaf <[email protected]> Date: Sun Sep 24 17:16:00 2023 -0700 Update contributors list (#20482) commit 0ce7cf50b1a09d6617f0f3b7a12fa5f35d7f9e9a Author: PJBot <[email protected]> Date: Sun Sep 24 17:34:30 2023 -0400 Automatic changelog update commit cd9f0b8728ac03e63f6a3265af1c934b1342f3a0 Author: TomaszKawalec <[email protected]> Date: Sun Sep 24 23:33:25 2023 +0200 Display minimum temperature required for reaction to occur in guidebook (#20424) commit be1eca3b9f7e41ceed7b2b9218c35dd4e8c5a34f Author: PJBot <[email protected]> Date: Sun Sep 24 17:23:48 2023 -0400 Automatic changelog update commit 2e481be694f6b845305803fa2459272e8121d871 Author: Kara <[email protected]> Date: Sun Sep 24 14:22:44 2023 -0700 Follow mouse rotation in combat mode (#20433) commit 19a977e805c3be5ad33b38db91108cecb2d1386a Author: PJBot <[email protected]> Date: Sun Sep 24 16:53:11 2023 -0400 Automatic changelog update commit 87c88387a97c7ab6b77077fa21df97e6f1676791 Author: gus <[email protected]> Date: Sun Sep 24 13:52:06 2023 -0700 Added ore boxes to cargo. (#20455) commit 6738fc06d56d5b225830573ebe4955886747e265 Author: deltanedas <[email protected]> Date: Sun Sep 24 21:49:58 2023 +0100 fix moth z on clothes eating (#20456) commit c396222a78a70908250e6bdf02252b996f4c876e Author: Nemanja <[email protected]> Date: Sun Sep 24 16:45:36 2023 -0400 fix spears linter fail (#20476) commit f8e94b377ac10517d280b5172be7fdf619ba4f62 Author: Moony <[email protected]> Date: Sun Sep 24 15:45:18 2023 -0500 Revert "remove hot potato from uplink (#20474)" (#20477) This reverts commit 74901b0cb1f6aac10040309575695e29e1b2caf6. commit e426abac6329eee0cca5e07ceebb374fc4312551 Author: PJBot <[email protected]> Date: Sun Se…
* RD new tools * admeme * ftl changes * Squashed commit of the following: commit d8519d4a239c6f358c1bdd3575b1702b7dfbf0ea Author: AruMoon <[email protected]> Date: Sat Oct 7 22:55:55 2023 +0000 Automatic changelog update commit cb4b2cc7825dba58b27feaf6917668f91898b8e4 Author: Ratyyy <[email protected]> Date: Sun Oct 8 01:55:26 2023 +0300 chainsaw sound fix (#282) commit c974ad3a48b944be220d176e907222184049b18c Author: Tenteratus <[email protected]> Date: Sat Oct 7 05:24:10 2023 +0300 Driller station update 7 (#283) * Driller station * Update Driller Driller Station * Add Driller in Map test * Update Driller Station 2 добавлены спавны позднего присоединения * Driller update 3 * Add additional arilocks to prevent global spacing * Update №4 исправлены множественные ошибки: убраны спавнеры большинства мобов, исправлена ошибка с дверью в РНД, добавлена раковина на кухню и т.д. * Update 5 * Update 5 * Update 5.1 (fix) * Update 5.2 * Driller Update 6 * Update Driller 6.1 Были внесены мелкие изменения и исправлены ошибки. * Udate Driller 8 финальное (как я надеюсь) обновление с фиксами проблем --------- Co-authored-by: MilenVolf <[email protected]> commit e197fafc5c56b72fb0a9c7b6d50cc2b7cd99e9dc Author: MilenVolf <[email protected]> Date: Sat Oct 7 05:00:56 2023 +0300 Nerf ammo prices and add Saiga magazine recipe commit 10818f85d0f940fbdfad517a2668a132325658cf Author: MilenVolf <[email protected]> Date: Fri Oct 6 13:44:59 2023 +0300 Get traitor alert back commit c17ecbeff70c484347bb7300cb401ff3c5c55012 Author: MilenVolf <[email protected]> Date: Fri Oct 6 13:42:56 2023 +0300 Remove Felinid bang & some fixes commit 740682a14fc234321fdd7d0fc6663294ed535c8c Merge: 48ccce6348 ad7e4cd5db Author: MilenVolf <[email protected]> Date: Fri Oct 6 12:27:45 2023 +0300 Merge branch 'master-ru' of https://git.arumoon.ru/Workbench-Team/space-station-14 into arumoon-server commit ad7e4cd5db11a35df1de347daf690460315228d3 Author: MilenVolf <[email protected]> Date: Fri Oct 6 11:52:41 2023 +0300 Localization commit d25676760df785026355a98415a783e74bfbfbb0 Author: MilenVolf <[email protected]> Date: Fri Oct 6 09:15:31 2023 +0300 Update russian locale files commit 87dccf59cf607d8b9b8210a042057f410370d23d Author: MilenVolf <[email protected]> Date: Fri Oct 6 07:49:54 2023 +0300 Update english locale files commit 826314e37fd2c60c6dc23d4799a5931661530ffe Merge: 6ff367d406 0a7338c0fe Author: MilenVolf <[email protected]> Date: Fri Oct 6 07:45:24 2023 +0300 Merge branch 'master' of https://github.com/space-wizards/space-station-14 into master-ru commit 0a7338c0fe905f6c55f5d3a97544c9cd289e8d93 Author: coolmankid12345 <[email protected]> Date: Fri Oct 6 00:41:26 2023 -0400 Minor Rev changes (#20771) Co-authored-by: coolmankid12345 <[email protected]> commit acc9c8940b0702d328a359eb8b22adde3b84da93 Author: chromiumboy <[email protected]> Date: Thu Oct 5 22:15:03 2023 -0500 Use construction graphs for hacking protections (#20265) commit 8eeedb24272120e31012bd3cf537ff879ae6e35d Author: PJBot <[email protected]> Date: Thu Oct 5 21:51:29 2023 -0400 Automatic changelog update commit 77e21399ae15b5da75201ff041190736dc18389a Author: Ed <[email protected]> Date: Fri Oct 6 04:50:24 2023 +0300 Add rotation to tree (#20775) * add rotation to tree * Repeat check, add rock rotation commit 6ff367d4066c34b3875a6e7e4a0d5cf80bb1c864 Merge: a5ee15fcdd f5344af4ee Author: MilenVolf <[email protected]> Date: Fri Oct 6 04:24:18 2023 +0300 Merge branch 'master' of https://github.com/space-wizards/space-station-14 into master-ru commit f5344af4ee42bdb16705a64247347d8edcd959fa Author: PJBot <[email protected]> Date: Thu Oct 5 17:35:42 2023 -0400 Automatic changelog update commit 10dfe433f993b4cb5d46c425a0c48d6707cf4c5c Author: gus <[email protected]> Date: Thu Oct 5 14:34:37 2023 -0700 monkey gas mask! (#20683) commit a038dd6aa8a79cf6f5247a695d81878fd4b036dc Author: PJBot <[email protected]> Date: Thu Oct 5 17:32:45 2023 -0400 Automatic changelog update commit 6f48a2e53ab972aaf67effbfe23c70d85abe60df Author: dahnte <[email protected]> Date: Thu Oct 5 14:31:40 2023 -0700 Added onion rings (#20734) * Initial commit * Added onion rings commit c5c1105261c1f460088b808b32697c02fc5734f9 Author: TsjipTsjip <[email protected]> Date: Thu Oct 5 23:17:54 2023 +0200 Power infra names for Kettle (#20762) commit 5abc3a38da804eed8d3f36e043ef5a63a52255d2 Author: JustCone <[email protected]> Date: Thu Oct 5 22:17:17 2023 +0100 Fland Power Infrastructure Names (#20764) commit 7f3d4e121c36386e5347b08adba258cbe204648f Author: JustCone <[email protected]> Date: Thu Oct 5 22:16:58 2023 +0100 Marathon Power Infrastructure Names (#20763) commit 2b87bc3419dc4e789ee46e95aa01030a33450203 Author: TsjipTsjip <[email protected]> Date: Thu Oct 5 23:16:18 2023 +0200 Power infra names for Barratry (#20760) commit 9542177fe34529dd482394c97f143f58ef2c5ce0 Author: KingFroozy <[email protected]> Date: Fri Oct 6 00:15:24 2023 +0300 shouldlength overeye hairstyle (#20757) commit 9995df215dabff7c23da99ce6835ca5d7843ecdf Author: Chief-Engineer <[email protected]> Date: Thu Oct 5 15:41:17 2023 -0500 set leviathan pop cap to 60 (#19589) commit 141ffd837deb864cfd2b1e22710ed382032b8ddd Author: PJBot <[email protected]> Date: Thu Oct 5 15:57:47 2023 -0400 Automatic changelog update commit 2ea4d0d6b5c58db019000beb969709cb7e430047 Author: I.K <[email protected]> Date: Thu Oct 5 14:56:40 2023 -0500 Make slimes not rot (#20761) commit cd89da889395425b86964700f2a74ef008748619 Author: PJBot <[email protected]> Date: Thu Oct 5 15:54:58 2023 -0400 Automatic changelog update commit d4ed37d2663dafe62507ba5e897c2ab08f927ad2 Author: brainfood1183 <[email protected]> Date: Thu Oct 5 20:53:53 2023 +0100 Rock Anomaly (#20635) commit f38c754b2095f61b871b62ebfbe3f33598d1b956 Author: Pieter-Jan Briers <[email protected]> Date: Thu Oct 5 21:46:37 2023 +0200 Vulture server config preset (#20766) commit 48ccce6348fd98e8cb0751c3c6754c3b45e3e7cf Author: MilenVolf <[email protected]> Date: Thu Oct 5 20:30:07 2023 +0300 Remove double-sword from nukeop uplink commit ad7d6eb4919fd7657847d6ab15a7e402bc6f43e6 Author: MilenVolf <[email protected]> Date: Thu Oct 5 20:26:25 2023 +0300 Remove mechanoids from uplink until nerfed commit a365568a7a014151420a5db309f8e0510664b0b4 Author: deltanedas <[email protected]> Date: Thu Oct 5 16:05:09 2023 +0100 give revs briefing (#20749) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 14256dee0335c093bb8d53d2bc4226c41f6fd6ad Author: TsjipTsjip <[email protected]> Date: Thu Oct 5 11:14:36 2023 +0200 Barratry seniors (#20720) * Update barratry proto to accomodate senior roles * Add senior role spawnpoints to barratry commit a946093786d3776d9c0fa4183b752155c951351b Author: PJBot <[email protected]> Date: Thu Oct 5 05:13:46 2023 -0400 Automatic changelog update commit 3949932536fd3cf5be1c866a0958b18851eb3537 Author: Nemanja <[email protected]> Date: Thu Oct 5 05:12:40 2023 -0400 Fix access for vehicles and mechs (#20737) * fix access for vehicles and mechs * optimize commit c7cf6764eef10f133c8bc390fb6bb09a7bbbefad Author: Bloody2372 <[email protected]> Date: Thu Oct 5 12:11:27 2023 +0300 Add "Two Strands" hair (#20730) Co-authored-by: Илья Стокалюк <[email protected]> commit 5f0b665f0e2051c7a6edc6555ba3231fb8589559 Author: DrSmugleaf <[email protected]> Date: Wed Oct 4 22:22:30 2023 -0700 Fix printing $username at round end for head revs when it doesn't have a session (#20742) commit 9710954b4e047d28abeafb418253c34aa48ef7f7 Merge: 817715caaf 06d8e171d7 Author: MilenVolf <[email protected]> Date: Thu Oct 5 08:14:41 2023 +0300 Merge branch 'mr0maks-server' of https://git.arumoon.ru/Workbench-Team/space-station-14 into arumoon-server commit 817715caaf7634dbb17fb6e3be4ccb3423ec794d Author: MilenVolf <[email protected]> Date: Thu Oct 5 08:12:57 2023 +0300 Maps update commit 066054982d83edd057bef8cb339a3a4c62bd64e5 Author: DrSmugleaf <[email protected]> Date: Wed Oct 4 21:40:52 2023 -0700 Fix revolutionaries not being considered antags (#20739) commit 3f42835811a0037371c2b0ec502709eb7f7d8480 Author: nmajask <[email protected]> Date: Wed Oct 4 23:24:29 2023 -0400 Adds clipboards to bureaucracy crate and replaces incorrectly credited sprites (#20736) * Adds clipboards to the bureaucracy crate * Ports current sprites from TG to fix the credits commit cad76d9ceca300912444437d98c1c855f89e57f1 Author: PJBot <[email protected]> Date: Wed Oct 4 21:48:38 2023 -0400 Automatic changelog update commit c1cfe8d45ee8d4f03fa6a3b1a326b0a72b2e6667 Author: Raphael Bertoche <[email protected]> Date: Wed Oct 4 22:47:41 2023 -0300 Removes unnecessary message for defibbing a patient which has ghosted (#20690) * Removes unnecessary message for defibbing a patient which has ghosted This message is for the defib operator. It could inform them that the patient doesn't have a consciousness since it's ghosted but maybe no message is really the right move here because it may have succeeded and that would be what would happen had the defib attempt succeeded - no message. Also when the patient's ghost return to body there they will be alive as long as the body is still alive, so telling the operator to defib again may be wrong. * Removes corresponding ftl message which doesn't occur now commit 9df5ded9adce267bf7d01dc3957923eaf70ededa Author: coolmankid12345 <[email protected]> Date: Wed Oct 4 21:47:33 2023 -0400 Revolutionaries (#18477) Co-authored-by: coolmankid12345 <[email protected]> Co-authored-by: EmoGarbage404 <[email protected]> commit 2c69dd2df904cc8829da9782f22cd151f5cc4a8b Author: I.K <[email protected]> Date: Wed Oct 4 20:46:30 2023 -0500 emag inhand sprites (#20729) commit 13f0676c9778e6f50cca070a3b78592262296680 Author: Fromoriss <[email protected]> Date: Thu Oct 5 01:43:33 2023 +0300 Add ashwalker and gladiator starting gear sets (#20688) commit 44280de56558089a8c7fd656c065d5c221184ffb Author: PJBot <[email protected]> Date: Wed Oct 4 18:29:33 2023 -0400 Automatic changelog update commit ef44986235b3d3d300ea456f58c48a89d21aa1d7 Author: nmajask <[email protected]> Date: Wed Oct 4 18:28:28 2023 -0400 Add clipboards (#20717) commit 09b2151e0865e607833b230e35c1637fa2f14927 Author: Jackal298 <[email protected]> Date: Thu Oct 5 01:18:28 2023 +0300 Space Ninja 3: an old enemy in a new environment (#20713) Make Ninja more stable in terms of design commit a5ee15fcdd2bf48da2b2e62ed142530ceb61a82d Merge: b3f3787b15 87d2d2caf0 Author: MilenVolf <[email protected]> Date: Wed Oct 4 22:35:20 2023 +0300 Merge branch 'master-ru' of https://git.arumoon.ru/Workbench-Team/space-station-14 into master-ru commit 4df0f0ef38a4f93a8efa5968ed7164d9f73e615d Author: Ubaser <[email protected]> Date: Thu Oct 5 05:57:39 2023 +1100 Add trading ship for future implementation (#20715) * add ship * update * update * update again :3 commit 76173285b94703f2a779d4f12332b295c8d34726 Author: deltanedas <[email protected]> Date: Wed Oct 4 19:52:04 2023 +0100 Add missing type argument from PopupClient to PopupEntity (#20725) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 06d8e171d74de4e12aa03b49956925a3a90bc4ed Merge: 623e7440cd 62ba47c67c Author: MilenVolf <[email protected]> Date: Wed Oct 4 21:47:08 2023 +0300 Merge branch 'arumoon-server' of https://git.arumoon.ru/Workbench-Team/space-station-14 into mr0maks-server commit ed9e44d2d923ce5719e512ccc4f077e82b52f95b Author: deltanedas <[email protected]> Date: Wed Oct 4 15:31:54 2023 +0100 fix magboots equipped sprites (#20723) Co-authored-by: deltanedas <@deltanedas:kde.org> commit bb0eec3ae2e127c1e0266421ed14224446c58de4 Author: PJBot <[email protected]> Date: Wed Oct 4 10:31:30 2023 -0400 Automatic changelog update commit 6131721fe5d5232e61735438931b64013d30e051 Author: Nemanja <[email protected]> Date: Wed Oct 4 10:30:11 2023 -0400 fix borgs not being able to toggle flashlight (#20448) commit bfa301b53e1697a93e8ccff37fb254bfa0bd4d5a Author: Ubaser <[email protected]> Date: Wed Oct 4 18:42:34 2023 +1100 fix (#20719) commit 62ba47c67c022a6ca74c5368683a7aeb1ebc1dc9 Merge: 89e1402a33 d756728780 Author: MilenVolf <[email protected]> Date: Wed Oct 4 10:37:56 2023 +0300 Merge branch 'arumoon-server' of https://git.arumoon.ru/Workbench-Team/space-station-14 into arumoon-server commit 89e1402a335370a33b2499264d44043b0e623aa4 Author: MilenVolf <[email protected]> Date: Wed Oct 4 10:35:16 2023 +0300 Hmm commit 408ed16a4aefdd6a06a03f6e39f90475bfd22ed5 Author: MilenVolf <[email protected]> Date: Wed Oct 4 10:19:25 2023 +0300 Prototype fix commit 13c7945d7324190197cf1282afd2c995675ba82f Author: MilenVolf <[email protected]> Date: Wed Oct 4 08:46:21 2023 +0300 Fix Elite Nukeop starting gear commit 6033501d81cbb598347d2bd93c4e59d19f1f451c Author: MilenVolf <[email protected]> Date: Wed Oct 4 08:44:47 2023 +0300 Fix commit e6ee26775e3beb37866208291f9bad5c648d76f3 Author: PJBot <[email protected]> Date: Wed Oct 4 01:23:53 2023 -0400 Automatic changelog update commit e0fda7c658f4f41c5e718c31f59e4a76429bb646 Author: crazybrain23 <[email protected]> Date: Wed Oct 4 06:22:47 2023 +0100 Fix omnitool not prying airlocks (#20697) commit 970b2c328d5c57587d8e8287615d0dcfcedbe0a9 Merge: 3b11310b46 b3f3787b15 Author: MilenVolf <[email protected]> Date: Wed Oct 4 08:04:48 2023 +0300 Merge branch 'master-ru' into arumoon-server commit b3f3787b15a69c7485141b940670b9961f7d81c4 Author: MilenVolf <[email protected]> Date: Wed Oct 4 07:40:26 2023 +0300 Clear locale commit d75672878082d99c51c1115f7da45ec4d6ff19bd Author: AruMoon <[email protected]> Date: Wed Oct 4 04:28:36 2023 +0000 Automatic changelog update commit ffbfb70e514db125f50d4177d8893242c4fe2f0b Author: Wizard-Grin <[email protected]> Date: Wed Oct 4 07:28:12 2023 +0300 Pipe changes (#275) * some sound change * test trigger * no more soundgroup * Fix audio * uh --------- Co-authored-by: MilenVolf <[email protected]> commit fb25f3939b41b5a4bf2b08e15fafcbc75952d451 Author: Tenteratus <[email protected]> Date: Wed Oct 4 06:17:03 2023 +0300 Driller station Update 6 (#279) * Driller station * Update Driller Driller Station * Add Driller in Map test * Update Driller Station 2 добавлены спавны позднего присоединения * Driller update 3 * Add additional arilocks to prevent global spacing * Update №4 исправлены множественные ошибки: убраны спавнеры большинства мобов, исправлена ошибка с дверью в РНД, добавлена раковина на кухню и т.д. * Update 5 * Update 5 * Update 5.1 (fix) * Update 5.2 * Driller Update 6 --------- Co-authored-by: MilenVolf <[email protected]> commit 335fbc7523141cc0578e9e210c0e8e4d1d9f6a6d Author: AruMoon <[email protected]> Date: Wed Oct 4 02:11:04 2023 +0000 Automatic changelog update commit fff5b9dcfd35044aedf4ef5fb2f51b9ed8b6a721 Author: Wizard-Grin <[email protected]> Date: Wed Oct 4 05:10:40 2023 +0300 New bows (#277) * New bows * meta and ftl * unrobust test * alpha tweak * ftl aeaeaeaeae * Ftl tweak * Locale tweaks * Uh --------- Co-authored-by: MilenVolf <[email protected]> commit 94bd94695c1015339a2683d8160b93c789dc36d2 Author: MilenVolf <[email protected]> Date: Wed Oct 4 04:33:33 2023 +0300 Localization commit 5ae3bffbc53fe9de5d6b1f3be4fda10e5716e2bb Author: PJBot <[email protected]> Date: Tue Oct 3 19:08:34 2023 -0400 Automatic changelog update commit fa1c15b082e7781847f4fc07bfb0336b04b261e7 Author: Doru991 <[email protected]> Date: Wed Oct 4 02:07:29 2023 +0300 Fix plant species reagent mutations (#20702) commit 37f22a8baf53571697db070b035833eed8869e9c Author: JustCone <[email protected]> Date: Tue Oct 3 20:52:44 2023 +0100 Add names to unnamed SMES and Subs (#20712) commit 1bdb2ce4be966e8eb83539abf2142f9f1d85a93d Author: brainfood1183 <[email protected]> Date: Tue Oct 3 20:15:43 2023 +0100 Origin Station Update 22.09.2023 (remove mines, fix telecoms) (#20411) * Origin Station Update 22.09.2023 (remove mines, add smile slime, fix telecoms) * ore boxes in salv, fixed hv power teg * name substations and smes commit 3b11310b46497aebda3b9f390cc5841b52570f3c Author: MilenVolf <[email protected]> Date: Tue Oct 3 17:31:46 2023 +0300 Fix build fail commit cd801f30ec8322387f7f78ef0dffc585fa58c36a Author: AruMoon <[email protected]> Date: Tue Oct 3 12:37:51 2023 +0000 Automatic changelog update commit 8a06b87279f25c437e88606c22436d7ce6cca1f3 Author: Ratyyy <[email protected]> Date: Tue Oct 3 15:37:22 2023 +0300 CHAINSAW! (#268) * CHAINSAW! commit fcc24ce224db1dd54ae4e709a503e80236ac0b35 Author: Chief-Engineer <[email protected]> Date: Tue Oct 3 05:52:40 2023 -0500 Revert "Disable SSD indicators on LRP (#20021)" (#20703) This reverts commit 5aa7b01b6883f1748cfcf7a65074bf3f3d340b12. commit 798c19f06495f514227a5f05291ebe0da2e9f937 Author: MilenVolf <[email protected]> Date: Tue Oct 3 10:25:34 2023 +0300 Update russian locale files commit b75ab99307821a16e43401b638537c78c071dc7f Author: MilenVolf <[email protected]> Date: Tue Oct 3 10:24:48 2023 +0300 Update english locale files commit 77e635ef4531ac9e19cfcd97935d590f26560e13 Author: AruMoon <[email protected]> Date: Tue Oct 3 05:50:28 2023 +0000 Automatic changelog update commit d977080db3f4d845ca64c70f1bb5f6dce390a52b Author: Wizard-Grin <[email protected]> Date: Tue Oct 3 08:50:01 2023 +0300 Rd suit fix (#278) * Rd suit fix * drip or drown commit 6b585ba20983de74f3e685f435512a1c3aaad2e2 Author: Tenteratus <[email protected]> Date: Tue Oct 3 07:19:42 2023 +0300 Driller station update ( (#276) * Driller station * Update Driller Driller Station * Add Driller in Map test * Update Driller Station 2 добавлены спавны позднего присоединения * Driller update 3 * Add additional arilocks to prevent global spacing * Update №4 исправлены множественные ошибки: убраны спавнеры большинства мобов, исправлена ошибка с дверью в РНД, добавлена раковина на кухню и т.д. * Update 5 * Update 5 * Update 5.1 (fix) * Update 5.2 --------- Co-authored-by: MilenVolf <[email protected]> commit bde2f515802cef902ea78d85b932025c981bc3f8 Merge: 8f3f9bbdbb edd1757834 Author: MilenVolf <[email protected]> Date: Tue Oct 3 06:36:20 2023 +0300 Merge branch 'master' of https://github.com/space-wizards/space-station-14 into master-ru commit 8f3f9bbdbb57ff96e738b2185ed5c29e0d309496 Author: MilenVolf <[email protected]> Date: Tue Oct 3 05:26:10 2023 +0300 Localization commit edd1757834625497dd84ff6fde5f14ad519f2030 Author: JustCone <[email protected]> Date: Mon Oct 2 23:42:50 2023 +0100 Box Power Infrastructure Names (#20693) commit be55f9a825000099eca5660708797765b1b01b5e Author: deltanedas <[email protected]> Date: Mon Oct 2 22:43:38 2023 +0100 Play sound when filling ammo (#20691) Co-authored-by: deltanedas <@deltanedas:kde.org> commit ba71e4f410d793664070d66b9fa0214c20c76b66 Author: PJBot <[email protected]> Date: Mon Oct 2 17:21:15 2023 -0400 Automatic changelog update commit 1c088d516f58d4959272cfc82a8e3beddf72c30f Author: deltanedas <[email protected]> Date: Mon Oct 2 22:20:08 2023 +0100 Give nukeops play time requirements (#20109) Co-authored-by: Ray <[email protected]> Co-authored-by: deltanedas <@deltanedas:kde.org> commit 5aa7b01b6883f1748cfcf7a65074bf3f3d340b12 Author: Chief-Engineer <[email protected]> Date: Mon Oct 2 15:59:24 2023 -0500 Disable SSD indicators on LRP (#20021) commit 8dda8a145b4bd9b816488f38f3a1470b91c70495 Author: JustCone <[email protected]> Date: Mon Oct 2 21:27:13 2023 +0100 Add names for power infrastructure on Packed (#20689) commit 2b4835099a6e237f12c154bd4f5b16c4e1e0aa68 Author: Nemanja <[email protected]> Date: Mon Oct 2 15:37:49 2023 -0400 Increase bluespace beaker capacity (#20680) commit dc95582679c4864ad3bcfa2a095a6c34983c2e4f Author: I.K <[email protected]> Date: Mon Oct 2 14:35:58 2023 -0500 Make forcing others into disposals take longer and more apparent (#20687) commit 2d20ca0545788a2378439aac87c8c94f21bdc642 Author: PJBot <[email protected]> Date: Mon Oct 2 15:22:20 2023 -0400 Automatic changelog update commit 4c4627330395362534857571c5829b05c9cd811e Author: deltanedas <[email protected]> Date: Mon Oct 2 20:21:15 2023 +0100 Add rolling pins for flattening dough (#20624) commit 13f218e6c753ca67829ecac0896346ac762bf746 Author: PJBot <[email protected]> Date: Mon Oct 2 14:31:55 2023 -0400 Automatic changelog update commit 313148186569b4f8651f615626ab0be0e61da8ce Author: Vasilis <[email protected]> Date: Mon Oct 2 20:30:51 2023 +0200 easiest bug fix of my life (#20686) commit c12d0c5fa97c475d181eba162eab86056979690e Author: router <[email protected]> Date: Mon Oct 2 21:07:47 2023 +0300 Make minigun weigh more (#20685) commit 7802bd16fa97eba6c2ecff9e525bb1986572eca6 Author: PJBot <[email protected]> Date: Mon Oct 2 11:35:27 2023 -0400 Automatic changelog update commit 6ee76b06d6c87be814a65af3e8b696727ac7e469 Author: JoeHammad1844 <[email protected]> Date: Tue Oct 3 02:34:22 2023 +1100 Revert "Northstar Gloves dmg reduced from 8 -> 7" (#20674) commit c988f21d25565fb342525ca5c08cd3743a1b3a74 Author: deltanedas <[email protected]> Date: Mon Oct 2 15:44:05 2023 +0100 Temperature refactor (#20662) Co-authored-by: deltanedas <@deltanedas:kde.org> commit f0bd861fc8290cdf76f6ed10264623e5580fcf6e Author: deltanedas <[email protected]> Date: Mon Oct 2 14:49:45 2023 +0100 actually add jug to medfab (#20679) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 9b06e52b3311bafa42efc3c86af58648c7aba7af Author: metalgearsloth <[email protected]> Date: Mon Oct 2 18:51:27 2023 +1100 Fix sericulture (#20673) commit c13f6ffacc0d983c381dc4fae934732ddefa30a5 Author: PJBot <[email protected]> Date: Mon Oct 2 03:09:25 2023 -0400 Automatic changelog update commit 10c2db48309df87c3283498a02a96941d48ae5db Author: Ubaser <[email protected]> Date: Mon Oct 2 18:08:20 2023 +1100 New Kobold Ears marking for lizards (#20672) commit 149c494972b61925740ec43ccebd594e2344c847 Author: chromiumboy <[email protected]> Date: Mon Oct 2 01:27:29 2023 -0500 Fix powered door prying popup (#20669) commit 66c5549640896189bbdc0a32523f80c80b321671 Author: TsjipTsjip <[email protected]> Date: Mon Oct 2 07:27:42 2023 +0200 Rename power infra on omega station (#20654) commit 56c306f9d937ced7e3a2d9b6f1b5d71c1d2c22d4 Author: TsjipTsjip <[email protected]> Date: Mon Oct 2 07:27:27 2023 +0200 Rename power infra on cluster (#20655) commit dbbeb9b0ecfe3c4b6d469862c92954a104315d68 Author: TsjipTsjip <[email protected]> Date: Mon Oct 2 07:25:11 2023 +0200 Replace paramedic with medical windoor (#20653) commit 716fea9df04bade398424b6dd176e3a2ca111f58 Author: JustCone <[email protected]> Date: Mon Oct 2 06:25:01 2023 +0100 Packed records computer changes (#20667) commit 5df3339dcb1d34241b9ff50cdec5a64ea397e485 Author: PJBot <[email protected]> Date: Sun Oct 1 20:18:54 2023 -0400 Automatic changelog update commit 3488e577d96322ef58a1675c062531090ef76720 Author: deltanedas <[email protected]> Date: Mon Oct 2 01:17:50 2023 +0100 Electric grill (#20661) --------- Co-authored-by: deltanedas <@deltanedas:kde.org> commit 65426fb4c572c36b9e910c2097c424527d0c28c9 Author: PJBot <[email protected]> Date: Sun Oct 1 17:24:45 2023 -0400 Automatic changelog update commit fc6ffb15708016afb19ce629dc53ed44da5c3c70 Author: Nairod <[email protected]> Date: Sun Oct 1 16:23:40 2023 -0500 Boot Smallarms (#20062) commit 0527aad4d20749753ff3a0750e1c858b8531865a Author: PJBot <[email protected]> Date: Sun Oct 1 17:09:06 2023 -0400 Automatic changelog update commit d04a58f7b3e24a963041b59b1d31121d5dc918e5 Author: chromiumboy <[email protected]> Date: Sun Oct 1 16:08:02 2023 -0500 Fix prying door hacking protections (#20664) commit fc034dd9d13f6564ce5597e337d5b3e81f5699f3 Author: Leon Friedrich <[email protected]> Date: Mon Oct 2 07:56:41 2023 +1100 Remove SpreaderNodeGroup (#20230) * Remove SpreaderNodeGroup * Fix airtight updates * more smoke stuff * more smoke fixes * wtf is smoke code * Fix merge * Fix divide by zero commit 824484c6ace05a297faa835eff2eb4a60c8cdf76 Author: PJBot <[email protected]> Date: Sun Oct 1 16:50:13 2023 -0400 Automatic changelog update commit 31e7a9bcfd1935d4a10f704f58be5ee2f7f6cacc Author: Velcroboy <[email protected]> Date: Sun Oct 1 15:49:10 2023 -0500 Adds vending restocks for ChefVend and Condiment Stations (#19305) Co-authored-by: Jeff <[email protected]> commit ca6a0fbf0b8f7e1e7786d34191112b0c73117012 Author: PJBot <[email protected]> Date: Sun Oct 1 16:46:22 2023 -0400 Automatic changelog update commit dfda2dbd05c7855de9b2f2f7ea72a35ec7eb893e Author: PixelTK <[email protected]> Date: Sun Oct 1 21:46:09 2023 +0100 Sericulture fixes (#19193) * redone * I FUCKING HATE SPAWNING STUFF IN SHARED * inheritdoc * owo * fly broken wings * From a server event to just an event. * more info * a comment and a different comment * Partial * Emo's requested changes. * wuh * head ache * they call me mean names (laugh track) commit d15b7dff4213ba324a76428c165672923a552c73 Author: Nim <[email protected]> Date: Sun Oct 1 23:45:17 2023 +0300 Advanced treatment cyborg module for medical borg (#19667) * chemical analysis goggles for medical borg * module and its tools * fix * fix2 * icon * module research * meh commit 34d4e9803a9ccd7b402dd11ac9d1784e4ecc3062 Author: Jezithyr <[email protected]> Date: Sun Oct 1 13:33:18 2023 -0700 Fix for [20593] (#20663) commit d832008c07ddbeaed76d88c29e3e4a5f08dfd4c6 Author: PJBot <[email protected]> Date: Sun Oct 1 16:19:10 2023 -0400 Automatic changelog update commit fcdedb377dbdd8d89a1a2c02b7c6426a057cb14a Author: Nairod <[email protected]> Date: Sun Oct 1 15:18:05 2023 -0500 Practice Ammunition Tech (#20331) commit 623e7440cd00305902d69b1b80550eb52eca3f0a Author: Mr0maks <[email protected]> Date: Mon Oct 2 00:43:32 2023 +0500 tools: remove useless verbose commit 3682305308c0bfc4d016bacfd0a5e6681e774ce2 Author: Mr0maks <[email protected]> Date: Mon Oct 2 00:43:32 2023 +0500 tools: remove useless verbose commit 87d2d2caf013b6e2dc75bce2545cde90ebdc896c Author: Mr0maks <[email protected]> Date: Mon Oct 2 00:43:32 2023 +0500 tools: remove useless verbose commit b842061f207999a658d6997b3c9b3c34ae292c0b Author: deltanedas <[email protected]> Date: Sun Oct 1 20:34:13 2023 +0100 Butcher pig for bacon and bacon cooking (#20657) commit 14fedfe45d7b237bd747a064c3da13a9581cd888 Author: ravage <[email protected]> Date: Sun Oct 1 20:55:05 2023 +0300 Add Spanish accent to poncho and sombrero (#20377) commit 427018c1b529e05df96eb36dd08f4f47854a6318 Author: PJBot <[email protected]> Date: Sun Oct 1 13:53:49 2023 -0400 Automatic changelog update commit b5117f613b8f317d62a347b79287a6a927746ad0 Author: drteaspoon420 <[email protected]> Date: Sun Oct 1 20:52:45 2023 +0300 Carry over other mutations when doing species mutation (#20551) commit a0699cf7887cfc497963a2867b4b906f0ce06a5b Author: PJBot <[email protected]> Date: Sun Oct 1 13:37:24 2023 -0400 Automatic changelog update commit f5644eb337d01ac07ba9eb34c53b0b84aa41932d Author: Nemanja <[email protected]> Date: Sun Oct 1 13:36:20 2023 -0400 Add a special hardsuit for nukie medic (#20471) commit 81461eafb4e821644c688f7b6a22c92981a0c38d Author: PJBot <[email protected]> Date: Sun Oct 1 13:17:58 2023 -0400 Automatic changelog update commit c61d684a1956de9d7c9246971f5f84d515787575 Author: Michael Cu <[email protected]> Date: Sun Oct 1 12:16:54 2023 -0500 Fixed Telescopic Shield Lighting (#20650) * Fixed Telescopic Shield Lighting Bug fix #20199 * no need for these at all --------- Co-authored-by: Nemanja <[email protected]> commit bf7c979409bcc10c5ce502f7b109274b6f193dd0 Author: PJBot <[email protected]> Date: Sun Oct 1 12:42:36 2023 -0400 Automatic changelog update commit 45db7707598dc6355ff6ceb10c237831f53d1517 Author: Ed <[email protected]> Date: Sun Oct 1 19:41:32 2023 +0300 Wide anomaly locator (#20581) * Add files via upload * Add files via upload * Add files via upload * Add files via upload * add textures * fix encoding * fix 2 commit a6e784404ae9e85e85c56689a5d344761f657bbd Author: PJBot <[email protected]> Date: Sun Oct 1 10:57:03 2023 -0400 Automatic changelog update commit ed4da2bcb35aacaad882c1017a11b44774ffb780 Author: Tox Cruize <[email protected]> Date: Sun Oct 1 15:55:58 2023 +0100 Space cat breathes space (#20550) * Space cat breathes space Made Space Cat lungs ROBUST * Made Space Cat's lungs ROBUST 2.0 commit 6f7bdc8f79a5b731fdb3fe3b6fa10c2fd09b6763 Author: PJBot <[email protected]> Date: Sun Oct 1 10:52:39 2023 -0400 Automatic changelog update commit f72e01887de5edf51f33e877efbe7f87baba0a5a Author: Kacper Urbańczyk <[email protected]> Date: Sun Oct 1 16:51:35 2023 +0200 Add RandomHumanoidAppearance component to for space ninjas (#20605) commit 4f37914bbc8cb1c56b7be1720aedcf7903269cc6 Author: Ubaser <[email protected]> Date: Mon Oct 2 01:50:10 2023 +1100 Fix the new lizard horn's consistency + issue (#20620) * fix * add * Revert "add" This reverts commit a054a3204a8f185a94ceb80b1bd3bc9f30423711. commit 8c31cec13f9416aa5504a044c10c55515560414b Author: PJBot <[email protected]> Date: Sun Oct 1 10:35:33 2023 -0400 Automatic changelog update commit 9c42fa6798c4e679104d3d58b939d67562e25551 Author: Nim <[email protected]> Date: Sun Oct 1 17:34:29 2023 +0300 Slime mobs breathe nitrogen and resprite their organs (#20577) * Slimes breathe nitrogen and resprite their organs * ups * mmm commit 0149814bd50588c421f27f570de7e7633bcb785e Author: PJBot <[email protected]> Date: Sun Oct 1 10:29:53 2023 -0400 Automatic changelog update commit 063c9aa5fa15fda5b1df2a882787532bfc39dec3 Author: Ubaser <[email protected]> Date: Mon Oct 2 01:28:47 2023 +1100 Add QM mantle (#20621) * add * fix prototype commit 2ad9ae6bc1ce15231ac14d4a1565ac0a44b30812 Author: Ubaser <[email protected]> Date: Mon Oct 2 01:28:14 2023 +1100 Add Winter Boots (#20622) * add * fix prototype commit e5c85ee662b42732dab5f1ec45ff17b4537c8176 Author: metalgearsloth <[email protected]> Date: Mon Oct 2 01:25:06 2023 +1100 Fix followers leaking (#20643) commit f378d6131ab1726c2e42d23d51fbcf44db9514b3 Author: MilenVolf <[email protected]> Date: Sun Oct 1 16:58:59 2023 +0300 Update russian locale files commit 170b865bd36fba9d5b9abe0534e06fee8c087dbc Author: MilenVolf <[email protected]> Date: Sun Oct 1 16:56:48 2023 +0300 Update english locale files commit f27c1d1e177d486183e00a5153ae049448cda9a9 Merge: e3f255e0b8 1eb2b905c4 Author: MilenVolf <[email protected]> Date: Sun Oct 1 16:41:41 2023 +0300 Merge branch 'master' of https://github.com/space-wizards/space-station-14 into master-ru commit 1eb2b905c4b34b73d80e41f6eb117d46c7769064 Author: deltanedas <[email protected]> Date: Sat Sep 30 22:47:41 2023 +0100 saltern update (#20325) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 585ab5ca845588644d456072c3e04a89a75ba1bb Author: DrSmugleaf <[email protected]> Date: Sat Sep 30 13:22:07 2023 -0700 Move view variables verb to the top of the list with no category and localize it (#20546) commit 574b2a94d938e42fe56cf153653c37510fbf16a9 Author: drteaspoon420 <[email protected]> Date: Sat Sep 30 23:21:07 2023 +0300 Added generic empty liquids tank (#20563) commit b9db1eb9e3462f489be5bd5b135ecffd34157de8 Author: PJBot <[email protected]> Date: Sat Sep 30 16:19:06 2023 -0400 Automatic changelog update commit 94a11f28ca5e669e3dd21d82832a14d5a7e70af1 Author: deltanedas <[email protected]> Date: Sat Sep 30 21:18:01 2023 +0100 dragon refactor, objectives and use GenericAntag (#20201) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 007db2599bd02d43bb77a4c71d4643369d405587 Author: Kevin Zheng <[email protected]> Date: Sat Sep 30 12:02:21 2023 -0800 Adjust hard bomb shape (#20608) commit 3f349eebad28de2cce1218adb44fdd793451aeb3 Author: Leon Friedrich <[email protected]> Date: Sun Oct 1 07:01:13 2023 +1100 Rename ThreatPrototype and mark fields as required (#20611) commit 5164107788e0ce22d59a203a8865edb3ad8e1890 Author: Leon Friedrich <[email protected]> Date: Sun Oct 1 07:00:20 2023 +1100 Add TestPair.WaitCommand() (#20615) commit 54851faefaa52a97104ca4359229cb75ef1439d5 Author: deltanedas <[email protected]> Date: Sat Sep 30 20:52:24 2023 +0100 bowl is open (#20453) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 6f6f9eb3642dce6830457256ccfa741194234bf0 Author: PJBot <[email protected]> Date: Sat Sep 30 15:09:12 2023 -0400 Automatic changelog update commit d035c28388bfa2911b296c206cde539ad507fde7 Author: Nemanja <[email protected]> Date: Sat Sep 30 15:08:08 2023 -0400 Make holofans destructable (#20445) commit 0a601a48c62b55a4c4538d77f12a49ccd8fa4563 Author: Flareguy <[email protected]> Date: Sat Sep 30 13:38:43 2023 -0500 Update nukie hardsuit descriptions (#20529) commit 7d4172f49651e714941bfa43f828a081c7fd2231 Author: Fluffiest Floofers <[email protected]> Date: Sat Sep 30 20:23:18 2023 +0200 Move ID layer one pixel to correct alignment (#20630) commit 0b6c5c7245c2167c690b9f9239d3ba7591784f04 Author: PJBot <[email protected]> Date: Sat Sep 30 13:54:25 2023 -0400 Automatic changelog update commit 0fafd98db8491f098bd44d781ad87d042b04532e Author: deltanedas <[email protected]> Date: Sat Sep 30 18:53:21 2023 +0100 fix cognizine ghost role (#20632) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 3cc35467e31f922656e31d3787fd7e778b427ad9 Merge: 05ae612757 e3f255e0b8 Author: MilenVolf <[email protected]> Date: Sat Sep 30 08:49:26 2023 +0300 Merge branch 'master-ru' into arumoon-server commit bcb79eff4b78f1a7d8fa726a9b9b8b612971e0c4 Author: metalgearsloth <[email protected]> Date: Sat Sep 30 15:20:44 2023 +1000 Update submodule to 164.0.0 (#20618) commit 2f11a749f617a7e397a06d2a2c236ef10da55aea Author: DrSmugleaf <[email protected]> Date: Fri Sep 29 22:14:16 2023 -0700 Remove cloneData parameter from AutoNetworkedField (#20596) commit e3f255e0b8b9177c35acbb4f442cbb19ab515214 Author: MilenVolf <[email protected]> Date: Sat Sep 30 08:03:19 2023 +0300 Localization commit 379de4b22aa1fc41af5d24297966f65f6d63a62a Author: DrSmugleaf <[email protected]> Date: Fri Sep 29 21:54:46 2023 -0700 Remove v0.1 version number from local main menu screen (#20617) commit ca64217e3796ff133fdc46b2f81e3eceffe56f86 Author: metalgearsloth <[email protected]> Date: Sat Sep 30 14:41:54 2023 +1000 Update submodule to 163.0.0 (#20616) commit 3a196a1d098fa999e68edfec374041ad68413b07 Author: metalgearsloth <[email protected]> Date: Sat Sep 30 14:35:32 2023 +1000 Move TimedDespawn to engine (#20515) commit 887aa9f0083f0bbd318a17a5643d76fe1547aeaf Author: MilenVolf <[email protected]> Date: Sat Sep 30 07:26:09 2023 +0300 Update russian locale files commit 0013a2949f6cbeab881ee7993b1f1b1c68596310 Author: MilenVolf <[email protected]> Date: Sat Sep 30 07:15:49 2023 +0300 Update english locale files commit 4a884cda6ccda4d0d88e051b06b0cfed7cc11fdf Author: PJBot <[email protected]> Date: Fri Sep 29 23:36:28 2023 -0400 Automatic changelog update commit 0bb8c222bde06dad37ec8445e7f62c8757eb8593 Author: daerSeebaer <[email protected]> Date: Sat Sep 30 05:35:23 2023 +0200 Added blocked visuals to volumetric pump (#20610) commit 5eafabbb88f5e0760fb96793ca0a6fa32b32b0d1 Merge: e6638841e1 812b8fff3f Author: MilenVolf <[email protected]> Date: Sat Sep 30 05:48:28 2023 +0300 Merge branch 'master' of https://github.com/space-wizards/space-station-14 into master-ru commit 05ae61275771ca67ccbb99ee964317f3afa85203 Author: AruMoon <[email protected]> Date: Sat Sep 30 02:45:33 2023 +0000 Automatic changelog update commit f3b8aefcfccadb861dd81d0f1eaf98ab8dd0cfc3 Author: Tenteratus <[email protected]> Date: Sat Sep 30 05:45:08 2023 +0300 Driller station (#272) * Driller station * Update Driller Driller Station * Add Driller in Map test * Update Driller Station 2 добавлены спавны позднего присоединения * Driller update 3 * Add additional arilocks to prevent global spacing --------- Co-authored-by: MilenVolf <[email protected]> commit b9bfbc99926b0768680fc7992492af45a52dcbec Author: MilenVolf <[email protected]> Date: Sat Sep 30 03:57:29 2023 +0300 Update law guide commit 6840f6fbbcc732ad560864d368210aa72b4b7e08 Author: Mr0maks <[email protected]> Date: Sat Sep 30 00:46:33 2023 +0500 Speed action fixes commit 812b8fff3fb82410732aaa92b635dc20a62897c6 Author: PJBot <[email protected]> Date: Fri Sep 29 15:15:57 2023 -0400 Automatic changelog update commit fbbb8fd7d39454340306434001feccbfd5432e0e Author: TsjipTsjip <[email protected]> Date: Fri Sep 29 21:14:53 2023 +0200 Kettle medical rework (#20435) * Initial try at medical rework for kettle * Re-add decal decorations to Kettle's medical * Add more lockers to kettle's med * Actually upload kettle's map, not its proto commit 41d58efb6564326adbf411d48e90bb9ff779e755 Author: AruMoon <[email protected]> Date: Fri Sep 29 18:34:37 2023 +0000 Automatic changelog update commit 9498807a7fa103b9c5fa37d4f3fa2319e3924e07 Author: Wizard-Grin <[email protected]> Date: Fri Sep 29 21:34:14 2023 +0300 HoS gun (#271) commit d01e23902cf8bb3614ad2ce264c918a7d70d24dd Author: AruMoon <[email protected]> Date: Fri Sep 29 18:31:31 2023 +0000 Automatic changelog update commit 02ea7dd87c34e3c1df18b2402c16edd6188e2f05 Author: Wizard-Grin <[email protected]> Date: Fri Sep 29 21:31:06 2023 +0300 Small fix and rad injector craft (#269) commit 10ce0e392ad731571a3409daa983272f215faf8d Author: PJBot <[email protected]> Date: Fri Sep 29 11:02:24 2023 -0400 Automatic changelog update commit 290c2fd502af9fcb23b96377eb2d1550b0f6e74b Author: metalgearsloth <[email protected]> Date: Sat Sep 30 01:01:47 2023 +1000 Organ fixes (#20488) commit 4313a6ee664e4ee988da061337790a30041b9874 Author: Kacper Urbańczyk <[email protected]> Date: Fri Sep 29 17:01:19 2023 +0200 Fix electrocution displaying real name of disguised players (#20603) commit 1dc1c8f64bf93c278fa437778cd110becdaae601 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 22:43:16 2023 -0700 Fix loading a map with a ThirstComponent crashing the game (#20594) commit 101ee6ee8165a76f4ba1e87d38b144d98a410aa6 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 21:13:15 2023 -0700 Fix mapping actions crashing on load (#20592) commit 0da2cd96f0bf4e1dd279e34892761caa321705b3 Author: PJBot <[email protected]> Date: Thu Sep 28 23:56:33 2023 -0400 Automatic changelog update commit 90605212fcac479c551c610d2fa71951190684dd Author: Nemanja <[email protected]> Date: Thu Sep 28 23:55:29 2023 -0400 caninsert entitystorage tweaks (#20589) commit d664c906add28387f27ce27b6617f0b8842ab746 Author: PJBot <[email protected]> Date: Thu Sep 28 21:47:21 2023 -0400 Automatic changelog update commit 445e6aabed421a61ec6c20942819c7af34a573c9 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 18:46:16 2023 -0700 Fix AHelp progressively showing more AHelp panels (#20591) commit 072db2d817ea4bddb76aac2887bfc50b0990523c Author: PJBot <[email protected]> Date: Thu Sep 28 21:06:41 2023 -0400 Automatic changelog update commit 80f36ea6d4f479ef30f5c4b2af7dbf5770768ce1 Author: Kara <[email protected]> Date: Thu Sep 28 18:05:36 2023 -0700 Glorfcode (force say on damage/stun/crit) (#20562) commit 6c8e79adfa7cbdf17f0128519154f2d74868c0bd Author: PJBot <[email protected]> Date: Thu Sep 28 21:00:22 2023 -0400 Automatic changelog update commit 31af0fc7ae6cce1a1b77ae6b383d7228ee323aff Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 17:59:14 2023 -0700 Update RobustToolbox to v162.2.1 (#20590) commit 4adc2aeceeb1bb90bb5c4d2242ddca8ccf4b98d9 Author: PJBot <[email protected]> Date: Thu Sep 28 20:45:51 2023 -0400 Automatic changelog update commit d2578370a7222419027e22e8ddaaf17f57f86d5f Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 17:44:47 2023 -0700 Fix not networking markings (#20588) commit e6956bf182d4d887419b790af46c9ce34605e59a Author: PJBot <[email protected]> Date: Thu Sep 28 19:56:14 2023 -0400 Automatic changelog update commit c06586f94296250e9585b5cb7e2ad64b92e9f59b Author: Miro Kavaliou <[email protected]> Date: Thu Sep 28 19:55:10 2023 -0400 Added a toggle fullscreen button (default F11) (#20272) * Added a toggle fullscreen button (default F11) * Removed un-needed comments * Review Requested Changes * Fixed Acidental Spacing Change * bwoink, removed extraneous code * nothing, litterally commit 3477349dfebaba8c7b8d3c359b3c6f68c6d5012b Author: PJBot <[email protected]> Date: Thu Sep 28 19:47:43 2023 -0400 Automatic changelog update commit be61cca53fc9c0e9a9affef4116950bace4556d3 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 16:46:49 2023 -0700 Disable AHelp buttons when no player is selected, update button styling (#20568) commit f985e7dc5c4ff513d85e0741aaeb4c08bf0728f9 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 16:46:39 2023 -0700 Fix role unbans not applying in real time (#20547) commit a44fa86b68def85a31a9aff17d89977c7d5c9385 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 16:20:29 2023 -0700 Update trivial components to use auto comp states (#20539) commit 14cfe44ece633a6b7a73eee02dc76a8ee76f0ee2 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 15:48:29 2023 -0700 Catch replay start and end errors on round restarts (#20565) commit bcad37f351aab8022ff197caa9082664101639fe Author: PJBot <[email protected]> Date: Thu Sep 28 18:47:11 2023 -0400 Automatic changelog update commit 1d99a6882854122fc2eba72df4507cd5e568dc1d Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 15:46:36 2023 -0700 Change .editorconfig to keep existing attribute arrangement (#20538) commit 90404450d423b637122089531a827efa7b507a1e Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 15:46:26 2023 -0700 Remove windows-latest CI runs, remove unused build-test-release.yml (#20540) commit 72b1d668d4d500d7cc1863ecf8094cbffa624149 Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 15:46:06 2023 -0700 Add confirmation to kick and respawn in the admin player actions panel (#20542) commit e6638841e15d26f902c9c0a002e0bc5a52ec7b44 Merge: a2beeb7d6a a2e992a5c7 Author: Maks <[email protected]> Date: Thu Sep 28 19:51:04 2023 +0000 Merge branch 'master-ru-nerd' into 'master-ru' Nerd fix 🤓 See merge request Workbench-Team/space-station-14!139 commit 8aa0aff13acd93f99ea5ac3a8105685116579b0c Author: PJBot <[email protected]> Date: Thu Sep 28 15:21:03 2023 -0400 Automatic changelog update commit d348096ef20227a343885ba6a982fb1a7fa91b7d Author: lunarcomets <[email protected]> Date: Thu Sep 28 12:19:58 2023 -0700 archaic accent tweaks (#20567) commit b81ae431a68814c0e3ba35555993604b7db99e8a Author: PJBot <[email protected]> Date: Thu Sep 28 13:08:17 2023 -0400 Automatic changelog update commit c2771c24fae2908d60ce7c27075ce39798bfcbf6 Author: NULL882 <[email protected]> Date: Thu Sep 28 20:07:12 2023 +0300 Necropolis and mine walls (#20578) commit 5d8219761ef43efc2b8c55d44880f22d43884b20 Author: Skarletto <[email protected]> Date: Thu Sep 28 11:18:10 2023 -0400 bartender suit (#20521) * give me a drink bartender * guh * aARG commit 2f4b2cc887429d37c061d41f22128c759a24106a Author: DrSmugleaf <[email protected]> Date: Thu Sep 28 07:48:59 2023 -0700 Add active and ended game rule components, generic TryRoundStartAttempt and minPlayers field (#20564) * Improve active game rule querying, add generic try round start attempt method, move minPlayers to GameRuleComponent * Nukeops todo and cleanup * Remove Active field * Add EndedGameRuleComponent commit 78091fb11de17cb489dc9770ab6e7beed21f00a4 Author: PJBot <[email protected]> Date: Thu Sep 28 10:06:46 2023 -0400 Automatic changelog update commit 5e25201032502dfba8733039b95b8887cc64cdb2 Author: Nemanja <[email protected]> Date: Thu Sep 28 10:05:42 2023 -0400 Health alert tweaks (#20557) commit 4b4520c77116fa3b4b1ca89a565cbcf26c17a089 Author: PJBot <[email protected]> Date: Thu Sep 28 10:01:23 2023 -0400 Automatic changelog update commit eb26990782cef0d9733f45f0d37d049e6a36179f Author: Doru991 <[email protected]> Date: Thu Sep 28 17:00:18 2023 +0300 Make arcades hackable again (#20555) commit 6452482059ceaf45c3fedc27d3a1f2c1ce545dd9 Author: PJBot <[email protected]> Date: Thu Sep 28 07:35:26 2023 -0400 Automatic changelog update commit 5ff79120e6939bc6cade91761c8cf9e6bb11fa32 Author: nikthechampiongr <[email protected]> Date: Thu Sep 28 11:34:21 2023 +0000 EasyPry airlocks for arrivals. Now also prying refactor I guess (#19394) Co-authored-by: metalgearsloth <[email protected]> commit a2e992a5c72c0b523723b7acd8c554b48be097ec Author: Ser11y <[email protected]> Date: Thu Sep 28 11:31:01 2023 +0000 Nerd fix 🤓 commit cbeba20ebbbc159383e72c8bad2c3e557fb04eb8 Author: PJBot <[email protected]> Date: Thu Sep 28 06:54:58 2023 -0400 Automatic changelog update commit 0a8a6f81c51b826a2bc689aa9a8340e859f36102 Author: Repo <[email protected]> Date: Thu Sep 28 23:53:53 2023 +1300 Fix Punpun crew monitor sensor (#20484) commit c0ddb6f4110f9171ff25c273b6d9ce0a81c32099 Author: PJBot <[email protected]> Date: Thu Sep 28 06:53:09 2023 -0400 Automatic changelog update commit 08af7008c83cc7bae40fb061693d9281800b8a38 Author: LEVELcat <[email protected]> Date: Thu Sep 28 13:52:05 2023 +0300 Add EyesGlasses into ClothesMate (#20523) commit bc218347a89036045ea0899b114728be7e9ede13 Author: Pieter-Jan Briers <[email protected]> Date: Thu Sep 28 12:49:49 2023 +0200 Revert "Use full file path for temp replays (#19002)" (#20545) commit f19cd906949efde768b4631fa8791c94a2a4f56e Author: ravage <[email protected]> Date: Thu Sep 28 13:49:17 2023 +0300 clean up some lines in smile the slime prototype (#20552) commit b052e0f2424b0cf73a61a34ce996ea4c8e5c6729 Author: Nemanja <[email protected]> Date: Thu Sep 28 06:48:50 2023 -0400 Predicted armor (#20560) commit 9ad551e3dd59299379de0d7d72167fd54424a134 Author: metalgearsloth <[email protected]> Date: Thu Sep 28 20:29:28 2023 +1000 Update submodule to 162.2.0 (#20570) commit 040538a0b7a1562c3662d83fb47e93a3b246010d Author: metalgearsloth <[email protected]> Date: Thu Sep 28 20:27:35 2023 +1000 Minor slippery stuff (#20535) commit a1f4d39134646d4e88ecdab46e44f3b3c519d37b Merge: 9a59439f7f a2beeb7d6a Author: MilenVolf <[email protected]> Date: Thu Sep 28 07:50:41 2023 +0300 Merge branch 'master-ru' into arumoon-server commit a2beeb7d6a97e89b929354440c6a48a4dbbaadee Author: MilenVolf <[email protected]> Date: Thu Sep 28 07:40:27 2023 +0300 fix ame locale commit 9916c1f7a2902cd2e8a711ad29a1c83ebdca9d9d Author: MilenVolf <[email protected]> Date: Thu Sep 28 07:39:06 2023 +0300 Localization commit e502b6be6165ac69afabb1268625c82353951ff3 Author: PJBot <[email protected]> Date: Thu Sep 28 00:10:52 2023 -0400 Automatic changelog update commit 008f2d9d1c7900c452789e61344782541467b13e Author: Psychpsyo <[email protected]> Date: Thu Sep 28 06:09:44 2023 +0200 Wearable Wet Floor Sign and 'Janitorial Suicide Vest' (#20311) * Explosive wet floor sign & janitorial suicide vest * fix attributions * Remove name & desc from explosive wet floor sign * Make wet floor sign chameleonable commit d90a75ad763d497453bd844cd69ccc8ea3afdb6b Author: PJBot <[email protected]> Date: Thu Sep 28 00:07:17 2023 -0400 Automatic changelog update commit 0d22d2d1f20012c94aeb5701d6d385153b451253 Author: deltanedas <[email protected]> Date: Thu Sep 28 05:07:08 2023 +0100 rouny meat and steak (#20526) * lost friendship flavor * add rouny steak * rouny special meat * rouny meat textures --------- Co-authored-by: deltanedas <@deltanedas:kde.org> commit 25315a0e238c93496d5122169c46955aec0e1de1 Author: Psychpsyo <[email protected]> Date: Thu Sep 28 06:06:13 2023 +0200 fix bingus wrinkly head (#20531) commit d7a90229bb05ca0c60996e4fa46b02e68256fc09 Author: Psychpsyo <[email protected]> Date: Thu Sep 28 06:05:50 2023 +0200 Make NPC names proper nouns & fix some genders (#20534) * Proper names & genders * Uppercase proper names * Make Smile female commit fdbb7b3ea9abe4741c86d917990dcf0ce71ba0f6 Author: MilenVolf <[email protected]> Date: Thu Sep 28 06:53:24 2023 +0300 Update russian locale files commit 101d05823c20580998dec271364fac8b5dc723ed Author: MilenVolf <[email protected]> Date: Thu Sep 28 06:52:20 2023 +0300 Update english locale files commit fe4e6811c7f2a795cdddf5ac933145ce9af54d1e Author: MilenVolf <[email protected]> Date: Thu Sep 28 06:39:35 2023 +0300 Fix tips commit 7ecc473a788e1e24aef4665358059e0414f1f525 Merge: f0f64eee66 88712e3caa Author: MilenVolf <[email protected]> Date: Thu Sep 28 05:29:10 2023 +0300 Merge branch 'master' of https://github.com/space-wizards/space-station-14 into master-ru commit 88712e3caab22a285152ac114341474f7b20d19e Author: PJBot <[email protected]> Date: Wed Sep 27 19:42:11 2023 -0400 Automatic changelog update commit 0c881e6379587c8e0164da6e32b084eb75662c7d Author: DrSmugleaf <[email protected]> Date: Wed Sep 27 16:41:07 2023 -0700 Fix mispredict when closing a crematorium you are standing over (#20541) commit 5eb8a1d88d7c2a5f8bf7373c7939b94d94a9ce53 Author: PJBot <[email protected]> Date: Wed Sep 27 12:52:03 2023 -0400 Automatic changelog update commit 96ac6c9f235061af7c94e9297f6e465f814e80a5 Author: cOrigin <[email protected]> Date: Wed Sep 27 12:50:59 2023 -0400 Moth food fix (#20522) commit 805a7c7dc942394abd5a96499c2b286c4289c477 Author: PJBot <[email protected]> Date: Wed Sep 27 11:28:13 2023 -0400 Automatic changelog update commit 81dab12f8a6a2cc812b91205f4b5d56e865386c4 Author: DrSmugleaf <[email protected]> Date: Wed Sep 27 08:27:08 2023 -0700 Fix role bans having no confirmation (#20544) commit f0f64eee66e1f8d078ca967871f5ecc65d84e138 Merge: 7b569a428a cbaab5dc36 Author: MilenVolf <[email protected]> Date: Wed Sep 27 17:43:49 2023 +0300 Merge branch 'master' of https://github.com/space-wizards/space-station-14 into master-ru commit f706555b32e7498e3b832676c67891ba3ebb0fd5 Author: PJBot <[email protected]> Date: Wed Sep 27 05:23:37 2023 -0400 Automatic changelog update commit 136e895f8349a8afe930d49c6b430baa2efe44a2 Author: deathride58 <[email protected]> Date: Wed Sep 27 05:22:32 2023 -0400 Further interaction outline tweaks (tonemap rework) (#19898) commit cbaab5dc367db741576821498c07fd7eb17ad9ae Author: Psychpsyo <[email protected]> Date: Wed Sep 27 08:31:54 2023 +0200 Make bucket tranfer 100u by default (#20532) commit cd2f36f2ea53d916c27d8c8e2c53f0d53a280c1b Author: PJBot <[email protected]> Date: Tue Sep 26 18:06:50 2023 -0400 Automatic changelog update commit 16d8699c837524ab605b52d5bc971e1d6251b135 Author: gus <[email protected]> Date: Tue Sep 26 15:05:45 2023 -0700 Syndicate Bomb Fix (#20486) * my git ignore * Makes Syndicate Bombs CollideOnAnchor * woops gitignore * canCollide on Physics Component mobile webedit commit ca02f4f9c53f2f0d952f8f72ee4fec5c4c1e038b Author: lzk <[email protected]> Date: Tue Sep 26 20:01:43 2023 +0200 Remove duplicated lines from soap prototypes (#20511) commit 07890b4f9f587c6a53e62ea50427b8e5ccb52988 Author: PJBot <[email protected]> Date: Tue Sep 26 13:47:18 2023 -0400 Automatic changelog update commit d23e0db8e524d6e6b8b7be18ebb739b0e265607f Author: Waylon Cude <[email protected]> Date: Tue Sep 26 10:46:14 2023 -0700 Fix spacemen not being able to sleep (#20514) commit dfc2d8a80b7914c04ee905ca7cea7b72ae3a6932 Author: deltanedas <[email protected]> Date: Tue Sep 26 18:41:34 2023 +0100 Change min temp delta to 0.1 (#20512) Co-authored-by: deltanedas <@deltanedas:kde.org> commit 679e794810660adb3626ace14be3de32a2c37e71 Author: Fromoriss <[email protected]> Date: Tue Sep 26 20:23:45 2023 +0300 Adjust armor item size (#20492) commit 0faff973c5b63d3329f4248d679aad4b054f15f2 Author: Nemanja <[email protected]> Date: Tue Sep 26 13:20:24 2023 -0400 Fix white pixels on nukie suit (#20507) commit 0c217c8b7e32a99911e2b0a21c4c1bb87edbe6b6 Author: Flareguy <[email protected]> Date: Tue Sep 26 12:13:55 2023 -0500 Minor tips update (#20505) commit 66307df9702543987fc09d7f23091ff3350557f3 Author: Kara <[email protected]> Date: Tue Sep 26 07:49:27 2023 -0700 Revert "Guidebook can POP OUT YAYYYY" (#20520) commit 188eff3ebc3c25c1963e8ab91aa5118b79715b56 Author: PJBot <[email protected]> Date: Tue Sep 26 00:38:26 2023 -0400 Automatic changelog update commit 8fb9d6e9b364a0da8c1b4cd73f0a6450e0e1d558 Author: Whisper <[email protected]> Date: Tue Sep 26 00:37:22 2023 -0400 Remove empty damage values from health analyzer UI (#20366) commit 205ea1ce179f2405d4f3ce57e5bd531145dda899 Author: PJBot <[email protected]> Date: Mon Sep 25 22:25:14 2023 -0400 Automatic changelog update commit 527485f00daca7c5381c0210b984f543d498ddd6 Author: Ubaser <[email protected]> Date: Tue Sep 26 12:24:09 2023 +1000 4 new Lizard Horn markings (#20496) * add images to .rsi * Revert "add images to .rsi" This reverts commit afa891ee9456c35dd88d5baa4269568286282955. * add images to .rsi (for real now) * other misc files commit e4de2fdd6c241238feba47d7c5cdd54fc9c022c6 Author: Kevin Zheng <[email protected]> Date: Mon Sep 25 18:21:31 2023 -0800 Prevent pull-moving (#20502) commit f8e26ed2c3e85196e59d335d68fa9b8a202850dc Author: PJBot <[email protected]> Date: Mon Sep 25 20:05:08 2023 -0400 Automatic changelog update commit c317d56ba66f4fea8246a6702da12f66f7aaff8e Author: Nim <[email protected]> Date: Tue Sep 26 03:04:03 2023 +0300 [Resprite] Syndicate Implanter (#20376) * Syndicate Implanter * cop * size * fix commit e603be2422679015b2979449d2dda6d491fca158 Author: Doru991 <[email protected]> Date: Mon Sep 25 21:35:25 2023 +0300 Shuttle movement fix (#20498) commit f120b247f3e1bc6ce69dc17a20228fd1830b1592 Author: Emisse <[email protected]> Date: Mon Sep 25 03:03:15 2023 -0600 bagel update (#20491) commit 9566eaec15c0d1a029836c5205f2d1e3957941d2 Author: PJBot <[email protected]> Date: Mon Sep 25 02:54:08 2023 -0400 Automatic changelog update commit 34aea7d9ed7d4499c37b9d260c5ac7d77a775ba2 Author: Psychpsyo <[email protected]> Date: Mon Sep 25 08:53:04 2023 +0200 Fix BodySystem and Gibbing (#20460) * Fix gibbing & body system Makes it so that bodies no longer have two sets of torso organs and that gibbed bodies get spread around on the floor again. * Actually fix the double torso problem * rootSlot in cameFrom * Remove SetCoordinates inside GibBody() * Don't use entity.RandomOffset() in GibBody() * Gibbing now uses _random.NextVector2() commit 91a157d7ed0e7597dd5ad0db7d288c6b2e85694c Author: deltanedas <[email protected]> Date: Mon Sep 25 04:16:09 2023 +0100 use weighted random for ninja threats (#20469) * change threats to be weighted random and a little cleanup * ninja rule stores weighted random id for threats * move threats out of the rule and into weighted random --------- Co-authored-by: deltanedas <@deltanedas:kde.org> commit 2616cb69e8df119c8d780ca235ca89edf5307f5e Author: coolmankid12345 <[email protected]> Date: Sun Sep 24 23:15:14 2023 -0400 fix metamorphic glasses (#20487) Co-authored-by: coolmankid12345 <[email protected]> commit be13a7c81159bd932a618db766d0ab8888e7a4cd Author: PJBot <[email protected]> Date: Sun Sep 24 21:34:32 2023 -0400 Automatic changelog update commit efb66aa41283da4a6cbd0ac50bf9303bee94c3f5 Author: Nemanja <[email protected]>…
I think there may be a defect in easy pry. For a door that is currently powered, but has PryUnpoweredComponent, prying appears to bypass PryPowered check. |
Please make an issue and I'll fix it. It should just be a 1 line fix assuming the power component pr is through |
About the PR
This PR adds airlock prototypes that can be opened without any tools while they are unpowered. This does not change any existing doors, they would have to be added to maps by mappers. I am not quite sure the prototypes I made are enough, or too many as I am not quite sure what kind of airlocks will be used for this.
In the process of fulfilling maintainer requests for this, it turned into a refactor of the way doors are pried. Now it's dependent on its own component and system.
Why / Balance
This is mostly to resolve the current issues with the arrivals shuttle where a power outage, and missing crowbars from the shuttle leads to people being stranded in space once it leaves. This will allow players to not be stuck outside the station before they can even begin to start playing.
Technical details
A door can have a pryunpowered component. The door system will make a call to the prying system if it fails to open a door. If the door has the pryunpowered component, then the system will try to start prying the door going through normal checks, effectively acting like a tool with a doorprying component was used.
The prying component marks an entity as able to pry an entity. If the datafield PryPowered is set to true, then it will be able to pry a door even if it is still powered, all other checks still apply. The prying component can be disabled to stop a tool from prying
When a prying attempt is made, the prying system checks that the entity has the prying component (or if it's an easypry attempt see above), and sends out an event which other systems can use to cancel the prying attempt. If it doesn't get cancelled then an event is sent out for systems to add multipliers to the prying time or change the base time(for example if the door is powered): After that the doafter starts with any modifiers applied to it by the previously mentioned event, and modifiers the entity with the prying component may have. If it finishes successfully then the prying sound is played(set by the UseSound datafield, defaults to the crowbar sound) and the entity is pried.
Media
2023-08-21.15-32-18.mp4
Breaking changes
A tool being able to pry doors no longer solely relies on the prying tool quality. In order for it to be able to pry doors it will need the DoorPrying component. Entities like xenos or zombies can also have the doorprying component with the requiresComponent datafield being set to false which allows them to pry open doors without tools.
Changelog
🆑