27488 Commits

Author SHA1 Message Date
RavmorganButOnCocaine
c60f37788a Automatic changelog update 2024-03-25 03:03:53 +00:00
RinKeeper
d32002892c tweak: WonderBox, Polaris, Scoupidia, Void and Triumph are back in ma… (#233)
* tweak: WonderBox, Polaris, Scoupidia, Void and Triumph are back in map pool

* white map pool

* fix

* add: WhiteBox

* fix: MaterialStorage and pool fix
2024-03-25 06:02:48 +03:00
nikthechampiongr
266cc85f57 Create DeviceNetworkJammerComponent & System as a general way for entities to act as jammers (#26342)
* Add DeviceNetworkJammerComponent & System

Allows for entities to "jam" DeviceNetwork packets.

Whenever a device attempts to send a packet, the
DeviceNetworkJammerSystem listens for the BeforePacketSentEvent.
From there if any entity with the jammer component is within range of
either the sender or receiver of the packet the event will be cancelled.
Additionally jammers can only block packets in certain networks. If a
packet is not being transmitted in one of the networks it can block then
even if the jammer is in range the event will not be cancelled.

The range is stored in the jammer component along with the networks it
can jam.

Jammable network ids are stored as strings which seems to be how custom
networks are stored (E.g. network ids for suit sensors).

To allow for all of this, the BeforePacketSentEvent was modified to
provide the NetworkId.

* Make JammerSystem for the radio jammer use the DeviceNetworkJammer. Remove redundant event.

* Replace calls to TryDistance with InRange
2024-03-24 21:59:16 -04:00
PJBot
49dbead354 Automatic changelog update 2024-03-25 01:27:47 +00:00
Tayrtahn
cd4eda44b8 Make parrots talk like parrots (#26340) 2024-03-24 18:26:41 -07:00
PJBot
8ee0fc5080 Automatic changelog update 2024-03-25 01:15:10 +00:00
IProduceWidgets
89235b9e1b Add astro-jungle/mowed grass and astro-snow (#26381) 2024-03-24 18:14:04 -07:00
PJBot
6f55aa6b6e Automatic changelog update 2024-03-25 00:59:38 +00:00
IProduceWidgets
27a9b07823 Fix tags on antique laser gun (#26398)
It's missing the tag that's needed for it to go back in the glass storage box.
2024-03-24 17:58:33 -07:00
PJBot
e972829ddd Automatic changelog update 2024-03-25 00:56:54 +00:00
Callmore
0bc886c009 Holoprojectors crafted at lathes no longer come with a cell (#26405)
Adds versions of the holoprojectors (janitoral, fan, and field) that start without a battery and changes the lathe recipe to use these instead. This is consistant with flashlights, which when made do not start with a cell.

Also it's a bit silly to have cargo printing a bunch of these to sell.
2024-03-24 17:55:48 -07:00
Luminight
92ab9a8a01 Unswap small and tall wodden fence gates (#26409) 2024-03-24 17:55:01 -07:00
Leon Friedrich
31d70db547 Use entity queries in ambient sound & power receiver systems (#26410) 2024-03-24 17:52:05 -07:00
IProduceWidgets
451890b85b Fix admin verb to set unspawned ballisic ammo count (#26411)
Don't crash if an invalid value is given.
2024-03-24 17:45:01 -07:00
PJBot
3197262f34 Automatic changelog update 2024-03-25 00:44:10 +00:00
IProduceWidgets
a46e7102cf Accept cloth and ingots in the ammofab (#26413) 2024-03-24 17:43:04 -07:00
Pieter-Jan Briers
a30fb1fffa Update close-master-pr.yml (#26416)
Fix name of "Close PRs on master" workflow
2024-03-24 23:47:30 +01:00
Wrexbe (Josh)
5562bcebcb Fixed some icon rsi warnings (#26414)
Fixed some icon warnings

Co-authored-by: wrexbe <wrexbe@protonmail.com>
2024-03-24 23:46:24 +01:00
SlamBamActionman
8f652eaa75 Immovable Rod visual variations (#25932)
* Adds variations to immovable rod

* slash oopsie

* Changed prototypes from being hardcoded to being defined in the rules component

* Changed from 10% chance to 5%

* Changes based on feedback

* Fix nullable error

* Moved randomized logic to .yaml. Probabilities of alternate rods add up to 5%.
2024-03-24 23:45:52 +01:00
PJBot
a8b714af3f Automatic changelog update 2024-03-24 22:37:01 +00:00
SoulFN
1dff97901d Gives borg industrial welder (#26332)
Update borg_modules.yml

Changes basic welder in borg tool module to industrial welder
2024-03-25 01:35:55 +03:00
PJBot
a9b64331c8 Automatic changelog update 2024-03-24 22:04:05 +00:00
ChaseFlorom
b44015bd55 Removed Cannabis from thief objectives (#26412)
* Removed Cannabis from thief objectives

* Removed the steal group and from cannabis prototypes
2024-03-25 01:02:56 +03:00
Pieter-Jan Briers
89db4409a4 Remove CRLF, enforce with workflow (#26401)
* Check for CRLF in actions workflow

Make emisse weep

* Copy paste bottom text

* I would like to thank StackOverflow for this spite PR.

* Mention file name in message because the workflow tab doesn't display it.

* dos2unix everything
2024-03-24 22:06:17 +01:00
IProduceWidgets
f2112e6e9d Make fland's mail into wheel-and-spoke distribution. (#26404) 2024-03-24 14:11:02 -06:00
CaYpeN1
b2cf4d5f46 fix: appvalue to basemodule 2024-03-25 00:23:23 +05:00
brainfood1183
af6a2d7792 Origin Station Update 12.03.2024 (#26055)
* Origin Station Update 12.03.2024

* implement PJB requested changes

* changed ap magnum rounds for magnum rounds.

* added west side maints door per pjb request.

* removed laser glass box from captain quarters.
2024-03-24 12:58:17 -06:00
Wrexbe (Josh)
f7a1ffd0aa Store keybind priority (#26356)
* Fix saving keybind priority

* Change movestoreditem keybind priority to prevent bug

---------

Co-authored-by: wrexbe <wrexbe@protonmail.com>
2024-03-24 19:25:04 +01:00
keronshb
4dced51f0d Fixes store purchase events and adds support to raise a directed event (#26389)
* fixes store event check

* raise directed product event
2024-03-24 19:07:05 +01:00
Pieter-Jan Briers
0303e9cb36 Adds "untriaged" labeler workflow (#26392)
All new opened issues automatically get marked as "untriaged", so a maintainer can go through them properly.
2024-03-24 18:19:32 +01:00
PJBot
eff4d37e62 Automatic changelog update 2024-03-24 16:39:10 +00:00
DoutorWhite
018832707c Fix Medical Hud death icon animation and Changes critical icon (#26391)
Fix Dead Icon animation and changes Critical Icon
2024-03-24 12:38:03 -04:00
RavmorganButOnCocaine
52601fbad9 Automatic changelog update 2024-03-24 16:35:23 +00:00
ThereDrD0
778b283b4d Фикс лута шкафов по отзывам маппера (#244)
* fix: fix mime and clown lockers localization

* fix: fix double medal case in captain locker

* fix: fix double ce magboots

* fix: fix medical locker description
2024-03-24 19:34:19 +03:00
CaYpeN1
7198ad69b2 new method 2024-03-24 21:28:59 +05:00
PJBot
03bb9da9aa Automatic changelog update 2024-03-24 16:19:02 +00:00
Leon Friedrich
ec761114ea Run fixgridatmos for cargo & emergency shuttle (#26382)
Fix cargo & emergency shuttle
2024-03-25 03:17:56 +11:00
CaYpeN1
21278b73ca Merge remote-tracking branch 'origin/master' into weapon-modules 2024-03-24 21:07:21 +05:00
CaYpeN1
5a408211e1 Merge remote-tracking branch 'origin/master' into weapon-modules 2024-03-24 21:04:53 +05:00
PJBot
8f33db1e6c Automatic changelog update 2024-03-24 15:41:00 +00:00
nikthechampiongr
dca0c6694b Add stealthmins (#26263)
* Add stealthmin command.

* Update Content.Server/Administration/Commands/AdminWhoCommand.cs

As suggested by CE.

Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>

* Add admin notifications for admins toggling stealthmin.

* Localize stealthmin command

---------

Co-authored-by: Chief-Engineer <119664036+Chief-Engineer@users.noreply.github.com>
2024-03-24 10:39:53 -05:00
RavmorganButOnCocaine
459750b34b Automatic changelog update 2024-03-24 15:24:59 +00:00
ThereDrD0
cd03321fcf fix: add hos trench to hos dresser (#243) 2024-03-24 18:23:56 +03:00
metalgearsloth
3731cc3c50 Update submodule to 215.2.0 (#26388) 2024-03-25 01:01:00 +11:00
CaypenNow
d177127b99 Хотфикс (#242)
* hotfix

* fix
2024-03-24 16:03:56 +03:00
CaYpeN1
e75639d5bc fix 2024-03-24 17:51:05 +05:00
Valtos
5f01622a07 nill kiggers 2024-03-24 15:04:07 +03:00
Valtos
1a284b4b40 nuck figgers 2024-03-24 15:03:24 +03:00
CaYpeN1
1cb4c29d15 new methods 2024-03-24 16:00:19 +05:00
RavmorganButOnCocaine
ad8a73eff0 Automatic changelog update 2024-03-24 10:32:21 +00:00