mirror of
https://github.com/tribes2/SkillSector.git
synced 2026-02-26 01:53:43 +00:00
SSTB: added tractor beam/forcefield with customisable PhysicalZone parameters
use SSTB from NewbiesNexus.mis
This commit is contained in:
parent
3e82474303
commit
4f0291118b
4 changed files with 95 additions and 23 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// SkillSector game has a README.md, read that instead.
|
||||
// SkillSector has a README.md, read that instead.
|
||||
|
||||
// author: loop
|
||||
// date: 10/2025
|
||||
|
|
@ -35,4 +35,5 @@ if ($DEVMODE) {
|
|||
|
||||
// Load the various modes, datablocks and functions.
|
||||
exec("scripts/SkillSectorTeleporter.cs");
|
||||
exec("scripts/SkillSectorAimTrainer.cs");
|
||||
exec("scripts/SkillSectorAimTrainer.cs");
|
||||
exec("scripts/SkillSectorTractorBeam.cs");
|
||||
Loading…
Add table
Add a link
Reference in a new issue