GenZmeY
1d7c441b4c
- more text supports localization; - move hardcode to english localization file; - update the Russian localization file.
16 lines
351 B
Ucode
16 lines
351 B
Ucode
Class Ext_TraitBoomWeld extends Ext_TraitBase;
|
|
|
|
static function TraitActivate(Ext_PerkBase Perk, byte Level, optional Ext_TraitDataStore Data)
|
|
{
|
|
Perk.bExplosiveWeld = true;
|
|
}
|
|
|
|
static function TraitDeActivate(Ext_PerkBase Perk, byte Level, optional Ext_TraitDataStore Data)
|
|
{
|
|
Perk.bExplosiveWeld = false;
|
|
}
|
|
|
|
defaultproperties
|
|
{
|
|
DefLevelCosts(0)=30
|
|
} |