Add note about splint and broken legs

Since R4z0r doesn't want it changed in vanilla.
This commit is contained in:
ebaydayz
2016-05-19 16:29:35 -04:00
parent a54e58c60c
commit 62700f37e4
4 changed files with 4 additions and 4 deletions

View File

@@ -88,7 +88,7 @@ _ctrlEye ctrlSetText _visualtext;
_ctrlEar ctrlSetText _audibletext;
// Fracture/Broken Legs
if !(canStand player) then {
if !(canStand player) then { //&& !(ctrlShown _ctrlFracture) makes icon flash non-stop until leg is fixed
_ctrlFracture ctrlShow true;
}
else {