db8f3edea4
'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.
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
this.name = "Cloaking Device";
|
|
|
|
this.activated = function()
|
|
{
|
|
player.ship.isCloaked = !player.ship.isCloaked;
|
|
} |