Make nukies usable (#8257)

* Make nukies usable

- Spawn points that work
- Radar default range bumped up
- Used the infiltrator instead
- Spawning works
I playtested it and it was working so anything new pops up then I'm gonna screm.

* a
This commit is contained in:
metalgearsloth
2022-05-19 07:48:00 +10:00
committed by GitHub
parent ab179e171e
commit d9bcc7f6dd
7 changed files with 780 additions and 202 deletions

View File

@@ -5,5 +5,5 @@ public sealed class RadarConsoleComponent : Component
{
[ViewVariables(VVAccess.ReadWrite)]
[DataField("range")]
public float Range = 256f;
public float Range = 512f;
}