S5SS / dual-command

Dual Command Mode Repository
3 stars 2 forks source link

Truly disabling hyperspace inside inhibs #55

Closed Novaras closed 5 years ago

Novaras commented 5 years ago

So I just discovered this is actually very trivial:

For subs: AddSubSystemAbility(NewShipType, "Hyperspace", 0, "EnemyShipsWithinRadius", 10500)

For ships (like gws): AddShipAbility(NewShipType, "Hyperspace", 0, "EnemyShipsWithinRadius", 10500)

I haven't tested whether the subsystem effect works, just the ships. This is because I'm really lazy

https://github.com/S5SS/dual-command/pull/54

S5SS commented 5 years ago

Fixed