Unimplemented weapon messages.
This commit is contained in:
parent
9d0287ef50
commit
3f20acc56e
5 changed files with 15 additions and 4 deletions
|
|
@ -1773,10 +1773,10 @@ Class SWWMUtility
|
|||
}
|
||||
|
||||
// gendered languages are a fuck
|
||||
static clearscope bool SellFemaleItem( Inventory i )
|
||||
static clearscope bool SellFemaleItem( Inventory i, String loc = "SWWM_SELLEXTRA_FEM" )
|
||||
{
|
||||
// no gendered string alt
|
||||
if ( StringTable.Localize("$SWWM_SELLEXTRA_FEM") == "SWWM_SELLEXTRA_FEM" )
|
||||
if ( StringTable.Localize("$"..loc) == loc )
|
||||
return false;
|
||||
if ( i is 'DeepImpact' ) return true;
|
||||
if ( i is 'ExplodiumGun' ) return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue