Commit Graph

36638 Commits

Author SHA1 Message Date
PJBot a530928854
Automatic changelog update 2024-05-07 02:08:46 +02:00
null 48c2c90f4a
Holy damage locid 2024-05-07 02:08:09 +02:00
Leon Friedrich fbab3f1a30
ActivatableUI tweaks (#27448)
* ActivatableUI tweaks

* EntGotRemovedFromContainerMessage

* A
2024-05-07 02:05:39 +02:00
potato1234_x 22481b5104
Rainbow Weed (#25759)
* rainbow weed

* Lipolicide

* psicodine + mannitol

* happiness

* ground + dried + smokables

* damn you notepad++

* fix

WHY NOT TELL ME ALL THE PROBLEMS AT THE SAME TIME!!!

* work

* work i beg you

* recipe good

* possibly fix merge conflict

* remove reagents
2024-05-07 02:05:36 +02:00
Kukutis96513 cb4c7867c3
Senior physician sleeve symmetry (#27016)
* weh.

* get the weh out of my repository

* add best lizard figurine

* remove umbra stuff from master

* sprite time!!

* revert stuff?

* newer spritesss
2024-05-07 02:05:15 +02:00
Leon Friedrich 5c4aeadd3f
Prevent SecretRule from picking invalid presets (#27456)
* Prevent SecretRule from picking invalid presets

* remove lonely semicolon

---------

Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
2024-05-07 02:05:12 +02:00
PJBot 8c4cd62c92
Automatic changelog update 2024-05-07 02:05:10 +02:00
Hanz ba260ecc6e
HoP and QM Stamps (#25604)
the meat and potatoes

yup
2024-05-07 02:05:06 +02:00
PJBot 527a13a896
Automatic changelog update 2024-05-07 02:05:04 +02:00
Magnus Larsen f7ce85c3b9
Allow more items to be recycled (#24435)
Give more items a PhysicalComposition for recycling
2024-05-07 02:05:01 +02:00
Leon Friedrich 07be4ad541
Stop admin verb pop-in (#27450) 2024-05-07 02:04:58 +02:00
Leon Friedrich e70e9f5a48
Move UnpoweredFlashlight to shared (#27449) 2024-05-07 02:04:57 +02:00
PJBot 7995902a5a
Automatic changelog update 2024-05-07 02:04:54 +02:00
beck-thompson e44d9fbdda
Infinate chem dupe fixed (Toilet, drain) + dirty water toilet fix (#27446)
innital commit
2024-05-07 02:04:53 +02:00
Plykiya 831ebd07b3
Fix doubled gas mask action message (#27463)
Fix doubled message

Co-authored-by: Plykiya <plykiya@protonmail.com>
2024-05-07 02:04:50 +02:00
PJBot eda8421dca
Automatic changelog update 2024-05-07 02:04:48 +02:00
Plykiya c4f63ec213
Make Smile the Slime grabbable like geras (#27458)
Make smile grabbable like geras

Co-authored-by: Plykiya <plykiya@protonmail.com>
2024-05-07 02:04:45 +02:00
beck-thompson 1782fae643
Fixed some mop .ftl capitalization (#27447) 2024-05-07 02:04:44 +02:00
PJBot d9d9e83a6a
Automatic changelog update 2024-05-07 02:04:40 +02:00
Ubaser 51f1ddfed6
New plant mutation: Pyrotton (#27200)
* WIP

* sprites n stuff

* flavour

* maybe fix

* add stack

* fix parent
2024-05-07 02:04:39 +02:00
PJBot d822568dd6
Automatic changelog update 2024-05-07 02:04:35 +02:00
osjarw 188a8b16f4
DelayedForce and Rapid anom behaviors fixed (#27435) 2024-05-07 02:04:34 +02:00
PJBot 2ff8cf8396
Automatic changelog update 2024-05-07 02:04:31 +02:00
FungiFellow 90ed94d1ad
Bows fit on Airtank Slot (#27433)
Update bow.yml
2024-05-07 02:04:30 +02:00
null f6d12593e1
Add immaterial damage group loc 2024-05-07 01:57:04 +02:00
PJBot 8b40a92ead
Automatic changelog update 2024-05-07 01:54:59 +02:00
Plykiya 8f4599275b
Hardsuits, EVA suits, Firesuits, and others now protect your feet from Glass Shards (#26764)
* Hardsuits and softsuits count as having shoes for step triggers

* Add softsuit tag prototype

* Change to suitEVA tag

* Get rid of softsuit tag, found suitEVA tag

* Full pass of ShoesRequiredStepTriggerImmune

* Adds check to outerClothing for ShoesRequiredStepTriggerImmune

* return

* fuck Dionas

* Convert to comp, space dragons immune as well

* Merge conflict

* Merge conflict

* fix leftover tags

* empty spaces

* turns out the dragon didn't need it

* minor optimization

* Add access for system, add comp to baseShoes, check slotflags for every slot besides pockets

* fix

* fuck it we ball

---------

Co-authored-by: Plykiya <plykiya@protonmail.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2024-05-07 01:54:56 +02:00
Plykiya 201a8af353
yml fix for locker deconstruction (#27430)
Actual fix for lockers and deconstruction

Co-authored-by: Plykiya <plykiya@protonmail.com>
2024-05-07 01:52:58 +02:00
PJBot b6b112e432
Automatic changelog update 2024-05-07 01:52:55 +02:00
exincore 9a7b62511c
feat(fax): Fax machines print, copy, and send paper labels (#25979)
* feat(fax): Client fax file-print parses and stores label

* feat(fax): Fax machines print, copy, and send paper labels

* style(Fax): Comments and formatting

* feat(fax): Make fax admin logging more consistent and clear

* refactor(fax): Replace ternary with a simpler null coalescing

* refactor(fax): Make FaxSystem Send method signature consistent with Copy, PrintFile

* refactor(fax): Read entire file and process later instead of peeking first

* refactor(fax): Remove local variables only used for style

* style(fax): Fix some nearby style errors

* fix(fax): Undo an inaccurate change to admin log formatting

* refactor(fax): Separate `firstLine` variable

* fix(fax): Use Environment.NewLine

* bienvenidos

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2024-05-07 01:52:52 +02:00
PJBot adc9a9965c
Automatic changelog update 2024-05-07 01:52:51 +02:00
Boaz1111 9a1880fab0
Hyperconvection Circuit Imprinter (#27283)
* not done yet

* i may be stupid

* Update electronics.yml

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2024-05-07 01:52:46 +02:00
PJBot 8d125b9e0e
Automatic changelog update 2024-05-07 01:52:45 +02:00
Boaz1111 75dc3a5dc7
Circuit imprinter now uses less glass (#27310)
* moved from 9 sheets of glass to 5 sheets of glass for all circuit recipes

* Revert "moved from 9 sheets of glass to 5 sheets of glass for all circuit recipes"

This reverts commit 45bb8d40150cddbbe005f5d66d34532b79143f98.

* adresses merge conflict

* fixed error

* parents base computer board to base machine board

* Revert "parents base computer board to base machine board"

This reverts commit dec3a799a90b4a0cb121b6694ecf65d9a0abd6a3.

* other thing was causing errors, guess it's this now
2024-05-07 01:52:42 +02:00
PJBot d65d66d70e
Automatic changelog update 2024-05-07 01:51:43 +02:00
Nemanja b5fd5fec30
Actual fix for lockers and deconstruction (#27431)
actual actual locker construction fix
2024-05-07 01:51:41 +02:00
PJBot 9913d06b30
Automatic changelog update 2024-05-07 01:50:32 +02:00
Keer-Sar a96ea2bc84
Medal case whitelist (#27428)
* Create Medal tag and assign tag to medals

* Update Resources/Prototypes/tags.yml

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2024-05-07 01:50:30 +02:00
PJBot be58581525
Automatic changelog update 2024-05-07 01:49:48 +02:00
KrasnoshchekovPavel 57c0675459
Added localization of groups and types: damage, metabolism (#27368)
* Added localization of groups and types: damage, metabolism (displayed in the guide book). The text for the health analyzer, weapon damage inspection is now taken from damage prototypes

* fix damage tests

* fix damage test yml

* fix damage test prototypes

* Update Content.Shared/Damage/Prototypes/DamageGroupPrototype.cs

* Update Content.Shared/Damage/Prototypes/DamageTypePrototype.cs

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2024-05-07 01:49:45 +02:00
RumiTiger d959914794
Sprites for drinks without sprite (attempt 2) (#27227)
* A beer can and a wine can

* fix wrong file locations


---------

Signed-off-by: c4llv07e <kseandi@gmail.com>
Co-authored-by: c4llv07e <kseandi@gmail.com>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2024-05-07 01:49:42 +02:00
PJBot 2c85849fe0
Automatic changelog update 2024-05-07 01:49:38 +02:00
NotSoDana f7736e77f2
Several new bartender tools (#27406)
* added bar specs

* specs in boozeomat

* added jigger in bartender guide

* fixed ice bucket

* cdn

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2024-05-07 01:49:35 +02:00
null e33082620c
Linter error 2024-05-07 01:48:43 +02:00
metalgearsloth 23d20224f4
Fix godmode serialization (#27427)
IDK
2024-05-07 01:27:45 +02:00
PJBot ddacce70c8
Automatic changelog update 2024-05-07 01:27:42 +02:00
osjarw d748150692
Fix handlabeler/utility belt misprediction (#26660)
* Fix handlabeler/utility belt misprediction

* Partly moved HandLabelerSystem to shared
And cleaned up HandLabelerComponent

* WIP format the files so later commits look clearer
Doesn't change individual code lines, but may move
functions to another file

* WIP some more code movement

* Hand Labeler is now mostly predicted
Only the UI isn't

* WIP: Formatting and moved stuff

* Using componentstates for prediction correction

* review

* Update label on label change

* Don't overwrite label while editing

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>
2024-05-07 01:26:28 +02:00
PJBot e2627805d6
Automatic changelog update 2024-05-07 01:17:09 +02:00
DeltaV-Bot 5750cd93ff Automatic changelog update 2024-05-06 22:04:19 +00:00
Lyndomen 927c48bc20
Syndicate Agent TC Adjustment (#1165)
* Update cargo_technician.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

* Update salvage_specialist.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

* Update chemist.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

* Update research_assistant.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

* Update scientist.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

* Update atmospheric_technician.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

* Update service_worker.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

* Update bartender.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

* Update lawyer.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

* Update forensicmantis.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

* Update chaplain.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

* Update cargo_technician.yml

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

---------

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>
2024-05-07 00:04:00 +02:00