Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
KayzelW committed Nov 5, 2023
1 parent c2835f6 commit 1a4f7a6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Content.Shared/Wieldable/Components/WieldableComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ public sealed partial class WieldableComponent : Component
public string? WieldedInhandPrefix = "wielded";

public string? OldInhandPrefix = null;

[DataField("wieldTime")]
public double WieldTime; //nothing to do
}

[Serializable, NetSerializable]
Expand Down
1 change: 0 additions & 1 deletion Resources/Prototypes/Backmen/Adminbuse/centcomm_kid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@
- type: entity
parent: WeaponShotgun39
id: WeaponShotgunEnforcerRXBZZ
components:

- type: entity
name: Лектер
Expand Down
4 changes: 2 additions & 2 deletions Resources/Prototypes/Backmen/Entities/Weapons/Guns/guns64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2596,7 +2596,7 @@
parent: BaseWeaponLightMachineGun
id: WeaponLightMachineGunMG42
suffix: Пулемёт
description: Пулемёт ОПЗ периода Второй мировой войны. Разработан фирмой Metall-und Lackwarenfabrik Johannes Großfuß в 1942 году. После войны поставки данного пулемета возобновили в 2342 году.
description: Пулемёт ОПЗ периода Второй мировой войны. Разработан фирмой Metall-und Lackwarenfabrik Johannes Großfuß в 1942 году. После войны поставки данного пулемета возобновили в 2342 году.
components:
- type: Sprite
sprite: Backmen/Objects/Weapons/Gunsx64/LMGs/mg42/big.rsi
Expand Down Expand Up @@ -3267,4 +3267,4 @@
spreadChance: 0.4
- type: GrowingKudzu
- type: TimedDespawn
lifetime: 40
lifetime: 40
9 changes: 8 additions & 1 deletion Resources/Prototypes/Backmen/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@

- type: Tag
id: RuinedShop

- type: Tag
id: Rapier

- type: Tag
id: CartridgeRifleLight762

- type: Tag
id: NoSpinOnThrow


Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
- ShellTranquilizer
- MagazinePistol
- MagazinePistolSubMachineGun
- MagazinePistolTopSubMachineGun
- MagazinePistolSubMachineGunTopMounted
- MagazineRifle
- MagazineLightRifle
- MagazineBoxPistol
Expand Down

0 comments on commit 1a4f7a6

Please sign in to comment.