Files
OldThink/Content.Server/_White/Stunprod/SnatcherprodComponent.cs
Aviu00 f7edea42cd Некоторые балансные изменения (#72)
* - balance: Chainsaw can only be crafted using advanced saw.

* - balance: Tweak some melee weapon damage and sizes.

* - balance: Tweak stun baton.

* - balance: No flash heavy attack.

* - balance: Tweak modifier sets.

* - tweak: Stunprod and snatcherprod tweaks.

* - tweak: Auto cycle tweaks.

* - balance: Nerf flamethrower.

* - tweak: Remove old stunprod construction.

* - balance: Tweak shotgun ammo.

* - tweak: Cartridge ejecting tweaks.

* - fix: Fix stunprod held prefix.

* Revert "Makes external & shuttle airlocks bump-openable (#22706)"

This reverts commit 6a73aed6d5.

* - balance: Tweak modifier sets once again.

* - balance: Tweak IED timer.

* - tweak: Chemical explosions can't create vacuum.
2024-02-15 18:08:42 +00:00

7 lines
129 B
C#

namespace Content.Server._White.Stunprod;
[RegisterComponent]
public sealed partial class SnatcherprodComponent : Component
{
}