Commit Graph

4358 Commits

Author SHA1 Message Date
Leon Friedrich
53b4da68fa Fix light animations (#20263) 2023-09-18 03:57:49 +10:00
metalgearsloth
2718546629 Fix ghost selling (#20235) 2023-09-16 21:06:58 -08:00
Kevin Zheng
c28bd562ea Fix lint (#20266) 2023-09-16 13:16:57 -08:00
deltanedas
162509982c Fix meat cooking construction graph (#20250) 2023-09-16 12:39:34 -08:00
deltanedas
54f29ce45e remove directional switches sprite offsets (#20117)
Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-09-16 13:06:14 -04:00
Flareguy
743063e4f0 Ports /vg/station barricade sprites & slightly buffs them (#19840) 2023-09-16 05:50:48 -07:00
Kara
7c8eb6692a Ore boxes (#19838) 2023-09-16 21:49:54 +10:00
deltanedas
ac0b8fe621 cleanup navmap beacons (#20244)
Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-09-16 19:48:03 +10:00
metalgearsloth
e08b0954e5 Add navmap beacons (#19388) 2023-09-16 18:11:47 +10:00
Kevin Zheng
655e5d5cec Add speedloader to secfab (#20219) 2023-09-16 15:32:16 +10:00
Leon Friedrich
f7d7f5cc7f Rename DummyPuppet to VentriloquistPuppet (#19777) 2023-09-16 14:54:46 +10:00
Psychpsyo
5d74447679 Make advanced mop wieldable (#20229) 2023-09-15 21:33:01 -07:00
Nemanja
ae2aa3e833 Fix broken mob state actions (#20222) 2023-09-15 15:52:49 -05:00
Arimah Greene
ce4ee085d7 Restore missing tags on BaseMobSpecies (#20216)
When BaseMobOrganic was split into BaseMobSpecies and BaseMobSpeciesOrganic, the Tag component was accidentally omitted.
2023-09-15 12:46:58 -04:00
chromiumboy
e92e913452 Adjust default airlock hacking protections (#20171) 2023-09-14 23:08:50 -08:00
Ubaser
89f5fa2247 Add loungewear (#19933) 2023-09-14 23:00:29 -08:00
Doru991
eaecdb4336 Cyborg health alert and damage examining (#20084)
* Option for alt health alert and no overlay

* Fancy borg health indicator

* Borg damage examine localization

* EENENGHHHH ENNNGHHH

* Requested code changes

* Legal sound

* Revert "Legal sound"

This reverts commit 35715c88898aeb78dfe800319852c230395fdd7e.

I misunderstood what Sloth meant

* Annoying buzzer is back
2023-09-14 23:14:47 -04:00
Nemanja
c34913b227 Try and fix mob prototypes (#19859)
Co-authored-by: DrSmugleaf <drsmugleaf@gmail.com>
2023-09-14 20:10:30 -07:00
Velcroboy
4e883d90b1 Increases Blast Door dmg resistance. (#20177)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
2023-09-14 22:14:11 -04:00
LankLTE
0e9d804ca2 canCreateVacuum (#20118) 2023-09-14 16:51:47 -07:00
Nairod
58373ccc18 Add HoloBarrier To SecFab (#20128) 2023-09-14 16:34:43 -07:00
Psychpsyo
11972a0066 Make Shark Plush Janitor-Bucketable (#20123) 2023-09-14 00:17:44 -07:00
chromiumboy
3753fed920 Fix adding/removing airlock protections via welding (#19926) 2023-09-13 21:54:49 -08:00
Doru991
3f51795cc7 Add plant species mutations (#19960) 2023-09-13 20:56:24 -08:00
Whisper
1b3f4c3d7b Guardians (Holo and holoclown) have syndicate faction ai (#19816) 2023-09-13 20:51:10 -07:00
Kevin Zheng
e54a62bca9 Add cryogenic gas tanks (#19864) 2023-09-13 19:37:13 -08:00
Nim
afd30c5c75 Telescopic shield (#20048)
* telescopic shield

* research

* removed the shield from the locker

* sound

* eh

* fix
2023-09-13 18:03:12 -07:00
Flareguy
7d02c4af0f Miscellaneous syndicate bomb tweaks & fixes (#20068)
* syndicate bomb tweaks & ss13 parity

* 100s

* 90s timer

* fuck. my furniture

* timer back to 120s, no more wire mirroring
2023-09-13 17:26:58 -07:00
DrSmugleaf
f23228bda9 Update dragon devour action icon (#20020)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2023-09-12 22:05:04 -07:00
deltanedas
486bba4565 prevent mice going under secret doors (#20057)
Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-09-12 18:20:47 -07:00
deltanedas
1986ca86f4 make hardbombs indestructible (#20073)
* make hardbombs not explode when destroyed

* actually just remove it entirely

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-09-12 11:29:50 -07:00
Aru Moon
f614029f64 remove useless file from prototypes (#20066) 2023-09-12 09:21:38 -05:00
metalgearsloth
7064f262b4 Add ore bag area pickups (#19358) 2023-09-12 22:34:04 +10:00
eclips_e
133ca98655 Hardbombs & Defusables (#15380)
Co-authored-by: Kara <lunarautomaton6@gmail.com>
Co-authored-by: Just-a-Unity-Dev <just-a-unity-dev@users.noreply.github.com>
Co-authored-by: LankLTE <twlowe06@gmail.com>
Co-authored-by: LankLTE <135308300+LankLTE@users.noreply.github.com>
2023-09-11 18:42:38 -07:00
chromiumboy
c853f0bfb7 Artifact containers can safely store radioactive objects (version 2) (#19652)
* Artifact containers suppress the radioactive of artifacts inside them

* Updated to reflect changes to RobustToolbox

* Made necessary changes after updating RT

* Removed test code

* Made requested change

* Updated due to changes to RobustToolbox

* Renamed function

* Updated to accommodate changes to RobustToolbox

* Actually resolve merge conflict?

* Removed unnecessary change

* Made requested changes

* retrigger checks

* Retrigger checks

---------

Co-authored-by: root <root@DESKTOP-HJPF29C>
2023-09-11 15:58:25 -04:00
lzk
5ca34e5578 crayon.yml cleaning (#20029) 2023-09-11 15:52:54 -04:00
metalgearsloth
a75745491d Make some more machines snapCardinals (#19781) 2023-09-11 22:56:53 +10:00
DrSmugleaf
a272cd4439 Remove manual localization from action entity prototypes (#20023)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2023-09-11 22:34:41 +10:00
metalgearsloth
d5bd1c6f86 Predict StorageComponent (#19682) 2023-09-11 21:20:46 +10:00
drteaspoon420
a7ac4a83c4 Changed produce spills into dynamic from hardcoded. (#19980) 2023-09-11 01:16:26 -07:00
metalgearsloth
28bf3a6240 Remove SharedEye (but content) (#19481) 2023-09-11 16:15:23 +10:00
Kara
64a29f0d8a InAir tweaks & chasm fixes (#19707) 2023-09-11 16:03:16 +10:00
Morb
2a143c873c SSD Indicator (#19701) 2023-09-11 15:52:56 +10:00
Vasilis
1a7d3d945e Nerf paramed PDA scanning speed and buff all others to be the same (#19983)
* Match scantime with peramed for cmo

* Nerf, the webedit

* All pda times are same now uwu
2023-09-10 16:01:05 -07:00
deltanedas
6953070d40 ninja bombing target whitelist warp point (#19977)
* ninja bombing target whitelist

* :trollface:

* add bombing targets to saltern

* oops remove jordans

* remove aspid js too

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-09-10 16:04:00 -06:00
deltanedas
24810d916b ninja 2 electric boogaloo (#15534)
Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-09-10 16:20:27 +10:00
Flareguy
8d69f7f2eb Cobwebs (#19623)
* adds cobwebs

* like legit the most awesomest thing ever
2023-09-09 23:37:56 -04:00
deltanedas
5dbf79f7da ian crafting (#19821) 2023-09-09 23:04:32 -04:00
deltanedas
152a1d1e75 Make monkeys better (#19407)
Co-authored-by: deltanedas <@deltanedas:kde.org>
2023-09-10 12:51:51 +10:00
lzk
e1d54e360f ways to get a plush moth (#19843)
* to arcades

* plushie toys crate

* hampter in arcade
2023-09-09 12:58:42 -06:00