SSTB: added tractor beam/forcefield with customisable PhysicalZone parameters

use SSTB from NewbiesNexus.mis
This commit is contained in:
loop 2025-10-16 14:47:44 +01:00
parent 3e82474303
commit 4f0291118b
4 changed files with 95 additions and 23 deletions

View file

@ -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");