dependabot[bot]
391b32b6f3
Bump actions/setup-python from 6.3.0 to 7.0.0
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 6.3.0 to 7.0.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v6.3.0...v7.0.0 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-28 22:33:33 +00:00
dependabot[bot]
60f7e6fbcd
Bump the npm_and_yarn group across 1 directory with 3 updates ( #32321 )
...
* Bump the npm_and_yarn group across 1 directory with 3 updates
Bumps the npm_and_yarn group with 3 updates in the /tgui directory: [dompurify](https://github.com/cure53/DOMPurify ), [fast-uri](https://github.com/fastify/fast-uri ) and [immutable](https://github.com/immutable-js/immutable-js ).
Updates `dompurify` from 3.4.11 to 3.4.12
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/3.4.11...3.4.12 )
Updates `fast-uri` from 3.1.2 to 3.1.4
- [Release notes](https://github.com/fastify/fast-uri/releases )
- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.2...v3.1.4 )
Updates `immutable` from 5.1.5 to 5.1.9
- [Release notes](https://github.com/immutable-js/immutable-js/releases )
- [Changelog](https://github.com/immutable-js/immutable-js/blob/main/CHANGELOG.md )
- [Commits](https://github.com/immutable-js/immutable-js/compare/v5.1.5...v5.1.9 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-version: 3.4.12
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: fast-uri
dependency-version: 3.1.4
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: immutable
dependency-version: 5.1.9
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
* bundle and mm
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zephyr <zephyr@talongrip.dev >
2026-07-26 01:37:14 +00:00
Alan
da8e73dd69
Add 12 new IPC screens. ( #32207 )
2026-07-24 19:44:31 +00:00
Alan
4cbf37effa
Migrate lighters and matches to the new attack chain. ( #32233 )
...
* Migrate lighters and matches to the new attack chain.
* Apply suggestions from CRUNCH review
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
* Fix github's suggestion application error.
* Add fingerprints.
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:44:17 +00:00
Alan
9c8f096c97
Migrate data disks to the new attack chain. ( #32235 )
...
* Migrate data disks to the new attack chain.
* Call parent in activate_self()
* Migrate plant disks too.
* Call parent in activate_self() in gene_modder.dm.
* Prevent runtime on examine.
* Add fingerprints.
2026-07-24 19:44:04 +00:00
Alan
fe04a981da
Make the rapid cable layer stop whipping after healing. ( #32236 )
2026-07-24 19:43:52 +00:00
Alan
c5c0990eb1
Migrate salvage and teleport scroll to new attack chain. ( #32237 )
...
* Migrate salvage and teleport scroll to new attack chain.
* Apply suggestion from CRUNCH review.
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
* Add fingerprint.
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:43:43 +00:00
Alan
8cde79d31d
Migrate hand teleporter and shooting targets to the new attack chain. ( #32239 )
...
* Migrate shooting targets and hand tele to new attack chain.
* Add sound to target welding.
* Call parent in activate_self() in teleportation.dm
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
* Apply suggestion from CRUNCH review.
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:43:30 +00:00
Alan
a738a91289
Migrate circuitboards, vending items, bio chips to new attack chain. ( #32240 )
...
* Migrate circuitboards, vending items, bio chips to new attack chain.
* Give the GPS something it can understand.
2026-07-24 19:43:15 +00:00
Alan
8475ffd91f
Migrate GPS to the new attack chain. ( #32241 )
...
* Migrate GPS to the new attack chain.
* Add fingerprint.
2026-07-24 19:43:03 +00:00
Alan
455e59f7cf
Migrate camera bug to the new attack chain. ( #32244 )
...
* Migrate camera bug to the new attack chain.
* Add fingerprint.
2026-07-24 19:42:50 +00:00
Alan
1f189f73b7
Migrate enginepicker to the new attack chain. ( #32245 )
...
* Migrate enginepicker to the new attack chain.
* Apply suggestions from CRUNCH. review
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:42:39 +00:00
Alan
77189acae1
Migrate handheld defibrillator to the new attack chain. ( #32247 )
...
* Migrate handheld defibrillator to the new attack chain.
* Apply suggestions from CRUNCH review
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:42:29 +00:00
Alan
cce2323f7c
Migrate health analyzer to the new attack chain. ( #32248 )
...
* Migrate health analyzer to the new attack chain.
* Apply suggestions from CRUNCH review
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:42:17 +00:00
Alan
83acadbdf1
Migrate machine analyzer to the new attack chain. ( #32254 )
...
* Migrate machine analyzer to the new attack chain.
* Apply suggestion from CRUNCH review.
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:42:05 +00:00
Alan
73dd71237a
Migrate light replacer to the new attack chain. ( #32255 )
2026-07-24 19:41:52 +00:00
Alan
9348ca5885
Migrate laser pointer to the new attack chain. ( #32256 )
...
* Migrate laser pointer to the new attack chain.
* Apply suggestions from CRUNCH review
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:41:42 +00:00
Alan
7526673692
Migrate megaphone and machine prototype to the new attack chain. ( #32257 )
...
* Migrate megaphone and machine prototype to the new attack chain.
* Add fingerprint.
2026-07-24 19:41:30 +00:00
Alan
cc85215dd9
Migrate personal AI device to the new attack chain. ( #32258 )
2026-07-24 19:41:17 +00:00
Alan
f8d9136269
Migrate scanners and powersink to the new attack chain. ( #32259 )
...
* Migrate scanners and powersink to the new attack chain.
* Call parent in activate_self() of t-ray scanners.
* Apply suggestion from CRUNCH review.
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:41:03 +00:00
Alan
6a94bd21ae
Migrate handheld crew monitor to the new attack chain. ( #32260 )
2026-07-24 19:40:50 +00:00
Alan
9ae30f0666
Migrate thermal drill to the new attack chain. ( #32261 )
2026-07-24 19:40:37 +00:00
Alan
fa6d060bf8
Migrate transfer valve, assembly holder, and chem grenade to the new attack chain. ( #32262 )
...
* Add transfer valve to the new attack chain.
* Apply suggestions from CRUNCH review
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
* Update assembly messages, migrate assembly holder and chem grenade.
* Fix onetankbomb gas analysis.
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:40:24 +00:00
Alan
00ee70e654
Migrate voice changer to the new attack chain ( #32264 )
2026-07-24 19:40:09 +00:00
Alan
66b60b4dc1
Migrate hailer to the new attack chain. ( #32265 )
...
* Migrate hailer to the new attack chain.
* Apply suggestion from CRUNCH review. Github, please no funny business.
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
* Add fingerprint to whistle too. Why not.
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:39:58 +00:00
Alan
8f548fcda9
Migrate encryption key to the new attack chain. ( #32269 )
...
* Migrate encryption key to the new attack chain.
* Apply suggestion from CRUNCH review.
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:39:48 +00:00
Alan
d93c05a145
Migrate radios to the new attack chain. ( #32270 )
...
* Migrate radios to the new attack chain.
* Apply suggestion from CRUNCH review.
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
* Make code reachable.
* Migrate uplinks themselves too.
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:39:28 +00:00
Alan
43a254b002
Migrate tracking beacons to the new attack chain. ( #32271 )
...
* Migrate tracking beacons to the new attack chain.
* Apply suggestions from CRUNCH review
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:39:14 +00:00
Alan
3d0a47c4ce
Migrate dice and hammer to the new attack chain. ( #32272 )
2026-07-24 19:39:03 +00:00
Kar4es
7ad14d5430
Update machine_frame.dm ( #32293 )
2026-07-24 19:38:51 +00:00
Alan
6656091eac
Migrate pizza boxes to the new attack chain. ( #32330 )
...
* Migrate pizza boxes to the new attack chain.
* Apply suggestions from CRUNCH review.
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:36:39 +00:00
Alan
91e26ce194
Migrate magic tarot to the new attack chain. ( #32329 )
...
* Migrate magic tarot to the new attack chain.
* Apply suggestions from CRUNCH review.
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:36:28 +00:00
Alan
d1a8f5f9d5
Migrate nanopaper tickets to the new attack chain. ( #32328 )
...
* Migrate nanopaper tickets to the new attack chain.
* Apply suggestion from CRUNCH review.
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:36:15 +00:00
Alan
f695f5dac5
Migrate big red button to the new attack chain. ( #32327 )
2026-07-24 19:36:03 +00:00
Alan
6d36af8e5b
Migrate seeds to the new attack chain. ( #32326 )
...
* Migrate seeds to the new attack chain.
* Apply suggestion from CRUNCH review.
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:35:48 +00:00
Alan
f6b53ff47d
Make IDs properly show 'plural' gender as 'genderless'. ( #32325 )
2026-07-24 19:34:59 +00:00
Alan
c5ff5bf541
Fix Dark Hephaestus Screen icon state. ( #32323 )
2026-07-24 19:34:48 +00:00
Alan
991e53368f
Rework how mail envelopes are generated. ( #32322 )
...
* Rework how mail envelopes are generated.
* Add newline to departments_defines.dm
* Apply suggestion from CRUNCH review.
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:34:36 +00:00
Alan
f742e427cd
Tweak drink cans and mambo smoothie recipe. ( #32319 )
2026-07-24 19:34:13 +00:00
Alan
90588d544a
Allow mouse-dropping atoms in disposal chutes. ( #32311 )
2026-07-24 19:34:00 +00:00
Alan
9ae15490cc
Migrate extraction beacon assembly kit to the new attack chain. ( #32310 )
2026-07-24 19:33:40 +00:00
Alan
a6ff60d20b
Add conveyor and switch constructs to the new attack chain. ( #32309 )
2026-07-24 19:33:29 +00:00
Alan
9f6be84086
Migrate hair dye bottles to the new attack chain and tgui. ( #32306 )
2026-07-24 19:33:12 +00:00
Alan
9cce50e4a8
Allow lighting IPC cigarettes with welder by targeting mouth. ( #32305 )
2026-07-24 19:32:58 +00:00
Alan
c85eb89ec3
Migrate mob holder to the new attack chain. ( #32300 )
2026-07-24 19:32:31 +00:00
Alan
e1fc0fb4e7
Migrate instruments to the new attack chain. ( #32299 )
2026-07-24 19:32:10 +00:00
Alan
302ae1c8a5
Migrate mail envelopes and scanners to the new attack chain. ( #32296 )
...
* Migrate mail envelopes and scanners to the new attack chain.
* Fix unidentified variable.
2026-07-24 19:31:59 +00:00
Alan
6b4f9623ff
Migrate bio-chip pad to the new attack chain. ( #32295 )
2026-07-24 19:31:39 +00:00
Alan
664b717402
Migrate bee briefcase to the new attack chain. ( #32294 )
...
* Migrate bee briefcase to the new attack chain.
* Add fingerprints.
* Apply suggestions from CRUNCH review
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
* Use cooldown macros.
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:31:28 +00:00
Alan
1287328ad0
Migrate detective scanner to the new attack chain. ( #32292 )
...
* Migrate detective scanner to the new attack chain.
* Apply suggestions from CRUNCH review.
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
---------
Signed-off-by: Alan <alfalfascout@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+CRUNCH-Borg@users.noreply.github.com >
2026-07-24 19:31:15 +00:00