Commit Graph

29142 Commits

Author SHA1 Message Date
PJBot
5dbee6fc41 Automatic changelog update 2024-06-15 15:46:02 +00:00
Ian
ca58811bdb make the donk microwave drop the correct board on normal deconstruction (#29037)
* make the donk microwave drop the correct board on normal deconstruction

* removed the unnecessary SyndicateMicrowaveMachineBoard tag
2024-06-15 11:44:56 -04:00
PJBot
ba16cd19b2 Automatic changelog update 2024-06-15 15:18:22 +00:00
ShadowCommander
789453adf0 Make firelock warning light not require power and add a PointLight (#29024)
* Add a PointLight to firelocks when warnings are active

* Remove power requirement for lights
2024-06-15 11:17:16 -04:00
TsjipTsjip
71eb4d9178 CVarify meteor behavior (#29030)
* CVarify meteor behavior

* Cache value to reduce CVar calls, hook into OnValueChanged

* _cfg is still null at construction time, fixed by just making it set up on Started instead

* Invoke immediately! Learning more every step of the way.

* Move cached value initialisation to Initialize call

* Add explicit supercall
2024-06-15 10:03:20 -04:00
Ed
c5a8e96dca Skills system (#247)
* init basic skill system

* add skill requirement to advanced melee weapon

* working hard

* more hard work

* shot skill issue

* Now the skills give you the components

* add job special autolearning skills

* traits recreating

* some tweaks

* remove bg and components for now

* sharpening now require skills

* add alchemist role on maps

* pestle skill issue
2024-06-15 16:55:04 +03:00
PJBot
7e4c7607e6 Automatic changelog update 2024-06-15 13:20:29 +00:00
Nemanja
31d1d3b6e7 fix borgs getting deleted by salvage magnets (#29006) 2024-06-15 23:19:23 +10:00
PJBot
e16bf41da1 Automatic changelog update 2024-06-15 11:26:48 +00:00
nikthechampiongr
9dc9e22d13 Bwoink fix (#28899)
* Fix incorrect usage of loc string

* Make it so you can no longer ahelp someone who is no longer selected
2024-06-15 04:25:42 -07:00
metalgearsloth
9b8c544191 Update submodule to 225.0.0 (#29016) 2024-06-15 17:18:48 +10:00
PJBot
7b6e30d688 Automatic changelog update 2024-06-15 06:53:55 +00:00
metalgearsloth
8f12e90b90 Don't use invalid defaults for loadouts (#28740)
* Don't use invalid defaults for loadouts

At the time it made more sense but now with species specific stuff it's better to have nothing.

* Loadout SetDefault only applies valid loadouts
2024-06-15 16:53:42 +10:00
metalgearsloth
f0fbedd640 Fix RoleLoadout equality (#28737)
* Fix RoleLoadout equality

Knew it was janky but thought SequenceEqual was better than it is so we just do it manually.

* Also implement this
2024-06-15 16:52:49 +10:00
Leon Friedrich
a3d9f7291d Fix IComponentFactory mock in benchmark (#29015) 2024-06-15 16:42:25 +10:00
LankLTE
bb61191b24 Set ahelp new player icon to use minutes, not seconds (#29014)
Replace seconds with minutes
2024-06-15 16:35:34 +10:00
PJBot
62b9e423c9 Automatic changelog update 2024-06-15 06:04:02 +00:00
Flareguy
7afbe3c98e Adds 2 new space ruins (#28971)
adds 2 new space ruins
2024-06-15 00:02:56 -06:00
deltanedas
65424e0253 saltern update (#29001)
Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-06-15 00:01:13 -06:00
PJBot
16e7fec5e8 Automatic changelog update 2024-06-15 05:21:49 +00:00
Nemanja
ba24cc8f5c Fix drinking from openable containers (#29010) 2024-06-14 22:20:42 -07:00
AJCM-git
c339773b5f Fixes the ShowRulesCommand and the client not syncing rules correctly (#28752) 2024-06-15 00:41:25 -04:00
PJBot
2953e87f1c Automatic changelog update 2024-06-15 04:02:28 +00:00
Nemanja
d907e4ef57 make pulled uncuffing slower & reduce uncuff spam cooldown (#29008)
* prevent people being pulled from uncuffing themselves

* block -> modify duration
2024-06-14 21:01:22 -07:00
PJBot
d6b8b34f25 Automatic changelog update 2024-06-15 03:44:29 +00:00
Nemanja
748e5831e8 Add moon boots (#29009) 2024-06-14 20:43:23 -07:00
PJBot
06c8238164 Automatic changelog update 2024-06-15 03:39:49 +00:00
Nemanja
f136657b38 Revamped Meteor Swarm (#28974)
* meteor code and balanced values

* Meteor Swarms

* Update meteors.yml

* Update meteors.yml

* HOO! (fix overkill bug and buff space dust)

* undo BloodstreamComponent.cs changes

* DamageDistribution -> DamageTypes

* part 2.
2024-06-14 20:38:43 -07:00
PJBot
1d5840c279 Automatic changelog update 2024-06-15 03:24:48 +00:00
Brandon Hu
298de1ba39 fix(uplink): Remove useless gps from death rattle box (#28999) 2024-06-14 23:23:42 -04:00
PJBot
97695cfa62 Automatic changelog update 2024-06-15 03:14:58 +00:00
Robert V
48f90322f2 Allow vending machines to be repaired (#28920)
Vending machines can be repaired
2024-06-14 23:13:52 -04:00
PJBot
6132b5e07a Automatic changelog update 2024-06-15 03:01:06 +00:00
Verm
41a081d5ef Donk co. microwave + microwave tweaks (#28951)
* THE syndie microwave

* Always burn to explode microwave when copying

* Make it so copying ids stop when the microwave is goign to explode

* Made explosion destroy the board and spit out the machine parts

* Move logic is MicrowaveSystem, make metal cooking use the same logic

* Fix passing the wrong malfunction time

* Shuttle cannot escape aggressive branding

* Always make it explode with an id

* Forgot to invert bool, move it after fry chance
2024-06-14 23:00:00 -04:00
PJBot
7d0798cea5 Automatic changelog update 2024-06-15 02:59:36 +00:00
Plykiya
835d1dd153 Prevent borgs from getting duplicate modules (#28943)
* Prevent borgs from getting duplicate modules

* outta the loop

---------

Co-authored-by: plykiya <plykiya@protonmail.com>
2024-06-14 22:58:30 -04:00
Zonespace
3cd740c32b Replaces reagent-effect-guidebook-missing with more descriptive guidebook entries (#28817)
removes `reagent-effect-guidebook-missing`

Co-authored-by: John Doe <johndoe@gmail.com>
2024-06-14 22:43:36 -04:00
deltanedas
9e4d191189 make RefillableSolution optional for SolutionTransfer (#28830)
Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-06-14 22:42:40 -04:00
PJBot
8eb85a08b6 Automatic changelog update 2024-06-15 02:20:14 +00:00
K-Dynamic
e803871172 Adds witch robes (#28965)
* ze

* autodrobe entry

* autodrobe crate cost adjust
2024-06-14 22:19:08 -04:00
PJBot
27ba344084 Automatic changelog update 2024-06-14 21:45:29 +00:00
Verm
68807cb25e Changes all the uplink ally icons to be a combination of the mob + radio (#28954)
* New Icons!

* Better meta info
2024-06-14 17:44:23 -04:00
Verm
a4ade69640 Move secure crate labels to the left (#28952)
Move secure label to the left
2024-06-14 17:42:58 -04:00
PJBot
e8dd5d4312 Automatic changelog update 2024-06-14 20:33:46 +00:00
Thomas
9ebfb1d64f Fix Loadout Requirements Only Displaying One Requirement (#28994)
Collect all group effects failed instead of only first one failed
2024-06-14 16:32:39 -04:00
PJBot
2711ef7f48 Automatic changelog update 2024-06-14 17:23:07 +00:00
Pieter-Jan Briers
ba6853d386 It is pride month, nukies. You know what that means. (#28992)
* Make the nuke gay

* I forgot to commit the gay

* Add pride month

* Use holiday visualizer for nuke

* Fix pride month

* Trans too
2024-06-14 19:22:01 +02:00
PJBot
9efa5de340 Automatic changelog update 2024-06-14 16:54:55 +00:00
dffdff2423
05cc7541dd Rename generic drugs (#28989)
* Rename generic drugs

Space Drugs and Stimulents cause quite a bit of confusion.

* Ensure everything is updated to the new names.
2024-06-14 12:53:48 -04:00
Ed
39bb249eb3 Alchemy fun mechanics (#246)
* heating solution refactor

* chromium slime effect refactor

* guidebook hint

* hint chance fix

* убираем ненужное
2024-06-14 19:10:16 +03:00