Commit Graph

24328 Commits

Author SHA1 Message Date
icekot8 3d9a6f57ac
medsec hud is no longer a filler (#23934)
* medsec hud

* medsec hud

* fix
2024-01-11 16:22:42 -07:00
Jackal298 13c91c405c
(Add) black cap and some contraband (#23933)
* Add black cap and some contraband

* Bot fix

* bot fix 2

* Price increases
2024-01-11 16:19:58 -07:00
Aexxie 092d858df9
Gemini maint power (#23932)
Connects an LV to the maints west of science, powering them.
2024-01-11 16:18:59 -07:00
Kukutis96513 bd17444cc5
Bulk plushie lizard crate (#23927)
* make the bulk crate order

* added space lizard plushies to bulk crate
2024-01-11 16:18:28 -07:00
deltanedas 581c95ed72
dedicated burn and shock meds (#23941)
* pyrazine and insuzine

* add recipes

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-01-11 16:17:23 -07:00
Aexxie 7f8dba42e3
Adds winterdrobe to cluster (#23928) 2024-01-11 16:16:46 -07:00
Arendian 506acf5096
Small clamp for fland cargo (#23947) 2024-01-11 16:15:13 -07:00
Nemanja 0126b9820d
Stop the inevitability of death from misgendering you (#23949)
Fix rotting messages and make them use pronouns
2024-01-12 10:12:32 +11:00
Jackal298 f9f5db9357
Respite and minor changes to mercenary items (#23783)
* Respite and minor changes to mercenary items

This is try number three, everything should be fine this time

* Fix meta

* Fix bot

* Fix bot 2

* Fix meta 2

* Fix meta 3
2024-01-11 17:47:51 -05:00
themias 25c477a642
Fix clumsy defib debug assert (#23930)
* Fix clumsy defib debug assert

* don't need to specify null
2024-01-11 16:58:25 -05:00
Trevor Day cc823e24e9
Bluespace Anomaly Admin Logs (#23942)
Add bluespace anomaly teleportation logs.
2024-01-11 16:56:06 -05:00
Flareguy 79ab290444
Fix light tube broken state (#23939)
fix light tube broken state
2024-01-11 13:34:37 -05:00
metalgearsloth 55a60b0fca
Split cargo shuttle to its own component (#23926)
* Split cargo shuttle to its own component

If mappers want 1 morbillion of them this is easier to manage.

* balls
2024-01-11 10:53:00 -05:00
mr-bo-jangles 064d52db41
Optimise the puddle system to reach an equilibrium quickly. (#23776)
* Optimise the puddle system to reach an equilibrium quickly.

* Remove use of Linq
Try to be more efficient with Tuples

* review

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2024-01-12 00:22:56 +11:00
Nemanja 1886941da6
Add doors to the station map (#23639)
* Add doors to the navmap

* tweaksies

* gah

* draw primitive

* draw primitive? at least take me out to dinner first!

* Update Content.Client/Pinpointer/UI/NavMapControl.cs

* casualties

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2024-01-12 00:14:20 +11:00
metalgearsloth 801f141c6a
Only hide ruins labels (#23925) 2024-01-11 05:56:07 -07:00
Ubaser d99c56f67d
Fix tips (#23920) 2024-01-11 11:55:24 +01:00
Emisse 7be42cc97a
revert core cargo shuttle for now (#23921)
* Delete Resources/Maps/Shuttles/cargo_core.yml

* Update core.yml

* Update base.yml

* Update nanotrasen.yml
2024-01-11 03:54:57 -07:00
Emisse f9d53525ca
crusher rebalanceing (#23916)
* Update mining.yml

* Update mining.yml

* glaive LS is actually fine

* crusher faster than glaive

* Update mining.yml

* Update mining.yml
2024-01-11 02:09:33 -07:00
IProduceWidgets 11bbf2b020
Uranium & AP magazine and projectile sprites (#23914)
Add missing uranium and AP magazine and box sprite layers. Add uranium and AP projectile sprites. Fix whitelist issue that made .45 pistol mags not go in secbelt.
2024-01-11 01:01:41 -07:00
Emisse 3b6bfde83d
reach update (#23915)
* reach update

* ape board

* Update reach.yml

* chimp + recharger

* chef vend
2024-01-11 01:00:43 -07:00
Nemanja b3014e6cb3
machine parts + power cell resprite (#23913)
* machine parts + power cell resprite

* logic fix
2024-01-10 23:06:01 -07:00
Emisse e0af752b9c
remove 1 chemist from gemini (#23909)
Update gemini.yml
2024-01-10 20:59:27 -07:00
Emisse f1b90d0dec
bagel update (#23905) 2024-01-10 17:14:11 -07:00
metalgearsloth 34d2330604
Throttle MagicMirror do_afters (#23867)
Doesn't fix the gross network spam but that's for later.
2024-01-10 17:08:42 -07:00
Emisse a35c91fc76
marathon update (#23904) 2024-01-10 17:07:48 -07:00
Emisse eee7aef63a
remove ame parts from cargo (#23903) 2024-01-10 17:07:41 -07:00
Flareguy 31cc9babaa
Makes lights use the "old" light fixture sprites (#23898)
returns the ss13 light fixture sprites
2024-01-10 17:07:14 -07:00
Pieter-Jan Briers a39999fb9c
Fix admin log key order. (#23052)
The keys for admin logs were set as (log_id, round_id). This made no sense because logs are usually accessed per round.
2024-01-11 01:03:25 +01:00
Emisse c7ad10d0ad
make intercoms draw above table (#23897)
Update intercom.yml
2024-01-11 10:05:59 +11:00
nikthechampiongr ef132c8a7b
Fix tranquiliser shells not working (#23886)
* Fix tranquiliser darts not working

Fixes a bug introduced by 9f47079d02 which
was made to stop the fly-by fixture from triggering the system. This was
done by checking whether the fixture was hard. Apparently the
projectile's fixture is never hard as well. The change just makes it so
that check only succeeds when the fixture is a fly-by fixture.

* Remove something that I think is redundant

* Remove random using directive that somehow appeared.

* Address Review

* Adress Review 2

* Put the appropriate fixture ids
2024-01-10 18:02:37 -05:00
lzk 1fbb63f7d3
aspid update (#23872)
aspid

- connected missed external airlocks
- replaced water tank on hight-capacity water tank at jani room
2024-01-10 15:42:32 -07:00
lzk 80a44a6362
bagel update (#23870)
bagel

- connected missed external airlocks
- removed vendor mapped names
- skub
2024-01-10 15:42:15 -07:00
luckyshotpictures 036cf42a26
Gemini Hotfix (#23869)
hotfix hotfix hotfix
2024-01-10 15:41:43 -07:00
lzk e7a4c5c4fc
box update (#23871)
box

- removed mapped vendor names
- connected missed external airlocks
2024-01-10 15:41:29 -07:00
Arendian 23e714e523
Fix borg becoming emag immune if emag attempted with panel closed. (#23729)
* Fix borg becoming emag immune if emag attempted with panel closed.

* new event

* removed code added in accessreader

* fix emag 1984
2024-01-10 17:01:38 -05:00
nikthechampiongr 7aee192d52
Aghosts and other powerful beings no longer burn their hands on lights. (#23879)
Make aghosts and other things that can't take burn damage not burn their
hand when changing lightbolbs
2024-01-10 16:39:56 -05:00
Arendian 464f24d040
Fix roller skates debug assert (#23876)
Networkedcomponent
2024-01-10 16:38:24 -05:00
sneb 9c294d7258
Fixed opened cargo airlock sprite (#23889)
fix cargo door open sprite
2024-01-10 14:12:46 -07:00
themias 1cf07fadac
Fix flippo sprite layer (#23877) 2024-01-10 10:58:01 -05:00
metalgearsloth a46f6f3f85
Fix ruins being added to station grid (#23865) 2024-01-10 23:44:09 +11:00
metalgearsloth cd1ef71e31
Fix tiledef reloads AKA void planet (#23864) 2024-01-10 23:28:42 +11:00
Ubaser a73f3ee149
Rod/Transit Evacuation shuttle update (#23862)
* add

* update
2024-01-10 05:14:46 -07:00
Guillaume E af7327e59f
Show how close bodies are to rotting (#23530)
* Show how close bodies are to rotting

When examining a dead body, you will be able to see of close
it is to rotting.

 - "It still looks fresh.", in the first third of the pre-rot period
 - "It looks ripe.", in the second third
 - "It's starting to look bad.", in the last third

This could help players prioritize medical care.

* Alter the wording of the pre-rot indicator

* Use numeric rotting stages in FTL

---------

Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
2024-01-10 23:00:21 +11:00
metalgearsloth 7fe0f14dff
Enable worldgen on WD (#23861) 2024-01-10 04:45:00 -07:00
Ubaser e91e746dd3
Moths get insect blood (#23671)
* ya

* mothroach

* update

* fix

* fixe

* add
2024-01-10 03:42:20 -08:00
Ubaser e790e8fb86
Update Core (#23860)
add
2024-01-10 04:39:38 -07:00
Emisse b3008ab7c8
Syndie elite uplink (#23859)
* elite suit store

* eek

* dont drink
2024-01-10 04:33:10 -07:00
metalgearsloth b30afb357c
Hide ruins spawns (#23857)
* Hide ruins spawns

* Update count

* Add naming
2024-01-10 04:15:48 -07:00
Emisse 9d52833938
marton fix arrivals (#23855)
* marathon update

* wrong version
2024-01-10 03:41:52 -07:00