Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[MIRROR] Ports new overlay lighting component and opacity refactor from tg #3966

Merged
merged 2 commits into from Aug 10, 2021

Conversation

AustationBot
Copy link
Member

Original PR: BeeStation/BeeStation-Hornet#4765

About The Pull Request

Yorii created the original PR and did the work BeeStation/BeeStation-Hornet#4357 however, they're extremely busy, so I will adopt this.

Ports tgstation/tgstation#52881 and tgstation/tgstation#52413

also
tgstation/tgstation#53317
tgstation/tgstation#54520
tgstation/tgstation#57058

I also moved a couple defines to color.dm

Why It's Good For The Game

No more laggy broken flashlights.

Big lag reduction, especially late in the round if the TiDi is ramping up.

Changelog

🆑Yorii, Adopted by Froststahr
add: Smooth movable lighting system implemented. Projectiles, sparks, thrown flashlights or moving mobs with lights should be much smoother and less laggy.
add: Directional lighting is in, applying to certain things like flashlights, headlamps, etc.
balance: Light sources no longer stack in range, though they still do in intensity.
balance: Mechs no longer block sight. It's a non-trivial cost for the lighting system with little to no gain.
/:cl:

Sinestia and others added 2 commits August 8, 2021 03:12
)

* Overlay lighting component (#52413)

Sparks no longer lag, projectile beams move super smoothly, same with mobs and whatnot. This also allows for easy expansion into directional lights, field-of-view, wee-woo rotating lights or whatever.

It does have a downside: things right-clicked or checked through the alt+click tab will show the light overlay:

This is a BYOND limitation, very well worth it IMO.

🆑
add: Smooth movable lighting system implemented. Projectiles, sparks, thrown flashlights or moving mobs with lights should be much smoother and less laggy.
balance: Light sources no longer stack in range, though they still do in intensity.
/🆑


Co-authored-by: Rohesie <rohesie@gmail.com>
Co-authored-by: Azarak <azarak10@gmail.com>

* minor fixes

* Opacity refactor (#52881)

    Moves all opacity var manipulation to a proc which sends a signal.
    light_blocker element for movable opaque atoms made, which tracks its movement and updates the affected turfs for proper lighting updates.
    has_opaque_atom boolean replaced by the opacity_sources lazylist to keep track of the sources, and a directional_opacity which serves a similar function but also allows for future expansion with on-border opaque objects (not yet implemented).
    Some opacity-related sight procs optimized as a result of this.
    Some variables moved to the object's definition.
    A define or two added into the mix for clarity.
    Some code cleaning, like turning booleans into their defines.
    One file renamed for clarity.

Changelog

cl
balance: Mechs no longer block sight. It's a non-trivial cost for the lighting system with little to no gain.
/cl


Co-authored-by: Rohesie <rohesie@gmail.com>

* small fixes

* makes code compatible

* some cleanup

* now it compiles

* fix robot headlamps

* code cleanup

* compile

* dumb mistake

* circuit light

* Fix the lighting overlay (#53317)

Co-authored-by: TiviPlus <TiviPlus>

* TG #57058

* Directional lighting component + light system

Adds in a new type for the lighting system, the directional one. It piggybacks on the overlay lighting to create a directional effect + adds a nice visual cone mask to make the effect feel really directional.
Also: made the static light system respect the light_on variable.

It feels really nice to shine AT things you're looking at with flashlights and the such, it makes maintenance scouring much more immersive too.
Adds more paranoia as you dont see light behind yourself when you've got a flashlight. Plus makes ambushes more fun

* One little overwrite

* re-adds directional lighting

Co-authored-by: yorii <yoriisoet@gmail.com>
Co-authored-by: Rohesie <rohesie@gmail.com>
Co-authored-by: Azarak <azarak10@gmail.com>
Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com>
@AustationBot AustationBot added Balance/Rebalance Changes to game balance Feature Adds something new to the game Refactor Refactors some code Sprites PR modifies sprites Upstream PR Merged This PR is mirrored from upstream. Automatically assigned by the AuStation Bot. labels Aug 7, 2021
@TheFakeElon TheFakeElon merged commit 74e495d into master Aug 10, 2021
@TheFakeElon TheFakeElon deleted the upstream-merge-4765 branch August 10, 2021 02:22
Ohagi-Chan added a commit to Ohagi-Chan/austation that referenced this pull request Dec 2, 2021
commit 9a17370c77332a2ae59510f2285764d8da0991fc
Author: AustationBot <austation@mcterra.id.au>
Date:   Sat Aug 14 00:39:07 2021 +0000

    Automatic changelog compile [ci skip]

commit 9d753a4226bcbe646c925aa870301e57cae7de54
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 13 18:05:37 2021 +1000

    Automatic changelog generation for PR #3991 [ci skip]

commit 2a03d025ce4672002919aba6e29682ebd702d707
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 13 18:05:35 2021 +1000

    [MIRROR] Reverts overlay lighting (#3991)

    * Reverts overlay lighting (#5086)

    * Revert "Lighting Quickfixes, Seclights and Swarmers (#5060)"

    This reverts commit 9dc2861ed2be9650d817e4dc6389e417c888d497.

    * Revert "Ports new overlay lighting component and opacity refactor from tg (#4765)"

    This reverts commit 34da7bc56922fd6bfbebbea414c4ea0f7206b13f.

    * Oops, bad merge conflict resolution. Fixed now.

    * Reverts overlay lighting

    Co-authored-by: Sinestia <40812746+Sinestia@users.noreply.github.com>

commit 9c9eb7d0564df204b146fe34ab007caa1f296d89
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 13 17:58:59 2021 +1000

    Automatic changelog generation for PR #3990 [ci skip]

commit 08846ca189169c97eb526019519229143cd26d14
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 13 17:58:56 2021 +1000

    [MIRROR] Laptops and tablets no longer drop a battery when destroyed (#3990)

    * Laptop no longer drops a battery when destroyed (#5087)

    * Laptops and tablets no longer drop a battery when destroyed

    Co-authored-by: ImSynthex <81387903+ImSynthex@users.noreply.github.com>

commit c953e01fb3e6003ac92167318047030b71631a90
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 13 17:58:42 2021 +1000

    Automatic changelog generation for PR #3985 [ci skip]

commit fd4be17c76590f2ab6fe7d07f38571e74d4db6a3
Author: LatteKat <56778689+jupyterkat@users.noreply.github.com>
Date:   Fri Aug 13 17:58:40 2021 +1000

    gas tank (#3985)

commit 1ff75bc78dd9aa784001248bdc20b8a2a354ac6f
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 13 17:58:22 2021 +1000

    [MIRROR] Shameless self-insert (#3984)

    * Update credits.txt (#5085)

    * Shameless self-insert

    Co-authored-by: super12pl <67762796+super12pl@users.noreply.github.com>

commit b05c0c9b8665bb1fc220f27ee9324f2360aec403
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 13 17:58:09 2021 +1000

    Automatic changelog generation for PR #3983 [ci skip]

commit 1fc8bb3f2883fb4de45506ecac05de6beab0c958
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 13 17:58:07 2021 +1000

    [MIRROR] Cheap lighter no longer costs more than Zippo (#3983)

    * Cheap lighter no one costs more than Zippo (#5081)

    * Cheap lighter no longer costs more than Zippo

    Co-authored-by: ImSynthex <81387903+ImSynthex@users.noreply.github.com>

commit 6ba887c06a7b9941d74f51bffbef9147b8126706
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 13 17:57:56 2021 +1000

    Automatic changelog generation for PR #3982 [ci skip]

commit 3baffe51b7ea1b8531f836a9e4c224d7281594f8
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 13 17:57:54 2021 +1000

    [MIRROR] Removes non static typecacheof uses in storage component (#3982)

    * e (#5068)

    * Removes non static typecacheof uses in storage component

    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

commit d0ee84872b4f26aca244a7e44856830c43a5e617
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 13 17:56:47 2021 +1000

    Automatic changelog generation for PR #3981 [ci skip]

commit 3ab92b8784bc402a8ad2dbc803f0452035926293
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 13 17:56:45 2021 +1000

    [MIRROR] Increases the rate at which welders burn fuel (#3981)

    * Increases the rate at which welders burn fuel (#5038)

    * huh?

    * 6 to 9

    * Increases the rate at which welders burn fuel

    Co-authored-by: yyzsong <65325586+yyzsong@users.noreply.github.com>

commit 350a4a98e92987596f7fd2e12ae7bf86f2eac349
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 13 17:56:23 2021 +1000

    Automatic changelog generation for PR #3979 [ci skip]

commit 60ed4d035afb061d0baecdb17548414058585f38
Author: LatteKat <56778689+jupyterkat@users.noreply.github.com>
Date:   Fri Aug 13 17:56:21 2021 +1000

    tgui inputlist now locks your keyboard for ease of search (#3979)

    * stuff

    * fuck

commit 08e66446aa0fb838d990adccd86365fa799542c4
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 13 17:55:22 2021 +1000

    Automatic changelog generation for PR #3969 [ci skip]

commit bedf83caa3d7cfb1759a62c2bccd78a842467804
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 13 17:55:19 2021 +1000

    [MIRROR] [PORT] EVEN MORE HARDDEL FIXES (#3969)

    * EVEN MORE HARDDEL FIXES (#60228) (#4958)

    Fixes a ton of harddels, sourced from #59996
    I think this brings us down to like, ~100 per round from ~200, with only like 20 of those being proper hell failures. I've seen harddel profiles below 1 second of total cost. Feeling good.

    See you on the other side

    Makes the cryopod control computer into a weakref, never trust bee code
    Converts brig door timer internal lists to weakrefs
    Fixes a harddel caused by qdeling a motion sensitive camera after it had left its source area, jesus christ why didn't we do this already holy shit
    Converts the radio implant ref held by the antenna mutation to weakrefs because it isn't reliably cleaned up, makes the radio implant actually qdel its fucking radio
    Removes the target var from the throwing datum, it does literally nothing and just exists to cause harddels, mostly for the singularity
     Fixes a cable harddel sourced from things that try to enter blueprints after smoothing, but before roundstart. IE, shuttles. Removes shuttles from the blueprints
    Fixes emmisive blockers being added post qdel
    Removes some manual ghosting from cryopods, I initially did this for harddel reasons, but I figured out a better fix for that. I'm now doing it because it's got this really strange logic for like "re-entering the game" that doesn't actually link to what the ghostize proc does. We should remove this at some point
    Fixes robot hud objects harddeling due to hanging refs
    Fixes buildmode related hanging refs, I'm coming for you admin team
    Fixes a few instances of trying to add the forensics component post qdel, hhhhhhhhhhh
    Fixes some split personality harddels/weirdness
    Replaces a use of disconnect_duct with an init qdel hint, I suspect there's more issues with duct harddels, I've seen some odd logs about ahhh the area_contents list, but we can worry about that later
    Makes teleporter targets into weakrefs, properly types them as /atom
    Makes frequency devices into weakrefs
    Makes cameras remove themselves from camera nets on Destroy
    Makes tgui ui datums implement destroy, this means if I ever see one hang a ref to user or whatever, I know there's an error with calling close() properly. I've seen this harddel once, but not after this change so I assume there was some error with close(). IDK maybe this is a papering over? Would have to ask @stylemistake
    I've seen logs of beartraps being in world post del, putting a return there just in case. The same is true of nerf darts, but I haven't really looked into that yet
    Makes a shoe's ref to untying alerts a weakref, yes this is needed.
    Moves clearing client_in_contents to the Login of the new mob. This prevents doing things like ghosting someone before a mob qdel causing harddels
    Fixes a harddel set sourced from adding a status effect to a qdeleted thing. Is this an error? I'm honestly not sure.
    Converts bsa code to weakrefs
    Converts the partner var of heat exchangers to weakrefs
    Converts camera assemblies to weakrefs
    Fixes some dumb behavior with ammo casings and assuming you'll be on a turf post Destroy parent call
    Fixes? merger related harddels, you were never cleared from your own members list, so origin objects would end up making a new list, creating harddels. Potential input from @ninjanomnom about the logic
    Chasms store a static list of "falling atoms", which only exists for chasms that go somewhere else. This list wasn't being cleared of qdeleted objects, which is what happens when you fall in most chasms. Fixes this, and converts the list to weakrefs.
    Fixes some runtimes in both sheet code, and the weather listener element. This is here because runtime spam made testing more of a pain, didn't think it needed its own pr
    Fixes colorful reagent harddels sourced from reagents that were qdel'd before roundstart. I'm only like 50% sure this actually got it, but the issue may have been solved by #60174, so eh
    Turns the nuke op antag datum's ref to the war button into a weakref
    Fixes some holopad code that was not nulling refs all the time
    Converts camera bugs to weakrefs, this was the result of the bug being "reworked" like 6 years back without taking the existing ref clearing into account. Whole item needs a redo, but this'll do for now.
    Ensures that the both pulling and pullee refs are cleared on Destroy
    The crew monitor held all users in a non clearing list, makes that list a weakref because I hate everything

    Oh and I removed all sources of gas_mixture qdeletion, I'm kinda unsure on this since it's not technically supported, but any harddels from it might? indicate something going wrong with like, gas passing logic. I'd like @MrStonedOne's thoughts, since I trust him to call me an idiot if I'm wrong.

    <!-- Please add a short description of why you think these changes would benefit the game. If you can't justify it in words, it might not be worth adding. -->

    ## Why it's not good for the game

    I crashed sybil like 10 times to get this data, I'm gonna put it to good use. Don't think you're safe sybilites, I'm coming for you.

    Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
    Co-authored-by: ike709 <ike709@users.noreply.github.com>

    * [PORT] EVEN MORE HARDDEL FIXES

    Co-authored-by: KubeRoot <kubinator4321@gmail.com>
    Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com>
    Co-authored-by: ike709 <ike709@users.noreply.github.com>

commit 4037b5c18f40e4f9804ee9885c6d57bf5fe36f77
Author: AustationBot <austation@mcterra.id.au>
Date:   Wed Aug 11 00:45:36 2021 +0000

    Automatic changelog compile [ci skip]

commit bd9180589ee019d7ff85f7fc36cbe475a8b0f49c
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 10 21:12:19 2021 +1000

    Automatic changelog generation for PR #3980 [ci skip]

commit 979f1385579d9e5b3a4c8012956f647c2b72183f
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 10 21:12:17 2021 +1000

    [MIRROR] Lighting Quickfixes, Seclights and Swarmers (#3980)

    * Lighting Quickfixes, Seclights and Swarmers (#5060)

    * revert 57058, port 54614

    * quick swarmer fix as well

    * Lighting Quickfixes, Seclights and Swarmers

    Co-authored-by: Sinestia <40812746+Sinestia@users.noreply.github.com>

commit 631f0e4f16c3af752d08c47fecf4261fa284d628
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 10 12:23:58 2021 +1000

    Automatic changelog generation for PR #3976 [ci skip]

commit 1f618ec061f817b13e471dbdc416b28f89e17f72
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 10 12:23:56 2021 +1000

    [MIRROR] Fix precompile.bat for TGS (#3976)

    * Fix precompile.bat for TGS (#5066)

    * Fix build.js and precomp.bat

    * Revert this

    * Throw in the YML to autoconfigure new instances

    * remove at ghost's request

    Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>

    * Fix precompile.bat for TGS

    Co-authored-by: Sinestia <40812746+Sinestia@users.noreply.github.com>
    Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>

commit 52ae9f711d0bda4d15b3cb8c6cffa1b839a2da67
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 10 12:23:42 2021 +1000

    Automatic changelog generation for PR #3975 [ci skip]

commit e29b1bb68608619a234c4adf600c1d951d848bf4
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 10 12:23:40 2021 +1000

    [MIRROR] Fixes the medical skirt sprites. (#3975)

    * im blind sorry (#5062)

    * Fixes the medical skirt sprites.

    Co-authored-by: ivanmixo <ivanmixo@gmail.com>

commit 96a905d40565327b8183e99eba6fbea94f9dbd57
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 10 12:22:59 2021 +1000

    Automatic changelog generation for PR #3966 [ci skip]

commit 74e495db3dc245cc9b1a023d86a832428c122677
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 10 12:22:56 2021 +1000

    [MIRROR] Ports new overlay lighting component and opacity refactor from tg (#3966)

    * Ports new overlay lighting component and opacity refactor from tg (#4765)

    * Overlay lighting component (#52413)

    Sparks no longer lag, projectile beams move super smoothly, same with mobs and whatnot. This also allows for easy expansion into directional lights, field-of-view, wee-woo rotating lights or whatever.

    It does have a downside: things right-clicked or checked through the alt+click tab will show the light overlay:

    This is a BYOND limitation, very well worth it IMO.

    🆑
    add: Smooth movable lighting system implemented. Projectiles, sparks, thrown flashlights or moving mobs with lights should be much smoother and less laggy.
    balance: Light sources no longer stack in range, though they still do in intensity.
    /🆑

    Co-authored-by: Rohesie <rohesie@gmail.com>
    Co-authored-by: Azarak <azarak10@gmail.com>

    * minor fixes

    * Opacity refactor (#52881)

        Moves all opacity var manipulation to a proc which sends a signal.
        light_blocker element for movable opaque atoms made, which tracks its movement and updates the affected turfs for proper lighting updates.
        has_opaque_atom boolean replaced by the opacity_sources lazylist to keep track of the sources, and a directional_opacity which serves a similar function but also allows for future expansion with on-border opaque objects (not yet implemented).
        Some opacity-related sight procs optimized as a result of this.
        Some variables moved to the object's definition.
        A define or two added into the mix for clarity.
        Some code cleaning, like turning booleans into their defines.
        One file renamed for clarity.

    Changelog

    cl
    balance: Mechs no longer block sight. It's a non-trivial cost for the lighting system with little to no gain.
    /cl

    Co-authored-by: Rohesie <rohesie@gmail.com>

    * small fixes

    * makes code compatible

    * some cleanup

    * now it compiles

    * fix robot headlamps

    * code cleanup

    * compile

    * dumb mistake

    * circuit light

    * Fix the lighting overlay (#53317)

    Co-authored-by: TiviPlus <TiviPlus>

    * TG #57058

    * Directional lighting component + light system

    Adds in a new type for the lighting system, the directional one. It piggybacks on the overlay lighting to create a directional effect + adds a nice visual cone mask to make the effect feel really directional.
    Also: made the static light system respect the light_on variable.

    It feels really nice to shine AT things you're looking at with flashlights and the such, it makes maintenance scouring much more immersive too.
    Adds more paranoia as you dont see light behind yourself when you've got a flashlight. Plus makes ambushes more fun

    * One little overwrite

    * re-adds directional lighting

    Co-authored-by: yorii <yoriisoet@gmail.com>
    Co-authored-by: Rohesie <rohesie@gmail.com>
    Co-authored-by: Azarak <azarak10@gmail.com>
    Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com>

    * Ports new overlay lighting component and opacity refactor from tg

    Co-authored-by: Sinestia <40812746+Sinestia@users.noreply.github.com>
    Co-authored-by: yorii <yoriisoet@gmail.com>
    Co-authored-by: Rohesie <rohesie@gmail.com>
    Co-authored-by: Azarak <azarak10@gmail.com>
    Co-authored-by: TiviPlus <57223640+TiviPlus@users.noreply.github.com>

commit 6ca02b469529bbcb8cbf8c3cc2aef681359c6b0b
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 10 12:21:25 2021 +1000

    Automatic changelog generation for PR #3948 [ci skip]

commit 5838b85ee228cbf3d07f1dedbb38a23086803c50
Author: Effectism <41898314+Effectism@users.noreply.github.com>
Date:   Tue Aug 10 02:21:23 2021 +0000

    Reinstate bad squidnames (#3948)

    * cultural enrichment pass 1

    * whoops

commit 3cbdb25a9807d2d2c31785b8c8c3469313e817ca
Author: AustationBot <austation@mcterra.id.au>
Date:   Tue Aug 10 00:44:49 2021 +0000

    Automatic changelog compile [ci skip]

commit 04d7976021058a5f85e4290631f81caa5f108fcc
Author: AustationBot <austation@mcterra.id.au>
Date:   Mon Aug 9 00:44:00 2021 +0000

    Automatic changelog compile [ci skip]

commit 11cade29fc8ef38c0c8ef1d59239fa72d5ba73e0
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:15:32 2021 +1000

    Automatic changelog generation for PR #3974 [ci skip]

commit 7ce2460c108cf229c7313ea6cb0dcbc1726700fd
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:15:29 2021 +1000

    [MIRROR] Teleporter things (#3974)

    * less teleporter weirdness (#4928)

    * Teleporter things

    Co-authored-by: TheChaser212 <43815120+TheChaser212@users.noreply.github.com>

commit e22a068cf9bc2f887439c72c53a5b423f93612b2
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:14:03 2021 +1000

    Automatic changelog generation for PR #3973 [ci skip]

commit 472c433e658404ba1bf0776dd77eaaf385f7602b
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:14:00 2021 +1000

    [MIRROR] Updates RPED and BSRPED inhands (#3973)

    * Updates RPED and BSRPED inhands (#5033)

    * Updates RPED and BSRPED sprites

    * Removes redundancy

    * Updates RPED and BSRPED inhands

    Co-authored-by: Pirill <pirill.poveniy@gmail.com>

commit 4acc2254aab83402bfac93b1fd48c7cb2ba5274e
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:12:03 2021 +1000

    Automatic changelog generation for PR #3972 [ci skip]

commit 63d03a5816d20e876f8f7bf900e39268bdbc04d1
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:12:00 2021 +1000

    [MIRROR] Ability to fireman carry or have monkeys piggyback you (#3972)

    * Ability to fireman carry or have monkeys piggyback you (#4865)

    * monkey

    * oops

    * Ability to fireman carry or have monkeys piggyback you

    Co-authored-by: lordScrubling <85033680+lordScrubling@users.noreply.github.com>

commit a969ace4a37fcdfed3815500ec780926b49b7299
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:11:22 2021 +1000

    Automatic changelog generation for PR #3971 [ci skip]

commit 757f8cc3ba8c703a9ca08bcd9c6159094c72e1e4
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:11:19 2021 +1000

    [MIRROR] STOP wearing replacement envirosuit helmets when you're not a plasmaman (#3971)

    * STOP wearing replacement envirosuit helmets when you're not a plasmaman (#4626)

    * stop wearing them

    * more grammar

    * sensors on

    * sechailers

    * species restriction

    * Revert "sechailers"

    This reverts commit 3e1defa33feb48b2f79871a8de360a85216d6192.

    * Revert "sensors on"

    This reverts commit 009927885c47be18b0c64d24ff0555aa83aad46b.

    * descriptions

    * back

    * serious rp immersion restored

    * more naming consistency

    * STOP wearing replacement envirosuit helmets when you're not a plasmaman

    Co-authored-by: lordScrubling <85033680+lordScrubling@users.noreply.github.com>

commit 973b079d13c735b6d706311c437917a4f1faf887
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:09:46 2021 +1000

    Automatic changelog generation for PR #3970 [ci skip]

commit bb7bc37cb0a9f4d458e0eb78008cf07a9fc14493
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:09:44 2021 +1000

    [MIRROR] Security blue shirt uniform fix (#3970)

    * ht (#4742)

    * Security blue shirt uniform fix

    Co-authored-by: lordScrubling <85033680+lordScrubling@users.noreply.github.com>

commit 2d20f1446146c076b3bdeb432944da0a4260fe17
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:06:08 2021 +1000

    Automatic changelog generation for PR #3965 [ci skip]

commit 32f555ba89f929e276be3ae364df887f211d6b04
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:06:06 2021 +1000

    [MIRROR] You can no longer deconstruct tables and racks on help intent.  (#3965)

    * You can no longer deconstruct tables and racks on help intent.  (#4967)

    * makes tables not decon on help intent

    * Update code/game/objects/structures/tables_racks.dm

    * Update code/game/objects/structures/tables_racks.dm

    * Update code/game/objects/structures/tables_racks.dm

    Co-authored-by: ike709 <ike709@users.noreply.github.com>

    * You can no longer deconstruct tables and racks on help intent.

    Co-authored-by: AnCopper <82319489+AnCopper@users.noreply.github.com>
    Co-authored-by: ike709 <ike709@users.noreply.github.com>

commit 3d634909b1959db985f77c24fd1e117ce31b041e
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:05:56 2021 +1000

    Automatic changelog generation for PR #3964 [ci skip]

commit 5976a0bc77038339ed7f68123a429e3b9b7adccb
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:05:53 2021 +1000

    [MIRROR] Retro jacket and retro chicken head - new donator items (#3964)

    * Retro jacket and retro chicken head - new donator items (#4764)

    * adds items

    * e

    * r

    * e

    * Retro jacket and retro chicken head - new donator items

    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

commit b08cace5eaa880c76ffb386fe1c5019d699a4ca6
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:05:44 2021 +1000

    Automatic changelog generation for PR #3962 [ci skip]

commit b51eb18c605324b019143e86fec953642ab3b0bb
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 17:05:42 2021 +1000

    [MIRROR] baby's first PR / ports plasmaglass tables from Cit (#3962)

    * aaaaaaa (#4988)

    * baby's first PR / ports plasmaglass tables from Cit

    * remove modularized changes

    Signed-off-by: Terra <terra@mcterra.id.au>

    * remove from the dme

    Signed-off-by: Terra <terra@mcterra.id.au>

    Co-authored-by: fighterslam <56803762+fighterslam@users.noreply.github.com>
    Co-authored-by: Terra <terra@mcterra.id.au>

commit 39da7d0a6932eac876aa098660b4ef03a6b50ebe
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:55:25 2021 +1000

    [MIRROR] Fix some CRLF json files (#3959)

    * Fix some CRLF json files (#5040)

    * Do literally nothing but git add files git itself changed

    * Delete TGS3.json

    * Fix some CRLF json files

    Co-authored-by: KubeRoot <kubinator4321@gmail.com>

commit 7e40a78c1ac58d8a26f0f938dae970d56ee87293
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:54:43 2021 +1000

    Automatic changelog generation for PR #3927 [ci skip]

commit e6d053c85e42c37c166fa9e314591a039c7380b3
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:54:41 2021 +1000

    [MIRROR] Improves get all open uis() (#3927)

    * Improves get all open uis() (#5021)

    * easef

    * Revert "easef"

    This reverts commit 6bcedf9c3e39165214a0b0a7b3831f461bbf61a9.

    * Improves get_all_open_uis

    Co-authored-by: PowerfulBacon <>

    * Improves get all open uis()

    Co-authored-by: PowerfulBacon <26465327+PowerfulBacon@users.noreply.github.com>

commit 0903aaac43b60703b9ec9922a1ba11cd68937291
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:54:09 2021 +1000

    Automatic changelog generation for PR #3931 [ci skip]

commit 2d0fa5b6b928249e934c6c37d1a5a924338f2795
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:54:07 2021 +1000

    [MIRROR] Fixes crafting UI not updating after crafting but I commit to the right branch (#3931)

    * Fixes crafting UI not updating after crafting but I commit to the right branch (#5031)

    * I'm not the smartest okay

    * Maybe?

    Not quite sure what you meant, I'm fairly new to DM in general.

    * Fixes crafting UI not updating after crafting but I commit to the right branch

    Co-authored-by: mcmeiler <83819203+mcmeiler@users.noreply.github.com>

commit fe1b11f6db9a848f06969ca654b5ff96e6080562
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:53:39 2021 +1000

    Automatic changelog generation for PR #3958 [ci skip]

commit 6ce6975030d23d49d79f9a259b577b308bf6a93e
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:53:37 2021 +1000

    [MIRROR] Fixes animals not being able to move after being tabled (#3958)

    * Fixes animals not being able to move after being tabled (#4932)

    * animals dont get stuck

    * cats can rest

    * they sit too

    * Fixes animals not being able to move after being tabled

    Co-authored-by: TheChaser212 <43815120+TheChaser212@users.noreply.github.com>

commit 3992885ad94f0c344bb736bc6df7e5b34e8d2a9b
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:53:16 2021 +1000

    Automatic changelog generation for PR #3935 [ci skip]

commit e00ee289b5bbe3191e703f767a9d461634c6dbc8
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:53:13 2021 +1000

    [MIRROR] Sets the Gene Console UI to auto update (#3935)

    * sets the gene console to auto update (#5037)

    * Sets the Gene Console UI to auto update

    Co-authored-by: Ivniinvi <mattscottheadley@gmail.com>

commit 6fadc405c292dd02daa8d77fcce370990c561911
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:52:35 2021 +1000

    Automatic changelog generation for PR #3957 [ci skip]

commit 421d977279f589049c6fe902cf50b01c518c04c8
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:52:33 2021 +1000

    [MIRROR] Adds ERT Override AI laws. (#3957)

    * Adds ERT Override AI laws. (#4960)

    * ERT_Override

    * Fixes DS Officer backpack content

    * Adds ERT Override AI laws.

    Co-authored-by: AnCopper <82319489+AnCopper@users.noreply.github.com>

commit 44ed060ea5d885d70211d9abebaba0a412913bd4
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:51:22 2021 +1000

    Automatic changelog generation for PR #3956 [ci skip]

commit 413cad9f429013f878b50466d1cc9e2e1ed4a6bd
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:51:19 2021 +1000

    [MIRROR] Mediborg's Amputation Adventure - Emag Edition (#3956)

    * Mediborg's Amputation Adventure - Emag Edition (#4975)

    * e a sports

    * Update code/game/machinery/computer/arcade.dm

    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

    * Update code/game/machinery/computer/arcade.dm

    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

    * Mediborg's Amputation Adventure - Emag Edition

    Co-authored-by: Ivniinvi <mattscottheadley@gmail.com>
    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

commit 50499edb547783cb47ab4e075cff9290c16ffdc8
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:49:43 2021 +1000

    Automatic changelog generation for PR #3955 [ci skip]

commit d74785ff4ae3879bd8b7ba513d06915a7f5289ee
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:49:41 2021 +1000

    [MIRROR] Defibrillator paddle fixes (#3955)

    * Defibrillator fixes (#5023)

    * Defibrillator paddle fixes

    Co-authored-by: KubeRoot <kubinator4321@gmail.com>

commit edcdea1cef362062f74527f38efe56d3a984aa6d
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:47:21 2021 +1000

    Automatic changelog generation for PR #3954 [ci skip]

commit 2c30a12bd68442155c0f8bf3db473e53a5d6f4c2
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:47:19 2021 +1000

    [MIRROR] New bans default to global (#3954)

    * New bans default to global (#5032)

    * New bans default to global

    * Revert "New bans default to global"

    This reverts commit a197382af5b4652ceb88a2ae69ca11b64f38cfd5.

    * Update sql_ban_system.dm

    * Update sql_ban_system.dm

    * New bans default to global

    Co-authored-by: Rukofamicom <riskbreakerfamicom2@gmail.com>

commit 82bc6b13b5cfd6a249d3c25d60ff7dee3ae9c348
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:46:59 2021 +1000

    Automatic changelog generation for PR #3952 [ci skip]

commit ec80b8131c25650af3ce20e6da7a08745d1296b3
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:46:57 2021 +1000

    [MIRROR] Round time starts counting from round-start, not world-start (#3952)

    * Round time starts counting from round-start, not world-start (#5039)

    * Round time starts counting from round-start, not world-start (#48273)

    * Round time no longer includes time spent on startup.

    * Add lobby time/round time check

    * Indents

    (cherry picked from commit 0e1d968efc1762fc408d0b081ff05d8a5dc0c7ac)

    * Kill timezoneOffset, use new time2text param

    Co-authored-by: Buggy123 <buggy1997123@yahoo.com>

    * Round time starts counting from round-start, not world-start

    Co-authored-by: KubeRoot <kubinator4321@gmail.com>
    Co-authored-by: Buggy123 <buggy1997123@yahoo.com>

commit 22473f4e8a8c573309462e013f0a366a911380ee
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:46:24 2021 +1000

    Automatic changelog generation for PR #3951 [ci skip]

commit adb06bc96216e02ff6c6c940392de98cf7941356
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:46:22 2021 +1000

    [MIRROR] Fixing Jellypeople (#3951)

    * should be fixed (#5051)

    Co-authored-by: Joshua <joshua.kummerow@gmail.com>

    * Fixing Jellypeople

    Co-authored-by: Dingo-Dongler <54635466+Dingo-Dongler@users.noreply.github.com>
    Co-authored-by: Joshua <joshua.kummerow@gmail.com>

commit ba39077727cdfa722ebc3a2723d43a27de1fd281
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:45:58 2021 +1000

    Automatic changelog generation for PR #3950 [ci skip]

commit 9ac8128e0dccd94826f24545703a6191a650299a
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:45:55 2021 +1000

    [MIRROR] pAI PDA messages now show up as actually from a person, and can be replied to. (#3950)

    * adds the lines (#5052)

    * pAI PDA messages now show up as actually from a person, and can be replied to.

    Co-authored-by: Ivniinvi <mattscottheadley@gmail.com>

commit b391d0902121415dccc38864bdaea6d1e0000e5d
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:44:35 2021 +1000

    Automatic changelog generation for PR #3947 [ci skip]

commit 89570a347640c974d62edcbe46a619cd94030411
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:44:33 2021 +1000

    [MIRROR] Adds the ability to clear a pAI's zeroth law. (#3947)

    * Adds the ability to clear a pAI's zeroth law. (#4990)

    * does the thing

    * moar formatting

    * Updates Prime Directive on master imprint

    * Update code/game/objects/items/devices/paicard.dm

    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

    * Adds the ability to clear a pAI's zeroth law.

    Co-authored-by: Ivniinvi <mattscottheadley@gmail.com>
    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

commit dd62781af30792199f4a1576d8721930263e6575
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:43:07 2021 +1000

    Automatic changelog generation for PR #3946 [ci skip]

commit 9aeee1468445dda968a2dce1f8fd8972ebd41f90
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:43:04 2021 +1000

    [MIRROR] Fixes some runtimes related to outfits (#3946)

    * Fixes some runtimes related to outfits (#4891)

    * various stuff

    * part 2

    * stuff

    * e

    * Update code/game/objects/items/implants/implant_abductor.dm

    Co-authored-by: Gallyus <5572280+francinum@users.noreply.github.com>

    * gimmick stuff, remove the component touching

    * aaaaaaaaaa

    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

    * ill just leave this be

    Co-authored-by: Gallyus <5572280+francinum@users.noreply.github.com>
    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

    * Fixes some runtimes related to outfits

    Co-authored-by: ivanmixo <ivanmixo@gmail.com>
    Co-authored-by: Gallyus <5572280+francinum@users.noreply.github.com>
    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

commit fe9493a3098163df3faad6319e7e7ce5cbf0ccd2
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:42:47 2021 +1000

    Automatic changelog generation for PR #3945 [ci skip]

commit 041a140e60d44f649e803cbbdec98c20998424c4
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:42:45 2021 +1000

    [MIRROR] Moves stuff around in Delta kitchen (#3945)

    * Moves stuff around in Delta kitchen (#4903)

    * Moves stuff around in Delta kitchen

    Co-authored-by: Ivniinvi <mattscottheadley@gmail.com>

commit aebc9da8601716fcccab2ce17e7257e19631588c
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:42:30 2021 +1000

    Automatic changelog generation for PR #3944 [ci skip]

commit f7da08c2b3f81fa2c670258d711946412c55edd1
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:42:28 2021 +1000

    [MIRROR] Sets a description for the teratoma ghost spawner. (#3944)

    * Does da desc (#4937)

    * Sets a description for the teratoma ghost spawner.

    Co-authored-by: Ivniinvi <mattscottheadley@gmail.com>

commit 17ebebee225e48dc3ee42dda866acdf585c4b8c9
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:42:05 2021 +1000

    Automatic changelog generation for PR #3937 [ci skip]

commit 3f9bb4ac6331caa7a26aac3fd980d77d4d8beaaa
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:42:02 2021 +1000

    [MIRROR] Nuke now autoupdates ui (#3937)

    * Nuke now autoupdates ui (#5041)

    * Nuke now autoupdates ui

    Co-authored-by: Ivniinvi <mattscottheadley@gmail.com>

commit 2d695baee485d932563d0526b93cf089904cbea1
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:41:22 2021 +1000

    Automatic changelog generation for PR #3943 [ci skip]

commit 5be173bd7415c5de6db40e0b431f7f880528795d
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:41:20 2021 +1000

    [MIRROR] fix midwife wrapping (#3943)

    * fix spider (#4961)

    * fix midwife wrapping

    Co-authored-by: Cenrus <31044876+Cenrus@users.noreply.github.com>

commit 8b124e7f21a6f2248e02f2e0c58f0e836f4bf730
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:41:05 2021 +1000

    Automatic changelog generation for PR #3942 [ci skip]

commit 9e78e948dfdc17a1aac79b2607647ed9cbe611aa
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:41:02 2021 +1000

    [MIRROR] Lets Ethereals wear socks, underwear, and t-shirts (#3942)

    * Lets Ethereals wear socks, underwear, and t-shirts (#4977)

    * I like chocolate milk

    * *scream

    * i am going to beat you to death

    * hsfkdljfhskjdfhsdf

    * Lets Ethereals wear socks, underwear, and t-shirts

    Co-authored-by: tiramisu <32314478+tiramisuapimancer@users.noreply.github.com>

commit ac2dd364bdf04e9863c73ad4b1b057b9f9c6e883
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:40:14 2021 +1000

    Automatic changelog generation for PR #3941 [ci skip]

commit 53b300efa3ea022f5cb76f2b0d1518981d36db16
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:40:12 2021 +1000

    [MIRROR] Removes the Pheromone Receptor ability (#3941)

    * teaming with sec to hunt lings bad (#5003)

    * Removes the Pheromone Receptor ability

    Co-authored-by: ivanmixo <ivanmixo@gmail.com>

commit a31c3d50213e82c4dbdc3d3ab17ca4acb0ce7550
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:39:51 2021 +1000

    Automatic changelog generation for PR #3940 [ci skip]

commit 0a37272bd9795b853801ddca56cc56f950d48090
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:39:48 2021 +1000

    [MIRROR] Fixes a missing wire in Box maint, floating light and replaces the blank computer with a SciDrobe on lavaland (#3940)

    * Fixes a missing wire in Box maint, floating light and replaces the blank computer with a SciDrobe on lavaland (#4696)

    * e

    * linter pls

    * Fixes a missing wire in Box maint, floating light and replaces the blank computer with a SciDrobe on lavaland

    Co-authored-by: ivanmixo <ivanmixo@gmail.com>

commit c13ef77630a22df2e54b81359f66cd0365097773
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:39:00 2021 +1000

    Automatic changelog generation for PR #3926 [ci skip]

commit 2069e30e7dfe5fcde4578e5e07f4ad4a866a60c5
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:38:58 2021 +1000

    [MIRROR] Fixes deaf people being able to see runechat messages. (#3926)

    * Fixes deaf people being able to see runechat messages. (#5019)

    * Beep

    * Fixes raw_message being in the proc params but never being used

    Co-authored-by: PowerfulBacon <>

    * Fixes deaf people being able to see runechat messages.

    Co-authored-by: PowerfulBacon <26465327+PowerfulBacon@users.noreply.github.com>

commit 69af5b247b7df2c59ae6bb37734444831bd31f6a
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:38:55 2021 +1000

    Automatic changelog generation for PR #3939 [ci skip]

commit bf181992593e12d6cc7b8fea00ee279c5def956f
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:38:53 2021 +1000

    [MIRROR] Fixes soulstoning people with no soul. (#3939)

    * Fixes soulstoning people with no soul. (#4835)

    * fix

    * moves and stuff

    * Update code/modules/antagonists/wizard/equipment/soulstone.dm

    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

    * Fixes soulstoning people with no soul.

    Co-authored-by: Ivniinvi <mattscottheadley@gmail.com>
    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

commit bef2dd0193337ac6f98e44483ca47ed80517571f
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:38:43 2021 +1000

    Automatic changelog generation for PR #3938 [ci skip]

commit 24e1f64ace9f2cd65fe931ab5add8b4fcf8488e9
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:38:40 2021 +1000

    [MIRROR] fix door timer UI update (#3938)

    * fix door timer UI update (#5043)

    * fix door timer UI update

    75% sure the indentation is right here

    * now autoupdating

    * forgot to remove old thing

    * fix door timer UI update

    Co-authored-by: Raven-Industries <76715855+Raven-Industries@users.noreply.github.com>

commit 664ac72042e81404c17be63396e08301c9d016b7
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:38:28 2021 +1000

    Automatic changelog generation for PR #3925 [ci skip]

commit fa94df151001a2845905f8d486c58b2a4c49177c
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:38:25 2021 +1000

    [MIRROR] TGUI Windows no longer auto update by default. (#3925)

    * TGUI Windows no longer auto update by default. (#4985)

    * Removes auto update

    * Fixes some issues

    * Fuck I reverted this on accident

    * Update code/game/machinery/doors/windowdoor.dm

    * Update code/game/machinery/doors/windowdoor.dm

    * TGUI crew monitor auto updates

    Co-authored-by: PowerfulBacon <>

    * TGUI Windows no longer auto update by default.

    * add autoupdate to rmbk interfaces

    Signed-off-by: Terra <terra@mcterra.id.au>

    Co-authored-by: PowerfulBacon <26465327+PowerfulBacon@users.noreply.github.com>
    Co-authored-by: Terra <terra@mcterra.id.au>

commit 60a06061281991ad6759acff3359feeafbbc5b3c
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:37:57 2021 +1000

    [MIRROR] Get approval from a Maintainer for species changes (#3936)

    * Update CONTRIBUTING.md (#5042)

    * Get approval from a Maintainer for species changes

    Co-authored-by: ike709 <ike709@users.noreply.github.com>

commit 0b86fe572a4678747ab714752a6857e3ea147b01
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:37:36 2021 +1000

    Automatic changelog generation for PR #3933 [ci skip]

commit 87f7399be717819aae9666f3fc866bb10003ab2c
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:37:33 2021 +1000

    [MIRROR] The cancel button on the supply requests console now works (#3933)

    * neat (#5022)

    * The cancel button on the supply requests console now works

    Co-authored-by: ivanmixo <ivanmixo@gmail.com>

commit 21e7f60a0b34f66a37d87de7a88e08899256e537
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:37:18 2021 +1000

    Automatic changelog generation for PR #3932 [ci skip]

commit f2a0ebecd4de93b5a3fe24610daa6775d0dcff01
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:37:16 2021 +1000

    [MIRROR] Ghosts can now examine wires to check their power status (#3932)

    * easy porty (#5016)

    * Ghosts can now examine wires to check their power status

    Co-authored-by: ivanmixo <ivanmixo@gmail.com>

commit 3bafb93dc2b22534527a15499ac3a83805587403
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:36:42 2021 +1000

    Automatic changelog generation for PR #3930 [ci skip]

commit 97bef130ee3cdc9feb23ced5466f319a302d4564
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:36:39 2021 +1000

    [MIRROR] Replaces station bounced radio sprite (#3930)

    * Replaces walkie talkie sprite (#5007)

    * Replaces station bounced radio sprite

    Co-authored-by: ImSynthex <81387903+ImSynthex@users.noreply.github.com>

commit 77d16080d46f65676754bdb4b7a5346edd943b90
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:36:18 2021 +1000

    Automatic changelog generation for PR #3929 [ci skip]

commit 4e8b30f274c6b20a684911bf2b0ba48ffbe0ccf1
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:36:15 2021 +1000

    [MIRROR] Makes the telescreen UI activate on examine rather than click (#3929)

    * Makes the telescreen UI activate on examine rather than click (#5009)

    * telescreens need to be examined to activate

    * linter please

    * aa

    * e

    * :(

    * Makes the telescreen UI activate on examine rather than click

    Co-authored-by: ivanmixo <ivanmixo@gmail.com>

commit a04ec5f408244db811f24e17ec0a86c317b2796e
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:35:30 2021 +1000

    Automatic changelog generation for PR #3928 [ci skip]

commit 9c22b470fe116dfed53b792a553c24e12a270217
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:35:27 2021 +1000

    [MIRROR] Sets auto update on Sleeper and Operating Computer (#3928)

    * Sets autoupdate on Sleeper and Op Computer (#5026)

    * Sets auto update on Sleeper and Operating Computer

    Co-authored-by: Ivniinvi <mattscottheadley@gmail.com>

commit ded7671cd83a6e188f7930a93733793a25b23832
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:30:43 2021 +1000

    [MIRROR] Corrects the resources.txt file for local dev (#3917)

    * Corrects the resources.txt file for local dev (#5001)

    * Corrects the resources.txt file for local dev

    Co-authored-by: Crossedfall <ping@crossedfall.io>

commit 4b4c016c189411619feefc546a695184eacf0252
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:30:29 2021 +1000

    Automatic changelog generation for PR #3924 [ci skip]

commit 5b9a7eaca563381997363a641f3c720e151d7752
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:30:27 2021 +1000

    [MIRROR] Clarifies Sentience Potion Spawns in the popup (#3924)

    * does the thing (#4980)

    * Clarifies Sentience Potion Spawns in the popup

    Co-authored-by: Ivniinvi <mattscottheadley@gmail.com>

commit fdc2afa68ccc13b04c274be04ea349250b9457d5
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:30:02 2021 +1000

    Automatic changelog generation for PR #3923 [ci skip]

commit d3131faa485ce4679e7000e87241f4b1c340503e
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:29:59 2021 +1000

    [MIRROR] Fixes false positive quirk cap trigger (#3923)

    * another one (#5017)

    * Fixes false positive quirk cap trigger

    Co-authored-by: ivanmixo <ivanmixo@gmail.com>

commit e1cb904ffaa02eb70f943fd771e9fb8e17d8a3bf
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:29:37 2021 +1000

    Automatic changelog generation for PR #3908 [ci skip]

commit bd7049ca3658001dd858d8198e274cf57b900b98
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:29:35 2021 +1000

    [MIRROR] Dadbot lawset from austation (#3908)

    * Dadbot lawset from austation (#4954)

    * dadjoke

    Co-authored-by: Peer <peer@peer.id.au>

    * no erp

    * lawboard

    * Updates AI_module_designs.dm

    Co-authored-by: Peer <peer@peer.id.au>

    * Dadbot lawset from austation

    * remove austation modularization

    Signed-off-by: Terra <terra@mcterra.id.au>

    Co-authored-by: TheFakeElon <59686430+TheFakeElon@users.noreply.github.com>
    Co-authored-by: Peer <peer@peer.id.au>
    Co-authored-by: Terra <terra@mcterra.id.au>

commit d5e87eca1b289dd87b9cc63b41a5701efccc281d
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:29:09 2021 +1000

    Automatic changelog generation for PR #3920 [ci skip]

commit 4c2b15182459983a902988252e0e4b040cc77655
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:29:07 2021 +1000

    [MIRROR] Chat message optimisations (#3920)

    * Chat message optimisations (#4997)

    * Chat messages are no longer per client.

    * sa

    * a

    * undefs

    * FIX!

    * Test this

    * tested

    * Refactors these weird flag things to be more like the other stuff idk its weird bruv

    * Fixes null language breaking messages

    * Changes visible and audible message appearance.

    * Fixes a runtime

    * Fixes the runtime properly

    * Fixes another runtime

    * Fixes visible and audible messages showing all the time

    * Fixes messages having weird offset

    * Handles client deletion

    * Typeless loops

    * Actually ill keep this one typed to be safe

    Co-authored-by: PowerfulBacon <>

    * Chat message optimisations

    Co-authored-by: PowerfulBacon <26465327+PowerfulBacon@users.noreply.github.com>

commit 2cf687d6c25dc38fd8417928e9acdae13de954d2
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:25:54 2021 +1000

    [MIRROR] Removes the split configs and makes Sage's configs the default for the repo. (#3915)

    * Removes the split configs and makes Sage's configs the default for the repo. (#4996)

    * Removes the outdated Golden configs and makes Sage's config the default ones for the repo

    * whitelist memes

    * Re-adds the removed golden specific titlescreens

    * miners config adjustment

    * Disables starlight for dev

    Co-authored-by: PowerfulBacon <26465327+PowerfulBacon@users.noreply.github.com>

    Co-authored-by: PowerfulBacon <26465327+PowerfulBacon@users.noreply.github.com>

    * Removes the split configs and makes Sage's configs the default for the repo.

    Co-authored-by: Crossedfall <ping@crossedfall.io>
    Co-authored-by: PowerfulBacon <26465327+PowerfulBacon@users.noreply.github.com>

commit 8bee272f2b14f64c2bffe1882396e95c654547f3
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:22:49 2021 +1000

    Automatic changelog generation for PR #3899 [ci skip]

commit 505fc31a8ceca015d251d25f662ad3d91b1485db
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sun Aug 8 16:22:46 2021 +1000

    [MIRROR] Ports "Surgery now goes slower before failing" from /tg/ and operating table buff (#3899)

    * Ports "Surgery now goes slower before failing" from /tg/ and operating table buff (#4439)

    * reagent changes

    alcohol honey sterilizene and miner's salve changed to speed

    * surgery speed

    * formatting

    * changed structure priority

    * cleaner

    * Update surgery_step.dm

    * Update code/modules/surgery/surgery_step.dm

    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

    * Update code/modules/surgery/surgery_step.dm

    Co-authored-by: Gallyus <5572280+francinum@users.noreply.github.com>

    * bruh

    * g

    * h

    * j

    * g

    * cleanup

    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>
    Co-authored-by: Gallyus <5572280+francinum@users.noreply.github.com>

    * Ports "Surgery now goes slower before failing" from /tg/ and operating table buff

    * fix conflict

    Signed-off-by: Terra <terra@mcterra.id.au>

    Co-authored-by: lordScrubling <85033680+lordScrubling@users.noreply.github.com>
    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>
    Co-authored-by: Gallyus <5572280+francinum@users.noreply.github.com>
    Co-authored-by: Terra <terra@mcterra.id.au>

commit a2101ad8911978de97d0acba414ecc03ced0aa57
Author: Terra <terra@mcterra.id.au>
Date:   Sun Aug 8 12:20:33 2021 +1000

    fix hearing for austation stuff

    Signed-off-by: Terra <terra@mcterra.id.au>

commit ee90caadbe80071a8fa90e44ad97e06753671ce8
Author: AustationBot <austation@mcterra.id.au>
Date:   Sun Aug 8 00:42:42 2021 +0000

    Automatic changelog compile [ci skip]

commit 75ffb709ff9ec148c759644a9540bf05bb94285d
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sat Aug 7 16:48:36 2021 +1000

    Automatic changelog generation for PR #3960 [ci skip]

commit 167ba91996ffbf0e70898701d092ec24a069a906
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sat Aug 7 16:48:34 2021 +1000

    [MIRROR] FIXES HEARING FOR THE 17TH TIME (#3960)

    * PLEASE (#4940)

    * FIXES HEARING FOR THE 17TH TIME

    Co-authored-by: LatteKat <56778689+jupyterkat@users.noreply.github.com>

commit a493d7cc1180355601cabbecbde85b950c377fb2
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sat Aug 7 16:34:47 2021 +1000

    Automatic changelog generation for PR #3953 [ci skip]

commit 911e196aac53b0e09d3e2daab27d2edac1cdce67
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Sat Aug 7 16:34:44 2021 +1000

    [MIRROR] wzhzhzh Port of TGStation #53366 (#3953)

    * wzhzhzh Port of TGStation #53366 (#5045)

    * wzhzhzh (#53366)

    * blame vscode

    haha kapu i am banging your code

    Co-authored-by: Ryll Ryll <3589655+Ryll-Ryll@users.noreply.github.com>

    * wzhzhzh Port of TGStation #53366

    Co-authored-by: Kapu1178 <75460809+Kapu1178@users.noreply.github.com>
    Co-authored-by: Ryll Ryll <3589655+Ryll-Ryll@users.noreply.github.com>

commit f394d8be1df7fae09458747c1848aaa22033658a
Author: AustationBot <austation@mcterra.id.au>
Date:   Sat Aug 7 00:38:40 2021 +0000

    Automatic changelog compile [ci skip]

commit 61703d4fc99186b175408ebc14a3797b9670d72c
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 6 13:05:33 2021 +1000

    Automatic changelog generation for PR #3934 [ci skip]

commit fd844b2d413db541b2af7a561a1edcf657a423fe
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Fri Aug 6 13:05:31 2021 +1000

    [MIRROR] Fixes the beecoin shop nurse uniform... hopefully? (#3934)

    * Makes the nurse uniform actually spawn if bought via the Beecoin shop (#5030)

    * Fixes the beecoin shop nurse uniform... hopefully?

    Co-authored-by: mcmeiler <83819203+mcmeiler@users.noreply.github.com>

commit e35120f0d1f8049f1feae2fbde3856ccd64fe8a4
Author: AustationBot <austation@mcterra.id.au>
Date:   Fri Aug 6 00:45:01 2021 +0000

    Automatic changelog compile [ci skip]

commit 8d81b185a7a279d5c8d4172e2af407d3ecf47a7c
Author: AustationBot <austation@mcterra.id.au>
Date:   Wed Aug 4 00:41:31 2021 +0000

    Automatic changelog compile [ci skip]

commit bcdd7babe0ce70c64fb8ebd0076be3b207f4a301
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:36:46 2021 +1000

    Automatic changelog generation for PR #3918 [ci skip]

commit 1073af15558cb826fc4ca023c9c0eb6c0e901ad5
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:36:43 2021 +1000

    [MIRROR] [PORT] Emag pAIs to unbind them (#3918)

    * does da thing (#4991)

    * [PORT] Emag pAIs to unbind them

    Co-authored-by: Ivniinvi <mattscottheadley@gmail.com>

commit 0b72e7e0def0362c41bd5720e83c3c4aa58b993f
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:26:22 2021 +1000

    Automatic changelog generation for PR #3912 [ci skip]

commit 15e77c6df40b8b20d08e7502c26b63d9e5327061
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:26:20 2021 +1000

    [MIRROR] Fixes EMP spell not working if the user has antimagic protection (#3912)

    * Fixes EMP spell not working if the user has antimagic protection (#4965)

    * emp activato

    * slightly better

    * Fixes EMP spell not working if the user has antimagic protection

    Co-authored-by: Cenrus <31044876+Cenrus@users.noreply.github.com>

commit de1dabb900d1d0a974701234446e51614f34b48e
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:26:13 2021 +1000

    Automatic changelog generation for PR #3911 [ci skip]

commit ba04bdd8b702c4101f158fe3aab6f6999e7a3ea0
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:26:11 2021 +1000

    [MIRROR] fix aliens getting trapped in vents (#3911)

    * fix aliens getting trapped in vents (#4978)

    * xeno

    * comma

    * fix aliens getting trapped in vents

    Co-authored-by: Cenrus <31044876+Cenrus@users.noreply.github.com>

commit d9a989d6a2e74b9bef5d8f762712bc1274cb40b4
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:25:58 2021 +1000

    Automatic changelog generation for PR #3909 [ci skip]

commit 47ec4c8178c457e528be9f84f0f69c9281c97648
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:25:56 2021 +1000

    [MIRROR] Fixes blind spell in spellbook (#3909)

    * aaaaaa (#4964)

    * Fixes blind spell in spellbook

    Co-authored-by: ivanmixo <ivanmixo@gmail.com>

commit 1167fe9ce45d040de0ede5280acd5d6b96f8c026
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:25:32 2021 +1000

    Automatic changelog generation for PR #3907 [ci skip]

commit 3190231f67481a98502e8df4a79f11363257f1bc
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:25:29 2021 +1000

    [MIRROR] Fixes X4 (#3907)

    * Fixes X4 (#4966)

    * Fixes X4

    Co-authored-by: AnCopper <82319489+AnCopper@users.noreply.github.com>

commit bbf5b49d1227522ede655d23f88174860ecd61f9
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:14:57 2021 +1000

    Automatic changelog generation for PR #3902 [ci skip]

commit 4908586d198897485add293a24cd3b3563a41777
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:14:54 2021 +1000

    [MIRROR] Fixes boxstation detective disposals (#3902)

    * lol (#4955)

    two pipes

    * Fixes boxstation detective disposals

    Co-authored-by: yyzsong <65325586+yyzsong@users.noreply.github.com>

commit 3df61f211968b7ed7044eafd3e73218e67d2fdf3
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:14:33 2021 +1000

    Automatic changelog generation for PR #3901 [ci skip]

commit 90952122b6f85fde08dd6be499acb1c81da1d845
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:14:30 2021 +1000

    [MIRROR] Fixes shields not working in offhand (#3901)

    * fix (#4844)

    * Fixes shields not working in offhand

    Co-authored-by: lordScrubling <85033680+lordScrubling@users.noreply.github.com>

commit 311dca084439355fa7b18da73d72e64ee703f4b9
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:13:55 2021 +1000

    Automatic changelog generation for PR #3897 [ci skip]

commit 40393a9c9ca5584b41e374197ebf90ee62c60250
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:13:52 2021 +1000

    [MIRROR] Adds BEEF BROTH and BEEF FIZZ (#3897)

    * Adds BEEF BROTH and BEEF FIZZ (#4706)

    * BEEF BROTH

    BEEFS THE BROTH AND BROTHS THE BEEF

    * THE BEEFENING

    BEEFS SHIT UP

    * Update code/modules/food_and_drinks/recipes/drinks_recipes.dm

    I am incompetent

    Co-authored-by: lordScrubling <85033680+lordScrubling@users.noreply.github.com>

    * beefy commas

    * Update code/modules/reagents/chemistry/reagents/drink_reagents.dm

    Co-authored-by: lordScrubling <85033680+lordScrubling@users.noreply.github.com>

    * Update code/modules/reagents/chemistry/reagents/alcohol_reagents.dm

    Co-authored-by: lordScrubling <85033680+lordScrubling@users.noreply.github.com>

    * Update code/modules/reagents/chemistry/reagents/alcohol_reagents.dm

    Co-authored-by: lordScrubling <85033680+lordScrubling@users.noreply.github.com>

    * i think this solves it

    * Update code/modules/food_and_drinks/recipes/drinks_recipes.dm

    Co-authored-by: lordScrubling <85033680+lordScrubling@users.noreply.github.com>

    * Update code/modules/food_and_drinks/recipes/drinks_recipes.dm

    Co-authored-by: lordScrubling <85033680+lordScrubling@users.noreply.github.com>

    * Update code/game/objects/items/trash.dm

    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

    * Update code/modules/reagents/chemistry/reagents/alcohol_reagents.dm

    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>

    * fixes up horrible spelling

    Co-authored-by: ike709 <ike709@users.noreply.github.com>

    * Requested Ike Changes

    im only doing this because they didnt close it on the spot

    * now im just confused, i think its fixed

    Co-authored-by: lordScrubling <85033680+lordScrubling@users.noreply.github.com>
    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>
    Co-authored-by: ike709 <ike709@users.noreply.github.com>

    * Adds BEEF BROTH and BEEF FIZZ

    Co-authored-by: bluezorua <54711687+bluezorua@users.noreply.github.com>
    Co-authored-by: lordScrubling <85033680+lordScrubling@users.noreply.github.com>
    Co-authored-by: Archanial <37456678+Archanial@users.noreply.github.com>
    Co-authored-by: ike709 <ike709@users.noreply.github.com>

commit 7a0c26c7ccccbe32ea18288c851e0f3af3883907
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:13:42 2021 +1000

    Automatic changelog generation for PR #3892 [ci skip]

commit fe0c4b7c170437ad2e233e18bcc070703db273b3
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 12:13:40 2021 +1000

    [MIRROR] Updates corgstation shuttle (#3892)

    * Update emergency_corg.dmm (#4946)

    Co-authored-by: PowerfulBacon <>

    * Updates corgstation shuttle

    Co-authored-by: PowerfulBacon <26465327+PowerfulBacon@users.noreply.github.com>

commit 9602fee20ac87b7183715edce7851d94107d2cd2
Author: AustationBot <austation@mcterra.id.au>
Date:   Tue Aug 3 00:47:20 2021 +0000

    Automatic changelog compile [ci skip]

commit 8e3dfb70e136c4d1d7d76b91780803fb2dd7a56a
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 01:06:24 2021 +1000

    Automatic changelog generation for PR #3889 [ci skip]

commit 6c65a2e0424281fae4a73c31c525571f2ef137af
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 01:06:22 2021 +1000

    [MIRROR] Fixes lack of head sprite for scooped Crow Pai holoform, Ads Corgi Puppy Pai Holoform (#3889)

    * Fixes lack of head sprite for scooped Crow Pai holoform, Ads Corgi Puppy Pai Holoform (#4944)

    * the thing

    * Crow Inhands and Scoopability

    * the thing

    * the thing

    * Crow Inhands and Scoopability

    * the thing

    * Fixes lack of head sprite for scooped Crow Pai holoform, Ads Corgi Puppy Pai Holoform

    Co-authored-by: bluezorua <54711687+bluezorua@users.noreply.github.com>

commit 28be6b23f5e4fae24f73e0e664ecf99a857cfd7e
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 01:05:46 2021 +1000

    Automatic changelog generation for PR #3921 [ci skip]

commit e1b2f85710c94dca3805b83474ae6c60cde9465d
Author: AuStation Bot <50412245+AustationBot@users.noreply.github.com>
Date:   Tue Aug 3 01:05:44 2021 +1000

    [MIRROR] Stat panel verb caching (#3921)

    * Stat panel verb caching (#4836)

    * easef

    * Revert "easef"

    This reverts commit 6bcedf9c3e39165214a0b0a7b3831f461bbf61a9.

    * D

    * Update verbs.dm

    * Update code/game/verbs.dm

    * Update code/game/verbs.dm

    * Update code/game/verbs.dm

    * Update code/game/verbs.dm

    * Update code/game/verbs.dm

    * Update code/game/verbs.dm

    Co-authored-by: ike709 <ike709@users.noreply.github.com>

    * Update code/game/verbs.dm

    * Update code/modules/tgui_panel/stat.dm

    Co-authored-by: PowerfulBacon <>
    Co-authored-by: ike709 <ike709@users.noreply.github.com>

    * Stat panel verb caching

    * TGUI Rebuild

    Co-authored-by: PowerfulBacon <26465327+PowerfulBa…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Balance/Rebalance Changes to game balance Feature Adds something new to the game Refactor Refactors some code Sprites PR modifies sprites Upstream PR Merged This PR is mirrored from upstream. Automatically assigned by the AuStation Bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants