Commit Graph

34816 Commits

Author SHA1 Message Date
ArtisticRoomba 14b5004dc9 Thieves can innately pickpocket - thieving gloves rework (#38123)
* Thieves can innately pickpocket (#107)

Pickpocketing a skyrim guard's armor off

(cherry picked from commit 21b9f1ddb251ea3c7c6803e78871abefcaecbfb4)

* this isnt moff

* Make predicted, cleanup

* !skating-basketball

* orks are NOT the best trollface

* Implement much more sensible component replication prevention

---------

Co-authored-by: DuckManZach <144298822+duckmanzach@users.noreply.github.com>
2025-08-07 19:01:51 +02:00
Seam_Less cb05f43210 Gun Inhand Sprite Fixes (#38294)
* cobra, viper, pulse pistol

* c20 and wt550

* l6 + attributions
2025-08-07 18:49:15 +02:00
Tayrtahn 1181854f82 Cleanup duplicate dependency in `AddActionCommand` (#38360)
Cleanup duplicate dependency in AddActionCommand
2025-08-07 18:49:09 +02:00
PJBot 8f0b0b266b Automatic changelog update 2025-08-07 18:48:54 +02:00
Sparlight b36690f7ec Fix Smart Corgis not being targeted by hostile faction entities (#38349) 2025-08-07 18:48:49 +02:00
PJBot 41afa532ad Automatic changelog update 2025-08-07 18:48:43 +02:00
ScarKy0 b86884cf10 Commands for adding and removing actions (#38317) 2025-08-07 18:48:28 +02:00
PJBot 49a61d9595 Automatic changelog update 2025-08-07 18:48:04 +02:00
qrwas 79651839b4 Add group for loadouts (#36951)
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
2025-08-07 18:47:24 +02:00
beck-thompson 051dc369d6 Revert "Randomized Markings" (#38345) 2025-08-07 18:46:07 +02:00
Helix-ctrl 12cdedc99b Add hints towards flash protection to all items which provide it (#37267)
* Update welding.yml

* Update FlashSystem.cs

Add subscriber event for flash immunity examine text

* Create flash-immunity-component.ftl

* Removed changed description text

* change to use entity version

* fixed mistake
2025-08-07 18:45:39 +02:00
PJBot 54695fdea7 Automatic changelog update 2025-08-07 18:45:30 +02:00
beck 329fd24aec Randomized Markings (#34765)
randomized markings
2025-08-07 18:44:51 +02:00
ScarKy0 ad0f4de387 Armblade Tweaks (#38337)
init
2025-08-07 18:44:30 +02:00
PJBot 9b817d2d0f Automatic changelog update 2025-08-07 18:44:23 +02:00
SlamBamActionman e72b5dee65 Ensure large entities don't get stuck on conveyor belt corners (#37466)
* Initial commit

* Also avoid the friction change doesn't make turned-off conveyor belts continue going

* Ensurecomp on conveyor starting

* i give up

* Minor brackets edit

* Documentation
2025-08-07 18:44:06 +02:00
github-actions[bot] 00f7cebb01 Update Credits (#38321)
Co-authored-by: PJBot <pieterjan.briers+bot@gmail.com>
2025-08-07 18:43:49 +02:00
PJBot 855700fcbe Automatic changelog update 2025-08-07 18:42:44 +02:00
FungiFellow 70f82a174c Give Syndie-Cats Syndie Access (#38318)
* Update animals.yml

* Update animals.yml
2025-08-07 18:42:38 +02:00
PJBot 74056a33c7 Automatic changelog update 2025-08-07 18:42:04 +02:00
ScarKy0 7fed6632fb Retractable items system + Arm Blade action (#38150) 2025-08-07 18:41:36 +02:00
PJBot 9f857e1496 Automatic changelog update 2025-08-07 18:40:12 +02:00
nikitosych fd6597d3da Fix for holoparasite's ability to attack the host through mech (#36659) 2025-08-07 18:38:36 +02:00
PJBot dbbf45c407 Automatic changelog update 2025-08-07 18:35:12 +02:00
Quanteey 01beabb986 fuck no 2025-08-07 18:33:38 +02:00
Sparlight 7e2e97884a Add pet bag - wearable backpack for pets (#37440)
* Add pet bag

* Trailing whitespace moment

* make the linter happy

* Fix trailing whitespace concern.

* Fix Construction component oopsy-daisy

* yml guideline moment

* remove weird extra whitespace

* make the maintainer happy

* Adjusted bag visuals based on feedback

* Allow the fox aghost admin to use pet bags
2025-08-07 18:33:12 +02:00
PJBot 2dcd89e052 Automatic changelog update 2025-08-07 18:32:25 +02:00
PJBot 990a4d7ca6 Automatic changelog update 2025-08-07 18:28:47 +02:00
Nox db86ef5a7e Added warden's uniforms to their dresser. (#38283)
* Added warden's uniforms to their dresser.

Signed-off-by: Nox38 <nebulousnox38@gmail.com>

* Added warden's guitar

Signed-off-by: Nox38 <nebulousnox38@gmail.com>

* Removed armored coats and guitar from warden dresser.

Signed-off-by: Nox38 <nebulousnox38@gmail.com>

---------

Signed-off-by: Nox38 <nebulousnox38@gmail.com>
2025-08-07 18:28:36 +02:00
SyaoranFox 1496ff6e87 Zombies won't attack Initial Infected (#38128)
* Added Zombie faction roles everywhere that makes sense for initial infected to be associated with Zombies.

* Adding faction component to round start zombie. (not hopeful)

* Removed stupid attempts and added zombie faction component to the zombie system when the player is given the ability to force themself to zombify.

* Changed use of "zombie" for ProtoId<NpcFactionPrototype>

* Update Content.Server/Zombies/ZombieSystem.cs

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Content.Server/Zombies/ZombieSystem.cs

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Removed faction component from ZombieOutbreak event. Shouldn't cause problems with the event as II gets component with their ability to self zombify.

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-08-07 18:27:45 +02:00
PJBot c5f0d27468 Automatic changelog update 2025-08-07 18:27:37 +02:00
Kittygyat 1c9f390393 Added monkey/kobold emergency EVA sprites & the ability for them to wear them. (#37660)
* Added monkey/kobold emergency eva suit sprites, and the ability for them to wear it

* Added tag, fixed indentation

* Ok actually fixed the indentation this time
2025-08-07 18:27:19 +02:00
PJBot 7d36890e0f Automatic changelog update 2025-08-07 18:23:14 +02:00
slarticodefast 1cad639d60 Fix puncturase cauterizing bleeding (#38289)
fix puncturase cauterizing bleeding
2025-08-07 18:22:47 +02:00
PJBot 6c1b837113 Automatic changelog update 2025-08-07 18:21:20 +02:00
qrwas d7aa45d3b8 fix missing locale for Undergarment (#38304) 2025-08-07 18:21:16 +02:00
PJBot bda52f30d5 Automatic changelog update 2025-08-07 18:21:11 +02:00
SyaoranFox cd432a92de Rat King changed to Antag (#38124)
* Changed rat king to be antag
Rat King guide updated to show antag rules

Initial infected given zombie faction
Zombies given zombie faction too (not sure if redundant or not)

* Given zombie faction to Initial Infected and Zombies in mind_roles

* Changed MindRoleGhostRoleAntag to MindRoleGhostRoleSoloAntagonist

removed components from antag listings

* Removed changes for zombies

* Update Resources/Prototypes/Roles/Antags/zombie.yml

Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com>

* Update Resources/Prototypes/ai_factions.yml

Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com>

* Changed mob prototype to match

* Forgot solo again

---------

Co-authored-by: Errant <35878406+Errant-4@users.noreply.github.com>
2025-08-07 18:21:01 +02:00
PJBot 08f1a687a1 Automatic changelog update 2025-08-07 18:20:46 +02:00
M1tht1c 2aa6d401d1 Fix visitor mindshields (#36537)
* Make visitor mindshields removable, and give disaster victims mindshields.

* Fix whitespace

* Fix ALL the whitespace
2025-08-07 18:20:25 +02:00
PJBot fac051ad45 Automatic changelog update 2025-08-07 18:20:08 +02:00
Nikovnik b3333d9aae Transparent tear gas (#36440)
* tweaked tear gas

* changed color of tear gas

* sped up metabolism rate of tear gas

* sped up tear gas passing more

* reduced tear gas content in grenades

* added threshold for better effect end timing

* removed clickable component from foams

* Suggestion changes

* Hide in spawn menu

---------

Co-authored-by: SlamBamActionman <slambamactionman@gmail.com>
2025-08-07 18:13:43 +02:00
PJBot 45837e455d Automatic changelog update 2025-08-07 18:12:24 +02:00
hoshizora 55cd1b7d3b Fix crafting steps with modular machine parts (#38299)
fixed lines that were messing with construction menu entries for machine parts
2025-08-07 18:12:13 +02:00
PJBot d280ee3f2d Automatic changelog update 2025-08-07 18:11:18 +02:00
Qerd 7bbb964fc4 Prediction for use of utensil on incompatible food (#38297)
Prediction our beloved
2025-08-07 18:11:07 +02:00
Perry Fraser 6f52335b71 Use correct on-head rainbow lizard plushie sprite (#38286) 2025-08-07 18:10:51 +02:00
PJBot 35a02218d2 Automatic changelog update 2025-08-07 18:10:47 +02:00
themias b46e9f0046 Fix gas analyzer and anom scanner wrong state (#38285)
* Fix gas analyzer and anomaly scanner UI activation issue

* save

* fix comment

* milkalyzer
2025-08-07 18:09:58 +02:00
Perry Fraser 2185ba5e21 fix: Correct respath for lizard smite icon (#38288) 2025-08-07 18:09:54 +02:00