mirror of
https://github.com/R2Northstar/NorthstarMods
synced 2026-08-25 12:29:17 -04:00
Fix progression pro screen. (#1006)
This commit is contained in:
parent
73feccbafc
commit
056a002b9f
1 changed files with 2 additions and 2 deletions
|
|
@ -661,7 +661,7 @@ global function ProgressionEnabledForPlayer
|
|||
{
|
||||
// do nothing
|
||||
}
|
||||
else if ( loadout.primaryMod3 == "pro_screen" )
|
||||
else if ( loadout.primaryMod3 != "pro_screen" )
|
||||
{
|
||||
// fuck you and your three mod slot stuff
|
||||
printt( " - PRIMARY WEAPON PRO SCREEN IS INVALID, RESETTING" )
|
||||
|
|
@ -798,7 +798,7 @@ global function ProgressionEnabledForPlayer
|
|||
{
|
||||
// do nothing
|
||||
}
|
||||
else if ( loadout.secondaryMod3 == "pro_screen" )
|
||||
else if ( loadout.secondaryMod3 != "pro_screen" )
|
||||
{
|
||||
// fuck you and your three mod slot stuff
|
||||
printt( " - SECONDARY WEAPON PRO SCREEN IS INVALID, RESETTING" )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue