Commit Graph

36638 Commits

Author SHA1 Message Date
Delta-V bot 0ccb5d5e0c Automatic changelog update 2025-01-06 19:19:01 +01:00
Field Command 0d84c454cb
Byoin first tweak (#2624) 2025-01-06 12:18:42 -06:00
Delta-V bot 134e373443 Automatic changelog update 2025-01-06 18:15:16 +01:00
deltanedas 27bfa35f53
Speech is relayed by holopad holograms (#33978) (#2631)
* Initial commit

* Corrected a field attribute

Co-authored-by: chromiumboy <50505512+chromiumboy@users.noreply.github.com>
2025-01-06 17:14:57 +00:00
Delta-V bot f6edc6b21e Automatic changelog update 2025-01-06 06:36:07 +01:00
deltanedas 2540b0aace
make doorjack 4 tc (#2305)
* make doorjack 2 t

* numbers

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
Co-authored-by: Milon <milonpl.git@proton.me>
2025-01-06 05:35:48 +00:00
Delta-V bot 8a8afdc991 Automatic changelog update 2025-01-06 06:35:31 +01:00
mazzie a189bbb65c
Add a bionic voice mask implanter to Nukeop inventory (#2611)
* feat: generic bionic voice mask implant

the Harpy specific BionicSyrinxImplanter inherits from this generic implant

* feat: add voice mask implanter to nukeop inventory

* docs: add Delta-V comment
2025-01-06 05:35:12 +00:00
deltanedas 7840ad75b7 spacing does 1/5 damage to limbs 2025-01-06 02:59:38 +00:00
Stop-Signs 9cfb1cba63
Blukie Suit Resprite (#2393)
* Meow

* whoops forgot comments

Signed-off-by: Stop-Signs <stopsign221@gmail.com>

* Minor bug fix

* Update hardsuit-helmets.yml

Signed-off-by: Stop-Signs <stopsign221@gmail.com>

* Update hardsuits.yml

Signed-off-by: Stop-Signs <stopsign221@gmail.com>

* Update hardsuit-helmets.yml

Signed-off-by: Stop-Signs <stopsign221@gmail.com>

* Update hardsuits.yml

Signed-off-by: Stop-Signs <stopsign221@gmail.com>

* indentation

* meta.json are evil

---------

Signed-off-by: Stop-Signs <stopsign221@gmail.com>
2025-01-06 02:45:58 +00:00
Delta-V bot 3740100d79 Automatic changelog update 2025-01-06 02:36:14 +01:00
deltanedas 1f01adef38
Merge pull request #2589 from deltanedas/upstream-ops
upstream merge 2/1/25
2025-01-06 01:35:55 +00:00
Delta-V bot 1b6cfb2be8 Automatic changelog update 2025-01-06 02:35:43 +01:00
Radezolid a898e291e3
Fix DeltaV weaponry gun safes being AA (#2628)
Change parenting + fix whitespaces
2025-01-06 01:35:24 +00:00
Delta-V bot b61a742df4 Automatic changelog update 2025-01-06 02:34:42 +01:00
Radezolid 54e5f120ca
Revert the diagnostic hud as it was before (#2627)
Partial revert
2025-01-06 01:34:23 +00:00
Delta-V bot 21b7a12564 Automatic changelog update 2025-01-05 20:14:22 +01:00
Stop-Signs 82747d23d9
shadow cat non-antag rules (#2625)
dunzo
2025-01-05 19:14:03 +00:00
Delta-V bot 64dc607220 Automatic changelog update 2025-01-05 07:11:56 +01:00
Stop-Signs 9f55caf439
Cold res for blood reds (#2546)
Its kinda cold in here
2025-01-05 06:11:36 +00:00
Delta-V bot 42980cb83b Automatic changelog update 2025-01-05 07:09:50 +01:00
deltanedas b46f8d4963
update tesla guidebook (#2596)
* update tesla guidebook

* -

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2025-01-05 06:09:32 +00:00
Delta-V bot d2f85b9281 Automatic changelog update 2025-01-05 06:45:05 +01:00
Radezolid 43541b94f2
Improvements to the psionic mantis belt + anti-psychic knife bug-fix (#2586)
* Added whitelisted tags to the belt

* Added ForensicBeltEquip tag to the head cage

* Fix mantis knife storage icon bug

* Kill the comments
2025-01-05 05:44:46 +00:00
Delta-V bot 200e845a1a Automatic changelog update 2025-01-05 06:44:23 +01:00
deltanedas 659565c528
no using headsets when cuffed (#2610)
Co-authored-by: deltanedas <@deltanedas:kde.org>
2025-01-05 05:44:05 +00:00
Delta-V bot 405b3fb44f Automatic changelog update 2025-01-05 04:55:53 +01:00
deltanedas 84c0b3e895
snipe qol prs from upstream (#2614)
* Remove discard functionality from the ChemMaster

This duplicates other methods of discarding chemicals, including
the drain conventionally given to chemistry labs.

Any problems it solves are miniscule compared to the severe UI error
that is having a destructive action without confirmation attached
to a mode, the most common source of user error.

* Improve animal cube interactions (#31668)

* Working on dehydrate recipes to renew animal cubes

* Added remaining cube dehydration recipes

* Add OnExamine to RehydratableSystem.cs, need to add functionality to check total volume vs current volume to determine if 'soaked' text needs to be displayed

* Added logic to append text to the description when the wrong reagent has been added to a compressed animal cube

* Re-adding deleted summary

* Update default SolutionName to be correct

* Remove cube recipes to prevent infinite nutrient generation

* Add OnMicrowaved event to RehydratableSystem.cs in order to clear solution of cube when microwaved. CURRENT ERROR REQUIRES REFACTOR OF MICROWAVECOMPONENT

* Subscribe to microwave event

* Refactor of MicrowaveComponent.cs to be in shared folder, accessible to RehydratableSystem.cs. Updated imports

* Modify cube to only dehydrate in microwave when cooked for at least 5 seconds

* now using event to check access to fingerprint

* Tweak - Reflective vest and Energy Katana should reflect only in correct slots (#31902)

* ReflectComponentLogicFix
Added bool InRightPlace and updated relevant system

* Using SlotFlags

* prevent friendly fire for dragon/carp (#32231)

* add NoFriendlyFire

* make zombies use NoFriendlyFire

* no friendly fire for dragon

* let dragon kill naughty fish and validhunting syndies

* add button to print logprobe logs (#32255)

* add EntityName at the bottom of LogProbe

* add button to print logprobe logs

* Add camera mod to diagnostic hud (#32254)

* ai-glass

* weh to protect against bad grammar

* transmutation into diagnostic hud

* Apply forensics when loading with an ammo box

* inaprovaline metabolizes slower

* :trollface:

---------

Co-authored-by: Janet Blackquill <uhhadd@gmail.com>
Co-authored-by: Preston Smith <Blackfoot03@outlook.com>
Co-authored-by: YourUsername <you@example.com>
Co-authored-by: BIGZi0348 <svalker0348@gmail.com>
Co-authored-by: deltanedas <@deltanedas:kde.org>
Co-authored-by: ArZarLordOfMango <arzarchannel@gmail.com>
Co-authored-by: themias <themias5@gmail.com>
Co-authored-by: Alzore <blackern5000@gmail.com>
2025-01-05 03:55:34 +00:00
Delta-V bot 40bf7d1faf Automatic changelog update 2025-01-05 03:56:39 +01:00
Stop-Signs f6d75375b4
Perforator buff (#2615)
* Update hitscan.yml

* delta V comments

* Update hitscan.yml

Signed-off-by: Stop-Signs <stopsign221@gmail.com>

---------

Signed-off-by: Stop-Signs <stopsign221@gmail.com>
2025-01-05 02:56:20 +00:00
Delta-V bot b8e8215187 Automatic changelog update 2025-01-05 03:55:23 +01:00
Lyndomen e1d7971bcb
law 4 update so less roundstart bolting AI core shut and APC off (#2620)
meow
2025-01-05 02:55:04 +00:00
Delta-V bot 9c6e632522 Automatic changelog update 2025-01-05 03:42:43 +01:00
Lyndomen 85a4cc11c2
Blacklists Storage and High Value items from Storage Implant, but reduces cost (#2286)
* meow

* meow

* Revert "meow"

This reverts commit 36e1595620.

* meow

* meow

* Update uplink-catalog.ftl

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>

---------

Signed-off-by: Lyndomen <49795619+Lyndomen@users.noreply.github.com>
Co-authored-by: Milon <milonpl.git@proton.me>
Co-authored-by: deltanedas <@deltanedas:kde.org>
2025-01-05 02:42:24 +00:00
github-actions[bot] 20923fabf5
Update Credits (#2619)
Co-authored-by: DeltaV-Bot <github@delta-v.org>
2025-01-05 01:35:40 +00:00
Delta-V bot 9a33cd015b Automatic changelog update 2025-01-04 08:14:40 +01:00
Field Command af30a00dba
Add new station: Byoin (#1965)
* Add new station: Byoin

* Fix syntax error

* Changed accented letters

* Reverted accented letters

* Removed UID's with no prototype

* Fixed failed test issue

* Minor fixes and adds to map

* Minor changes to evac and job roles

* Major edits to station to fix issues

* Foxmin found some small problems, now solved

* Complying with latest mapping standards

* Engineering rework and Velcro found some small problems, now solved

* Removed "CargoAssistant" from the map prototype file

* Re-added "Cargo Assistant" to map prototype file

* More minor edits

* Fix evac shuttle file location

* Last minor fixes

---------

Signed-off-by: deltanedas <39013340+deltanedas@users.noreply.github.com>
Co-authored-by: deltanedas <39013340+deltanedas@users.noreply.github.com>
2025-01-04 01:14:21 -06:00
deltanedas 57402795f2 evil surgery damage and change stuff to work for it 2025-01-04 05:39:38 +00:00
deltanedas d8ee2cb210 hopefully fix the laying down mispredicts 2025-01-04 05:30:48 +00:00
deltanedas 1aa77155e6 remove funny thing 2025-01-04 04:06:55 +00:00
deltanedas 11c1ba4975 fix pierce not severing 2025-01-04 04:06:31 +00:00
deltanedas 410edccef7 make limbs gib at 200 pierce 2025-01-04 03:50:41 +00:00
Delta-V bot 079f6bd018 Automatic changelog update 2025-01-04 01:32:01 +01:00
sleepyyapril f4efc57194
Discord AHelp Reply System (#2315)
* Discord Ahelp Reply System (#2283)

* First part of Remote Bwoinking

* This should technically work

* No Actoring

* Fixes Guid not sending over

* Making it work for the final.

* Fixes for api

* Moar Commants!

Just more Comments to mark Frontier changes.

* comment

* wops

* Fixes Naming Rules

* I Should also fix the naming in the actually code...

* Testing some new code

* Naming rule and dependency fix (hopefully)

* Serverside Webhook update on external sent ahelp messages

* Still get data from custom URL's, even if it dosent match a discord webhook

* Apply suggestions from code review (Part 1)

Co-authored-by: Whatstone <166147148+whatston3@users.noreply.github.com>

* Apply suggestions from code review (Part 2)

* Bwoink system suggsetions

* missing BwoinkSystem changes

* Change access on BwoinkSystem._messageQueues

* Updates the Regex to support other Discord Clients (beta, alpha)

* Merge Fixes

* BwoinkSystem: explicitly match "canary."/"ptb."

---------

Co-authored-by: Whatstone <166147148+whatston3@users.noreply.github.com>
Co-authored-by: Whatstone <whatston3@gmail.com>

* All the configuration

* CVar to use admin OOC color

* Fix description.

* Review changes

* Review changes

* Review changes

---------

Co-authored-by: Myzumi <34660019+Myzumi@users.noreply.github.com>
Co-authored-by: Whatstone <166147148+whatston3@users.noreply.github.com>
Co-authored-by: Whatstone <whatston3@gmail.com>
2025-01-04 00:31:42 +00:00
deltanedas 8a2b299daf
make beam cannon sound mono (#2609)
make beam cannon mono

Co-authored-by: deltanedas <@deltanedas:kde.org>
2025-01-03 21:42:54 +00:00
deltanedas 06fb0846f2 make gun executions target the head 2025-01-03 21:19:58 +00:00
Delta-V bot bdf5b89885 Automatic changelog update 2025-01-03 20:18:44 +01:00
Stop-Signs 8203bf6762
Port ingredient containers from frontier (#2504)
* Ported

* spawners

* Update food_ingredients.yml

Signed-off-by: Stop-Signs <stopsign221@gmail.com>

---------

Signed-off-by: Stop-Signs <stopsign221@gmail.com>
2025-01-03 19:18:25 +00:00
Delta-V bot a1bf380d28 Automatic changelog update 2025-01-03 19:59:43 +01:00
deltanedas 8d653b3547
fix precognition spamming late round events (#2608)
Co-authored-by: deltanedas <@deltanedas:kde.org>
2025-01-03 18:59:24 +00:00