Cluster grenades for uplink and security (#22029)

* clustergrenades go boom

* Small tweaks

* Some tweaks and soaplet

* clustergrenadesystem changes and launcher types

* small tweaks

* typo

* whitespace

* rsi edit

* another typo

* add containers

* Some changes related to merge

* Forgot to change name

* Made changes based on review

* Removed new china lake ammo based on feedback in other PR

* Unneeded nested loop moment

* Nested loop needed after all moment
This commit is contained in:
Arendian
2023-12-14 04:30:42 +01:00
committed by GitHub
parent 286af5dcb1
commit 3e766402b9
36 changed files with 727 additions and 69 deletions

View File

@@ -33,6 +33,9 @@ public sealed partial class ProjectileComponent : Component
[DataField("deleteOnCollide")]
public bool DeleteOnCollide = true;
[DataField("canPenetrate")]
public bool CanPenetrate = false;
[DataField("ignoreResistances")]
public bool IgnoreResistances = false;