oolite/Resources/Scripts/oolite-cloaking-device-equipment.js
cim db8f3edea4 Make cloaking device into primable equipment (closes #33)
'tab' and '0' now used as "fast-activate" controls for primable equipment.

Energy bomb OXPs will need a little bit of work to be compatible with this change.
2013-10-19 18:46:05 +01:00

6 lines
112 B
JavaScript

this.name = "Cloaking Device";
this.activated = function()
{
player.ship.isCloaked = !player.ship.isCloaked;
}