Commit Graph

5415 Commits

Author SHA1 Message Date
Whisper
1de102d08e Juice that makes you Weh! (but real!) (#25132)
* Juice that makes you Weh!

* Remove dupe

* updated the localization files

* try to fix error
2024-02-26 00:54:07 +11:00
Krunklehorn
902198d7e0 Fix candy bowls (#25514)
* Before SharedItemSystem

* Fixes mispredict, removed unused

* Fix physics
2024-02-26 00:08:14 +11:00
metalgearsloth
bb0776c496 Revert "Cleanup ExecutionSystem (#24382)" (#25555)
* Revert "Cleanup ExecutionSystem (#24382)"

This reverts commit bcbe2ec1af.

* Revert "Executions (#24150)"

This reverts commit 2e83f5a0ec.

# Conflicts:
#	Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs
2024-02-25 22:36:17 +11:00
nikthechampiongr
bcbe2ec1af Cleanup ExecutionSystem (#24382)
* Creat Execution Component and add to sharp items

* Kill Server ExecutionSystem. Create ExecutionSystem in shared. Create ActiveExecution Component.
Transferred the Execution system into shared. Heavily re-wrote the system in order to reduce duplication,
and remove gun code from the system.
The melee weapon modifier which was dependant on swing rate was removed.

The ActiveExecutionComponent was created in order to apply the damage modifier to the shot from a gun execution.
It is added just before the gun fires and removed after an attempt is made.

* Fix bugs

The execution completed text will now only show up if the gun fires.

The client also no longer crashes because I forgot to network the component.

* Remove clumsy text

* Make BaseSword abstract

* Add ExecutionComponent to every weapon

* Fix bug

* Remove execution comp from battery weapons

Currently the gun system does not have a way to alter hitscan damage like it does with projectiles.

* Cleanup

* Revert "Remove clumsy text"

This reverts commit a46da6448d5d179a4e936f9213d5622bedb58a16.

* Actually fix the ExecutionSystem

Everything about the shot goes through the gun system now.
The Damage multiplier is only applied when a projectile impacts the target so people that get in the way don't get hit
with 9 times damage for no reason.

In order to make suicides work I needed to create fake EntityCoordinates because the gun system and the projectile
system do not play well with a projectile that has the same start and end position.

* Make launchers able to execute

* Fix prediction bug

The OnAmmoShotEvent is only raised on the server.

* Readd ability for clowns to accidentally shoot themselves while executing

* Cleanup

* Reset melee cooldown to initial value

* Address reviews fix bug

Addressed reviews on overriding messages.
Now I actually mark doafters as handled.
Return normal cooldown to some meleeweapons I forgot on the previous commit.

* Address Reviews

Remove duplication

* Exorcise codebase

Remove evil null coercion that I was sure I removed a while ago

* Address reviews again

* Remove melee weapon attack logic and rely on the system. Remove gun and
melee checks.

* Make system functional again and cleanup

* Remove code I forgot to remove

* Cleanup

* stalled

* Selectively revert gun penetration

The collision layer check doesn't work and I don't have time to fix it.

* Fixes

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2024-02-25 22:07:10 +11:00
metalgearsloth
ec5edc3626 Selectively revert gun penetration (#25551)
The collision layer check doesn't work and I don't have time to fix it.
2024-02-25 21:58:08 +11:00
liltenhead
4ea1d21b5e Buff emergency welder (#25483)
fuel count
2024-02-23 17:53:38 +11:00
MACMAN2003
2458c87b62 Add Ratvar (#24958)
* Create ratvar.yml

* restore balance to the universe

* scale issues

mfw nar-sie is smaller

* spawner + spawn anim

a shitty spawn anim is better than no spawn anim

* undenseify

no longer as dense as a dying neutron star
2024-02-23 04:42:00 +03:00
lzk
65687375ee Make galoshes obtainable and slowing you (#25484)
* make galoshes obtainable and slowing you

* Update specific.yml
2024-02-23 12:05:11 +11:00
I.K
b7747596f1 Give "DO NOT MAP" suffix to handheld crew monitor (#25473)
don'
2024-02-22 16:40:46 -05:00
Whisper
f38a961a1b fix reagent slime role description being friendly (#25466) 2024-02-22 15:18:46 +03:00
Ps3Moira
83cd1089fe Add Large Wood Floors (#25462)
Large Wood Floors
2024-02-22 14:59:41 +03:00
lzk
35723ad22f Make even more items good looking in inventory + size changing (#25461)
* Make even more items good looking in inventory

* holoprojecrots
2024-02-22 22:28:03 +11:00
liltenhead
85ae40e0a4 Red flashlight color for assault borg (#25465)
assaultborglight
2024-02-22 22:15:10 +11:00
metalgearsloth
d0df5ed5fa Revert "Remove handheld crew monitor (#24761)" (#25439)
* Revert "Remove handheld crew monitor (#24761)"

This reverts commit bbc6d29d21.

# Conflicts:
#	Resources/Prototypes/Catalog/Fills/Boxes/syndicate.yml
#	Resources/Prototypes/Entities/Structures/Machines/lathe.yml
#	Resources/Prototypes/Research/biochemical.yml
#	Resources/migration.yml

* changes

* zeweh

* dergs
2024-02-22 22:00:35 +11:00
Whisper
26417b76db Fix xeno and dragon blood levels (#25442) 2024-02-21 21:54:15 -05:00
lzk
326b890318 Little rework of existing yaml flatpacks (#24814)
* Little rework of existing yaml flatpacks

* comit 2

* 55

* 66

* 77

* WRAAAA

* done mr sloth

* Update flatpack.yml

* fix??
2024-02-21 21:44:22 -05:00
Killerqu00
ae110685ff Fix EVA helmets quickequip (#25448)
fix quickequip
2024-02-21 18:41:26 -05:00
MjrLandWhale
499aa71b5e Dispenser jug fix (#25450)
* Resprite of Nettle & Death Nettle. Corrected R & L hand locations for all orientations of both plants.

* Removes chemdispensible type from DrinkBase entity

* Updated drink jug names to differentiate from chem jugs

* Add FitsInDispenser type to DrinkGlassBase. Re-allows glasses into beaker slots
2024-02-21 16:26:28 -07:00
Velcroboy
128f5e8625 Adds random pill canister (#25316)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
2024-02-21 15:53:12 -05:00
Fildrance
ef849a0156 fix: #25102 cryo pod now uses health-analyzer system to update body state in UI (#25109)
* fix: cryo pod now uses health-analyzer system to update body state in UI

* refactor: use EntityEventRefHandler instead ComponentEventRefHandler in CryoPodComponent subscribe on EntRemovedFromContainerMessage

---------

Co-authored-by: pa.pecherskij <pa.pecherskij@interfax.ru>
2024-02-21 17:47:23 +03:00
Krunklehorn
f29575f43f Voice trigger fixes, death acidifier typos (#24941)
* Fixed length check, added attempt event, added popups on failure

* Fixed file name typo, fixed description

* Converted to else-if
2024-02-20 23:57:23 -07:00
Emisse
c4fc03226e Kill blumpkin donut (#25431) 2024-02-21 17:50:08 +11:00
potato1234_x
33153aaa2e Spaceman's Trumpet and Lily (#25090)
* trumpet + lily +polypy

* trumbet
2024-02-20 23:49:39 -07:00
EdenTheLiznerd
9674b793f4 Nerfs normal nettles to be weaker than their deathnettle counterparts (#25177)
Had an oopsie!
2024-02-20 23:42:52 -07:00
Ben Velie
8f0b4694bf Add guidebook page for the RTG (#25040)
The Radioisotope Thermoelectric Generator (RTG) isa power source that
players may encounter in the game that doesn't have an entry in the
guidebook yet. This commit fixes that.
2024-02-20 23:38:29 -07:00
deltanedas
1eb6958ca0 add troll conducting gloves to uplink (#25227)
* add conducting gloves

* add conducting gloves to uplink

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-02-20 23:34:47 -07:00
AlexUm & XGabriel08X
d5e7637d21 Uplink hardsuit bundles rework (#25189)
Change of the hardsuit bundles to be better

Co-authored-by: AlexUm <alexum444@gmail.com>
2024-02-20 23:31:32 -07:00
Jessica M
435efd7cbe Upgrade trash bag max item size to Normal (#25241)
* Upgrade trash bag size to Normal

* let the belt and trash bag box hold the buffed trash bags

---------

Co-authored-by: Jessica M <jessica@maybe.sh>
2024-02-20 23:29:18 -07:00
Ko4ergaPunk
688c9ab817 Add new stairs (#25212)
* Add new stairs

* Resprite

* Resprite again

* empty
2024-02-20 23:28:26 -07:00
Debug
8c6a8c3c5c Remove drones, fix InnateToolSystem (#25372)
* Fix drones

* They dont need a full bloodstream

* Incorrect indentation

* Nuke drones

* Fix ClothingHeadHatCatEars

* Remove last mention of drones

* Implement requested changes
2024-02-20 23:23:04 -07:00
Hanz
37a4f2db3a Hud Standardization (#25208)
* Standardization of the Eyepatches

what it says on the tin

* added the pun...

yea
2024-02-20 23:22:30 -07:00
potato1234_x
2cf29944e1 allow happy honk to hold medium sized items (#25245)
allow happy honk to hold medium
2024-02-20 23:21:45 -07:00
Tayrtahn
29cdb9cf4e Add fill level sprites for all the drinks (#25319)
* Fill levels for cuba libre

* Absinthe glass

* Acid Spit

* Ale glass

* Devil's kiss

* Doctor's delight (ugghh)

* Blue Curacao and Emerald Liquor glasses

* Allies cocktail, Martini, Vodka martini, Driest martini, Gildlager glass, Manhattan, Manhattan Project, Patron glass

* Aloe, Amasec, Andalusia, Antifreeze, Atomic Bomb

* Barefoot, B-52, Bahama Mama, Banana Honk, Beepsky Smash, Beer glass, Berry juice, Blood glass, Bloody Mary, Booger, Brave Bull, White Russian

* Whiskey Soda, Whiskey glass, Whiskey Cola, Vermouth glass, Tequila glass

* Cognac glass, Demon's Blood, Erika Surprise, Gargle Blaster, Gin Fizz, Gin & Tonic

* Grog glass, Hippies' Delight, Iced Beer, Irish Car Bomb, Irish Cream glass, Irish coffee

* Long Island Iced Tea, Manly Dorf, Margarita, Mead

* Merge beer steins

* More merging

* Tintable Demon's Blood, Absinthe, Barefoot, Bahama Mama, Beer, Bloody Mary, Booger, Devil's Kiss, Patron

* Sbiten, Coffee Liqueur, Cogchamp, Screwdriver, Rewriter

* Vodka glass, Gin Vodka glass, Wine glass, NT Cahors glass, Poison Wine glass, Rum glass, Dead Rum, Champagne

* Black Russian, Mojito, Neurotoxin, Silencer, Sui Dream, Snow White, Syndicate Bomb, Tequila Sunrise, The Martinez, Three Mile Island

* Green tea, Iced green tea, Iced tea, Grenadine, Iced coffee, Lemonade, Kira Special

* Cafe latte, Soy latte, Nuclear Cola, Singulo, Toxins Special, Vodka Tonic, Ice cream, Rootbeer, Rootbeer float

* Removed rogue pixel in Manhattan fill sprite.
2024-02-20 23:17:56 -07:00
EdenTheLiznerd
cb852296ef Updates The Deathnettle Nerf (#25286)
Bit of an oopsie
2024-02-20 23:16:25 -07:00
Errant
7e9bca9891 Food poisoning changes (#25418)
* Food poisoning

* description
2024-02-20 23:12:59 -07:00
Firewatch
16622f62d6 Additional Glass Doors + Secure Windoors (#25389)
* additional doors

because we all need a bit more in life

* virology isn't an access levl

oh and added detective too

* Update windoor.yml

virology bad
2024-02-20 23:12:35 -07:00
takemysoult
89d0b47354 balance Explosive Technology (#25397)
* update arsenal yml

balance ExplosiveTechnology

* small changes in arsenal research

small changes in arsenal research

* Update arsenal.yml
2024-02-20 19:56:39 -05:00
Ed
f64a32990a Train station (#24927)
* some content

* some next content

* fixes

* remove stained window

* return bot message?

* woah! Full map added!

* map update

* big update

* camera server

* Corvax playtest feedback

* add mail system and 30$ meteor shield

* update

* updatik

* hardwork

* pipip

* update

* remove from mappool

* fixes

* sentipode

* e
2024-02-20 15:21:31 -07:00
Tonydatguy
5b0a938922 Ore crab structural weakness (#25390)
* Attempt to change structural dmg of ore crab

* Made ore crabs susceptible to structural damage
2024-02-20 13:43:15 +03:00
Mangohydra
db809a27f4 Mechanized treatment improvements (#25356)
Medical module merge
2024-02-19 18:34:27 -05:00
veprolet
f5cb9a0901 Make pills colorful and labeled (#25284)
* Make pills colorful and labeled

* Inherit pill sprites from parent
2024-02-19 15:36:46 -07:00
marboww
023bad8d69 Moths can eat plushies (#25382)
* Update toys.yml

* fix

* New sound of eating

* Increased eating time

* New sounds+sorting
2024-02-19 15:35:35 -07:00
LankLTE
1d7167b95b Small Nymph Changes (#25363)
* Emote sounds, accent & doorbump

* Oops

* Only non-brains can't talk
2024-02-19 09:11:20 -08:00
Sybil
64cecdde84 add icons for drinks in Solar's (#25301)
* add icons for drinks in Solar's

fixed colors of tea

* consistently use capitals for color codes

* don't add extra whitespace
2024-02-19 10:40:43 -05:00
lzk
0dd381ae37 Very little cleanup (#25364) 2024-02-18 19:52:44 +03:00
Vigers Ray
8542c718c0 Fixed directional window durability (#25259)
shit
2024-02-18 17:06:09 +03:00
Pieter-Jan Briers
0c8e617572 Shadow anomaly respects "reduced motion" (#25355)
Enabling "reduced motion" now makes the smoke effects not animate. This helps some people with vision issues.
2024-02-17 22:26:19 -05:00
Firewatch
110437cc7f Newton Cradle Fix + Addition to Bureaucracy Crate (#25357)
fixes

makes the newton cradle not able to decimate ears while also adding it to the bureaucracy crate and lowering its volume and range a little bit
2024-02-17 18:55:58 -05:00
Killerqu00
aadf7492f4 EVA suit helmets now have (un)equip sounds (#25349)
add (un)equip sounds to EVA helms
2024-02-17 15:34:38 -07:00
Peptide90
d4c68a9ab9 Suffix spelling mistake on seed vendor (#25352)
spelling error
2024-02-17 15:55:01 -05:00