mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix wrong bleeding icon on Epoch legacy status UI
Thanks to Epoch forums user Angelone for reporting
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
[FIXED] Blocked another A2OA script execution bug from improperly cleared eventhandlers. See dayz_code\system\antihack.sqf. Thanks to Dihan for reporting
|
||||
[FIXED] Missing silencer shadows on some _DZ weapons. Thanks @Streatman
|
||||
[FIXED] Launchers and launcher ammo are now detected correctly in the sell menu when a player has a launcher and ammo with the same classname.
|
||||
[FIXED] Wrong bleeding icon on Epoch legacy status UI
|
||||
|
||||
[NOTE] Fixes below were included in hotfix 1.0.6.1A (March 10th 2017) and are now in the default files.
|
||||
[FIXED] Fixed food and drink going down 10x faster from melee and other "working" actions.
|
||||
|
||||
@@ -575,7 +575,7 @@ class RscTitles
|
||||
class RscPicture_1303: RscPictureGUI
|
||||
{
|
||||
idc = 1303;
|
||||
text = "\z\addons\dayz_code\gui\status\status_bleeding_ca.paa";
|
||||
text = "\z\addons\dayz_code\gui\status_epoch\status_bleeding_ca.paa";
|
||||
x = 0.955313 * safezoneW + safezoneX;
|
||||
y = 0.79 * safezoneH + safezoneY;
|
||||
w = 0.075;
|
||||
|
||||
BIN
SQF/dayz_code/gui/status_epoch/status_bleeding_ca.paa
Normal file
BIN
SQF/dayz_code/gui/status_epoch/status_bleeding_ca.paa
Normal file
Binary file not shown.
Reference in New Issue
Block a user