Merged stake selects
This commit is contained in:
parent
fdd9fa86ec
commit
43035e5f71
@ -64,6 +64,7 @@ Gameplay changes:
|
||||
- Oil traps ignite from hitting with shock spells and from stepping in with equipped fire or shock spells, fixed other cases when they did not ignite but should have.
|
||||
- Reduced damage dealt by Lords of the Lost Ones and Dal'Galar's servants by 35%, slightly lowered damage from Elemental Wolves and Mad Rats, removed x10 multiplier from Fire Elemental's punches.
|
||||
- Fixed pipe smoking, sometimes starting on reading some receipts and opening some containers (now for sure).
|
||||
- When playing with gamepad or other controller, text inputs are automatically disabled or replaced with a number select.
|
||||
- Moved hidden talking actors in Pentas' house out of player's reach.
|
||||
- Removed a few wolves from the Sun Coast.
|
||||
- Fixed Spriggan's visual effects.
|
||||
|
Binary file not shown.
BIN
Skyrim.esm
BIN
Skyrim.esm
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -57,7 +57,7 @@ Function Step01()
|
||||
MaxBet = Opponent.GetReference().GetItemcount(gold001) / 2
|
||||
endif
|
||||
|
||||
if false && EnderalFunctions.TextInputEnabled()
|
||||
if EnderalFunctions.TextInputEnabled()
|
||||
PlayerBet = (((self as QUEST) as FORM) as UILIB_1).ShowTextInput(PlaceYourBet .GetName()+MaxBet, MaxBet) as int
|
||||
else
|
||||
float fPrevValue = PlayerRef.GetActorValue("Variable08")
|
||||
|
@ -61,7 +61,7 @@ Function Step01()
|
||||
MaxBet = (Opponent.GetReference().GetItemCount(Gold001)/2) as INT
|
||||
endif
|
||||
|
||||
if false && EnderalFunctions.TextInputEnabled()
|
||||
if EnderalFunctions.TextInputEnabled()
|
||||
PlayerBet = (((self as Quest) as form) as uilib_1).ShowTextInput(PlaceYourBet.GetName() + MaxBet as String, MaxBet as String) as Int
|
||||
else
|
||||
float fPrevValue = PlayerRef.GetActorValue("Variable08")
|
||||
|
@ -45,7 +45,7 @@ int Function Step01() ; place your bet
|
||||
MaxBet = (PlayerRef.GetItemCount(Gold001))/2
|
||||
endif
|
||||
|
||||
if false && EnderalFunctions.TextInputEnabled()
|
||||
if EnderalFunctions.TextInputEnabled()
|
||||
PlayerBet = (((self as QUEST) as FORM) as UILIB_1).ShowTextInput(PlaceYourBet .GetName()+MaxBet, MaxBet) as int
|
||||
else
|
||||
float fPrevValue = PlayerRef.GetActorValue("Variable08")
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user