mirror of
https://github.com/Bjanski/ExAd.git
synced 2024-08-30 16:52:14 +00:00
v0.7.7 Build 6
Fixed some meassages, Fixed conditions for restoring lock
This commit is contained in:
parent
95ecd6f076
commit
b3d84d2b70
@ -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))
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user