mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed: Save percentage of Doom's armor bonus was too low.
SVN r2212 (trunk)
This commit is contained in:
parent
4963f5d35a
commit
4d70292964
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Actor ArmorBonus : BasicArmorBonus 2015
|
||||||
Height 16
|
Height 16
|
||||||
Inventory.Pickupmessage "$GOTARMBONUS"
|
Inventory.Pickupmessage "$GOTARMBONUS"
|
||||||
Inventory.Icon "ARM1A0"
|
Inventory.Icon "ARM1A0"
|
||||||
Armor.Savepercent 33.33333
|
Armor.Savepercent 33.335
|
||||||
Armor.Saveamount 1
|
Armor.Saveamount 1
|
||||||
Armor.Maxsaveamount 200
|
Armor.Maxsaveamount 200
|
||||||
+COUNTITEM
|
+COUNTITEM
|
||||||
|
|
Loading…
Reference in a new issue