mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-26 18:17:12 +03:00
No spead merge (#475)
* Revert "[GoobPort] WIZ REAL (#465)"
This reverts commit 091a8ff433.
* fix local
This commit is contained in:
@@ -63,7 +63,7 @@ public sealed class DeadStartupButtonSystem : SharedDeadStartupButtonSystem
|
||||
|| bateria.CurrentCharge <= 0)
|
||||
return;
|
||||
|
||||
_lightning.ShootRandomLightnings(uid, 2, 4, hitCoordsChance: 0);
|
||||
_lightning.ShootRandomLightnings(uid, 2, 4);
|
||||
_powerCell.TryUseCharge(uid, bateria.CurrentCharge);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user