Commit Graph

21260 Commits

Author SHA1 Message Date
deltanedas
7dd472c934 smoke grenades (#20996)
Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-12-15 17:49:30 -08:00
PJBot
33b007c23e Automatic changelog update 2023-12-15 19:00:57 -05:00
Nemanja
267c44fffd add mixing categories to chem guidebook (#22566) 2023-12-15 16:59:54 -07:00
PJBot
7e834489fe Automatic changelog update 2023-12-15 17:35:13 -05:00
Kara
32d76956f9 Remove chasm from lava planetgen (#22560)
* Remove chasm from lava planetgen

* REmove chasm from lava planetgen real

* Revert "Remove chasm from lava planetgen"

This reverts commit f432334b43e8b1dd17f15b19e50c2ba3d80df297.
2023-12-15 15:34:09 -07:00
deltanedas
b4a6b0f532 let borgs wear hat (#22555)
* let borgs wear hat

* special borg offset

* attack of the short people

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-12-15 15:33:51 -07:00
Leon Friedrich
68765a4753 Improve atmos debug overlay (#22520) 2023-12-15 14:18:00 -08:00
Leon Friedrich
477327f952 Atmos scaling cvar changes (#22501) 2023-12-15 14:02:21 -08:00
lzk
a88730fcfa cleanup PDA yaml (#22470)
* Update pda.yml

* Update pda.yml

* :trollface:
2023-12-15 15:46:56 -05:00
PJBot
fcf59fa872 Automatic changelog update 2023-12-15 15:46:36 -05:00
Ilya246
e9ad56ec5e posibrain as default (#22545) 2023-12-15 15:45:31 -05:00
Ubaser
d9db53f167 Artistic toolbox fill (#22552)
* add

* spawn

* Update toolboxes.yml

---------

Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
2023-12-15 15:44:41 -05:00
Flareguy
90bcbc160b Makes MORE raw materials grindable (#22550)
* makes MORE raw materials grindable (and adds cellulose fibers)

* meat sheets + cable coil + idk + dode

* uhhh uhhh um

* i have a disease and its called DODE
2023-12-15 15:37:07 -05:00
Pieter-Jan Briers
fea3a0d063 Update submodule again oops the last one doesn't work (#22558) 2023-12-15 20:24:23 +01:00
Pieter-Jan Briers
d0e77303dd .NET 8 compatibility (#22461) 2023-12-15 18:19:48 +01:00
PJBot
36658d9140 Automatic changelog update 2023-12-15 11:58:50 -05:00
Kara
e4a227ff0d Explosion SFX juicing + higher persistence (#22544) 2023-12-16 03:57:46 +11:00
Nemanja
46b59329b0 Small item text tweak (#22205) 2023-12-16 03:54:31 +11:00
PJBot
65047e5fad Automatic changelog update 2023-12-15 10:40:29 -05:00
Ed
98b7194e68 add 2 new artifact effects (#22551)
* add content

* t3 to t1
2023-12-15 10:39:24 -05:00
deltanedas
81b4276b0a blood-red phone (#22538)
* add blood-red phone

* add to nukie planet

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-12-15 04:59:10 -07:00
Emisse
5d01a2f9be fixe power (#22541) 2023-12-15 04:57:11 -07:00
PJBot
79ec383d07 Automatic changelog update 2023-12-15 04:59:18 -05:00
MendaxxDev
e301378114 Make flare gun explode, damage and stun the player when used with the wrong ammo (#22349)
* Flare gun can now only be loaded with actual flares

* Make flare gun loadable with other shells, but destroy it and damage and stun the user when used

* tweak

* Logic fix + QOL add-ons

* damageOnWrongAmmo in gun component

* cleanup
2023-12-15 02:57:59 -07:00
PJBot
353ab95446 Automatic changelog update 2023-12-15 04:57:23 -05:00
tgrkzus
bc925cb41c tanks only produce noise with sufficient valve pressure (#22401) 2023-12-15 02:56:17 -07:00
Ed
0a8a6693a8 add content (#22518) 2023-12-15 02:55:57 -07:00
PJBot
1acafbf846 Automatic changelog update 2023-12-15 04:53:59 -05:00
themias
9cc4a50692 Add more DNA interactions (#21989)
* Add more DNA interactions

* remove unused import

* update based on feedback

* Add event for chemistrysystem.injector

* move event to shared; transfer dna to implanter

* doafter and interaction event fixes

* add BreakOnHandChange

* doh

* use events instead of updating component directly

* Add DataFields to ForensicScannerComponent fields

* Convert most events to system api call
2023-12-15 02:52:55 -07:00
Nemanja
2455980090 Electrolysis and Centrifuge (#22517)
* electrolysis and centrifuge

* sprote

* final

* bomp!

* COUGH COUGH SPROTE

* boarsd
2023-12-15 02:52:46 -07:00
Ubaser
0349c53d0c Holy water (#22524)
* add

* flavour

* id

* reaction id fix

* maybe fix error

* yay

* notes

* below 50
2023-12-15 02:52:21 -07:00
PJBot
c68b61376e Automatic changelog update 2023-12-15 04:42:47 -05:00
keronshb
2d692f47da Action Upgrade System (#22277)
* Adds uses before delay so actions can be used multiple times before cooldown

* adds methods to get remaining charges, to set uses before delay, and to set use delay

* adds method to change action name

* moves set usedelay

* action upgrade ECS

* adds method to reset remaining uses

* adds upgrade events

* refactors action upgrade event and adds logic to parse it

* fix serialization issue

* adds level up draft method

* adds action commands and a command to upgrade an action

* more warning lines to help

* Gets action to upgrade properly

* Removes unneeded fields from the action upgrade component and now properly raises the level of the new action

* Cleans up dead code and comments

* Fixes punctuation in actions-commands and adds a TryUpgradeAction method.

* removes TODO comment

* robust fix

* removes RT

* readds RT

* update RT to 190

* removes change name method

* removes remaining uses & related fields and adds that functionality to charges

* Adds Charges to action tooltips that require it
2023-12-15 02:41:44 -07:00
PJBot
39cda517a5 Automatic changelog update 2023-12-15 04:38:14 -05:00
Ubaser
9b22ae3a6c add (#22531) 2023-12-15 02:37:17 -07:00
ninruB
1a5c235ddc troll (#22473) 2023-12-15 02:37:04 -07:00
PJBot
1eeb74815e Automatic changelog update 2023-12-15 04:29:17 -05:00
Ubaser
c1bc32de14 add (#22525) 2023-12-15 02:28:12 -07:00
Emisse
d8781f161f Meta shuttle (#22526)
* meta shuttle

* Update meta.yml

* amogus floor
2023-12-14 23:43:21 -07:00
Emisse
652b6812b8 Reach (#22519)
* reach update

* proto

* minor fixes

* poolz

* e shuttle fixe

* webedit ops

* Update PostMapInitTest.cs

* gay
2023-12-14 22:38:05 -07:00
chromiumboy
eb1c20ea81 Toned down wall color (#22522) 2023-12-14 22:36:01 -07:00
LankLTE
94628d6ab1 Relay custom votes to a webhook (#18561)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
2023-12-14 20:03:32 -08:00
PJBot
53e980abe5 Automatic changelog update 2023-12-14 20:57:46 -05:00
brainfood1183
2933024fe8 Acidifier Effect Sprite (#22425) 2023-12-14 20:56:42 -05:00
DrSmugleaf
af3a1e5900 Fix masks not toggling voice mask component (#22506) 2023-12-14 20:39:11 -05:00
PJBot
69767eef24 Automatic changelog update 2023-12-14 20:35:41 -05:00
deltanedas
fce18f43da add glaive to salv weapons (#22514)
* refactor ops

* add recipe

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-12-14 20:34:36 -05:00
deltanedas
a7e85fe446 open bag in combat mode (#22512)
* open bag in combat mode

* !!!!!

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-12-14 18:54:27 -05:00
Emisse
d8638a8814 atlas update (#22513)
* jobs adjuste

* -paramedic

* atlas update
2023-12-14 16:49:03 -07:00
Kevin Zheng
68171cdacf Increase gas leak event weight (#22508) 2023-12-15 10:41:01 +11:00