]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Defibrillator (#15922)
authorNemanja <98561806+EmoGarbage404@users.noreply.github.com>
Wed, 3 May 2023 00:10:19 +0000 (20:10 -0400)
committerGitHub <noreply@github.com>
Wed, 3 May 2023 00:10:19 +0000 (10:10 +1000)
commit0604c93d502441ec6e6025ad6aa1160f569edc12
tree18f4b728aa8a1a3a385a049aaf6891f50d95f5a4
parent32b29fb05a661232ddcca4222a873d446d22c37b
Defibrillator (#15922)

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
38 files changed:
Content.Client/Administration/UI/AdminMenuWindow.xaml
Content.Client/Administration/UI/AdminMenuWindow.xaml.cs
Content.Client/Ghost/UI/ReturnToBodyEui.cs [new file with mode: 0644]
Content.Client/Ghost/UI/ReturnToBodyMenu.cs [new file with mode: 0644]
Content.Server/Atmos/Miasma/MiasmaSystem.cs
Content.Server/Ghost/ReturnToBodyEui.cs [new file with mode: 0644]
Content.Server/Medical/DefibrillatorSystem.cs [new file with mode: 0644]
Content.Server/Medical/HealingSystem.cs
Content.Shared/Damage/Systems/DamageableSystem.cs
Content.Shared/Ghost/ReturnToBodyEuiMessage.cs [new file with mode: 0644]
Content.Shared/Medical/DefibrillatorComponent.cs [new file with mode: 0644]
Content.Shared/Mobs/Components/MobThresholdsComponent.cs
Content.Shared/Mobs/Systems/MobStateSystem.StateMachine.cs
Content.Shared/Mobs/Systems/MobThresholdSystem.cs
Resources/Audio/Items/Defib/defib_SaftyOn.ogg [new file with mode: 0644]
Resources/Audio/Items/Defib/defib_charge.ogg [new file with mode: 0644]
Resources/Audio/Items/Defib/defib_failed.ogg [new file with mode: 0644]
Resources/Audio/Items/Defib/defib_ready.ogg [new file with mode: 0644]
Resources/Audio/Items/Defib/defib_saftyOff.ogg [new file with mode: 0644]
Resources/Audio/Items/Defib/defib_success.ogg [new file with mode: 0644]
Resources/Audio/Items/Defib/defib_zap.ogg [new file with mode: 0644]
Resources/Locale/en-US/ghost/ghost-gui.ftl
Resources/Locale/en-US/medical/components/defibrillator.ftl [new file with mode: 0644]
Resources/Prototypes/Entities/Objects/Specific/Medical/defib.yml [new file with mode: 0644]
Resources/Prototypes/Entities/Structures/Machines/lathe.yml
Resources/Prototypes/Entities/Structures/Wallmounts/defib_cabinet.yml [new file with mode: 0644]
Resources/Prototypes/Recipes/Lathes/medical.yml
Resources/Textures/Objects/Specific/Medical/defib.rsi/icon.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Medical/defib.rsi/inhand-left.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Medical/defib.rsi/inhand-right.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Medical/defib.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Objects/Specific/Medical/defib.rsi/ready.png [new file with mode: 0644]
Resources/Textures/Objects/Specific/Medical/defib.rsi/screen.png [new file with mode: 0644]
Resources/Textures/Structures/Wallmounts/defib_cabinet.rsi/closed.png [new file with mode: 0644]
Resources/Textures/Structures/Wallmounts/defib_cabinet.rsi/fill.png [new file with mode: 0644]
Resources/Textures/Structures/Wallmounts/defib_cabinet.rsi/frame.png [new file with mode: 0644]
Resources/Textures/Structures/Wallmounts/defib_cabinet.rsi/meta.json [new file with mode: 0644]
Resources/Textures/Structures/Wallmounts/defib_cabinet.rsi/open.png [new file with mode: 0644]