mirror of
https://github.com/unknownworlds/NS.git
synced 2025-02-16 17:01:30 +00:00
Mantis: 1061
o Set alien base cloaking opacity from 10 to 0 ( aka 100% Cloaking ) git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@166 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
e50079c075
commit
273582533a
1 changed files with 3 additions and 1 deletions
|
@ -57,7 +57,9 @@ const float kChargeROF = 5.0f;
|
|||
|
||||
const int kAlienCloakRenderMode = kRenderTransTexture;
|
||||
const int kAlienCloakAmount = 25;
|
||||
const int kAlienStructureCloakAmount = 10;
|
||||
// puzl: 1061 full cloaking
|
||||
const int kAlienStructureCloakAmount = 0;
|
||||
// :puzl
|
||||
|
||||
const int kAlienSelfCloakingBaseOpacity = 130;
|
||||
|
||||
|
|
Loading…
Reference in a new issue