Skip to content

Commit

Permalink
хватит убивать гипо
Browse files Browse the repository at this point in the history
  • Loading branch information
VigersRay committed Feb 12, 2025
1 parent 5371111 commit f0a9dd3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
7 changes: 0 additions & 7 deletions Content.Shared/Chemistry/Components/HyposprayComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,4 @@ public sealed partial class HyposprayComponent : Component
/// </summary>
[DataField]
public bool InjectOnly = false;

/// <summary>
/// Whether the hypospray uses a needle (i.e. medipens)
/// or sci fi bullshit that sprays into the bloodstream directly (i.e. hypos)
/// </summary>
[DataField]
public bool PierceArmor = false;
}
8 changes: 8 additions & 0 deletions Resources/Changelog/ChangelogSunrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12332,3 +12332,11 @@
id: 851
time: '2025-02-12T09:23:34.0000000+00:00'
url: https://github.com/space-sunrise/space-station-14/pull/1350
- author: VigersRay
changes:
- message: "\u0422\u0435\u043F\u0435\u0440\u044C \u0432\u0441\u0435 \u0433\u0438\
\u043F\u043E\u0441\u043F\u0440\u0435\u0438 \u043F\u0440\u043E\u0431\u0438\u0432\
\u0430\u044E\u0442 \u0431\u0440\u043E\u043D\u044E."
type: Tweak
id: 852
time: '2025-02-12T15:49:35.310326+00:00'
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
solution: hypospray
- type: Hypospray
onlyAffectsMobs: false
pierceArmor: true
- type: UseDelay
delay: 0.5

Expand Down Expand Up @@ -91,7 +90,6 @@
maxVol: 3000
- type: Hypospray
onlyAffectsMobs: false
pierceArmor: true
- type: UseDelay
delay: 0.0

Expand Down Expand Up @@ -120,7 +118,6 @@
transferAmount: 15
onlyAffectsMobs: false
injectOnly: true
pierceArmor: true
- type: Appearance
- type: SolutionContainerVisuals
maxFillLevels: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
transferAmount: 25
onlyAffectsMobs: false
injectOnly: true
pierceArmor: true
- type: UseDelay
delay: 45
- type: Appearance
Expand Down Expand Up @@ -69,7 +68,6 @@
solution: hypospray
- type: Hypospray
onlyAffectsMobs: false
pierceArmor: true
- type: UseDelay
delay: 0.5
- type: StaticPrice
Expand All @@ -78,4 +76,4 @@
tags:
- HighRiskItem
- type: StealTarget
stealGroup: Hypospray
stealGroup: Hypospray
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@
Quantity: 2
- ReagentId: DexalinPlus
Quantity: 2
- type: Hypospray
pierceArmor: true

- type: entity
parent: Holoprojector
Expand Down Expand Up @@ -577,7 +575,6 @@
solution: hypospray
- type: Hypospray
onlyAffectsMobs: false
pierceArmor: true

- type: entity
name: the saboteur's communications jammer
Expand Down

0 comments on commit f0a9dd3

Please sign in to comment.