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

Merge upstream #973

Merged
merged 172 commits into from
Mar 17, 2024
Merged

Conversation

DebugOk
Copy link
Contributor

@DebugOk DebugOk commented Mar 17, 2024

About the PR

Yaml linter passed locally, still need to do some additional testing

TODO:

  • Test mail
  • Test deepfryer
  • Test psionic regeneration

Changelog

🆑

  • add: Merged upstream, please report any bugs or regressions

Sorry, something went wrong.

slarticodefast and others added 30 commits March 15, 2024 11:24
(cherry picked from commit 87c89ea)
Syringe requires hands and breaks on change

Co-authored-by: Plykiya <plykiya@protonmail.com>
(cherry picked from commit 17b80ba)
* Delete Resources/Textures/Objects/Vehicles/atv.rsi/vehicle.png

* Add files via upload

* Delete Resources/Textures/Objects/Vehicles/atv.rsi/Vehicle.png.png

* Add files via upload

* Update meta.json

* Update meta.json

* .

(cherry picked from commit cef8a17)
(cherry picked from commit 8d08284)
* Minor lawdrobe changes

* Updates to advertisements, thank you messages, and emaged / contraband inventory

* Removed the 9th lawdrobe advertisement as it was unused

* Removed soap

---------

Co-authored-by: beck <beck3629@uw.edu>

(cherry picked from commit 4b35946)
(cherry picked from commit 5252057)
* veganmeatball

* testedthis

* moreplant

(cherry picked from commit 5f61380)
(cherry picked from commit 7b7b864)
* fourteenloko

* inverse

(cherry picked from commit a846966)
(cherry picked from commit 15a431b)
* Buff zombie resists

Tweaks zombies to be tankier but still have a similar damage grouping for a specific weakness

* Removed unnecessary values of 1

(cherry picked from commit 0000f1b)
(cherry picked from commit 937238f)
Atmospherics thermomachines now properly invalidate tiles they add heat to.

(cherry picked from commit 1e62e44)
* Update thief.yml

* Update stealTargetGroups.yml

* Update objectiveGroups.yml

* Update pets.yml

(cherry picked from commit faed7a3)
(cherry picked from commit dd79536)
scissors

uplink catalog localization and just catalog update, with adding scissors to the chameleon set

(cherry picked from commit 7af183e)
(cherry picked from commit 4638170)
let there be air

air time

(cherry picked from commit 24fd1a9)
(cherry picked from commit 3c82e00)
* fix

* Remove stripes

* empty

(cherry picked from commit 2a5be69)
made a new nukie song lel.

(cherry picked from commit 806c0d1)
* Remove unecessary prototypes

* Put unecessary prototypes in migration.yml

(cherry picked from commit dbc27b5)
(cherry picked from commit 1a1bdec)
- every category of type "cargoProduct" was edited to "cargoproduct-category-name-{categoryName}"
- file "cargoproduct-categories.ftl" was added to english localization to localize categories of cargoProduct
- CargoConsoleMenu.xaml.cs got tweaks which prevent issues with strings comparisons

(cherry picked from commit 6e38b99)
…en bounds are exceeded (#25939)

(cherry picked from commit 08e1b79)
* Remove unnecessary datafield names, syringes with stuff in them start in inject mode

* No trash tag

* Remove ViewVariables since DataField has them implicitly

* Revert "No trash tag"

This reverts commit 2c42172653d2cc70d58bd5bedf61a880b939bf20.

* Get rid of tags entirely for PrefilledSyringes

---------

Co-authored-by: Plykiya <plykiya@protonmail.com>
(cherry picked from commit 5cb48c9)
(cherry picked from commit 3f32fa8)
* Add a toggle for progress bar colors

* yeah this thing

* PJB review

* optimization

(cherry picked from commit f3f4616)
metalgearsloth and others added 11 commits March 17, 2024 15:11
* Backpacks

* move to wearables

* Update Resources/Prototypes/Catalog/uplink_catalog.yml

* Update Resources/Prototypes/Entities/Clothing/Back/backpacks.yml

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
(cherry picked from commit 1d72d07)
* rework

* update logic

(cherry picked from commit c35ff87)
bombening

(cherry picked from commit 90be67e)
* Kill the static InRangeUnOccluded

* Adjusted 4 more EntitySystems that were missed.

(cherry picked from commit 7d275a4)
(cherry picked from commit f259f2f)
@github-actions github-actions bot added S: Needs Review Changes: C# Changes any cs files Changes: Documentation Changes any xml or md files Changes: Localization Changes any ftl files Changes: Map Changes: Sprite Changes any png or json in an rsi Changes: UI labels Mar 17, 2024
@DebugOk
Copy link
Contributor Author

DebugOk commented Mar 17, 2024

Deepfryer is broken

@DebugOk
Copy link
Contributor Author

DebugOk commented Mar 17, 2024

So is mail, will require some additional work before this can be merged

@DebugOk
Copy link
Contributor Author

DebugOk commented Mar 17, 2024

All issues fixed:tm:

@DebugOk DebugOk enabled auto-merge March 17, 2024 16:46
@DebugOk DebugOk merged commit fed10b8 into DeltaV-Station:master Mar 17, 2024
10 checks passed
@DebugOk DebugOk deleted the 2024/03/15-merge-upstream branch March 17, 2024 17:17
LaryNevesPR pushed a commit to LaryNevesPR/Estacao-Andromeda that referenced this pull request Jan 3, 2025
# Description

Part of the important gameplay loop for engineering is that they're
supposed to be repairing the station when shit breaks it, so the
ImmovableRod event is a key part of the game. However, it was currently
commented out because people didn't like it gibbing characters with no
reactability? Well news flash for people, there's a datafield for that.
I can also directly control how much damage it deals.

So in exchange for uncommenting the Immovable Rod event, I've set the
immovable rod spawned to be a little fairer for players, while still
being able to cause damage to the station that will require repairs(And
also expose players to vacuum. So that it puts them in danger.

# Changelog

:cl:
- add: Immovable Rod Event has returned
- add: Immovable Rod Event has been made more fair. It won't
automatically gib people, just crit them with a ton of blunt damage(That
you can survive by wearing good armor), or just being an Oni funnily
enough.
LaryNevesPR pushed a commit to LaryNevesPR/Estacao-Andromeda that referenced this pull request Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changes: C# Changes any cs files Changes: Documentation Changes any xml or md files Changes: Localization Changes any ftl files Changes: Map Changes: Sprite Changes any png or json in an rsi Changes: UI S: Needs Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet