v0.7.7 Build 6

Fixed some meassages,
Fixed conditions for restoring lock
This commit is contained in:
Bjanski 2016-07-03 10:27:47 +02:00
parent 95ecd6f076
commit b3d84d2b70
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@
limitations under the License.
*/
(('Exile_Item_Codelock' in (magazines player)) && (ExileClientInteractionObject getVariable ['ExAd_Grinding_progress', 0] > 0))
(('Exile_Item_Codelock' in (magazines player)) && (ExileClientInteractionObject getVariable ['ExAd_Grinding_progress', 0] > 0) && (ExileClientInteractionObject getVariable ['ExAd_Grinding_progress', 0] < ExAd_GRINDING_OBJECT_MAX))

View File

@ -24,7 +24,7 @@ player playActionNow "medic";
UISleep 5;
player removeItem "Exile_Item_Codelock";
['Success', [STR_ExAd_GRINDING_NOTI_RESTORED]] call ExileClient_gui_notification_event_addNotification;
["SuccessTitleAndText", ["ExAd - Grinding", STR_ExAd_GRINDING_NOTI_RESTORED]] call ExileClient_gui_toaster_addTemplateToast;
["restoreLock", [netId _object]] call ExAd_fnc_serverDispatch;