mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Force "TakeCrypto" menu on dead Player
Dead Player sometimes comes hard in target and Players are trying and trying to get "Take Krypto". So it's better to make it everytime available on Dead Player.
This commit is contained in:
parent
ff13d929ec
commit
5d3f6c1465
@ -79,7 +79,7 @@ class tra_shop
|
||||
|
||||
class player_takeCrypto
|
||||
{
|
||||
condition = "(dyna_cursorTarget getVariable [""Crypto"",0]) > 0";
|
||||
condition = "dyna_isDeadPlayer || (dyna_cursorTarget getVariable [""Crypto"",0]) > 0";
|
||||
action = "dyna_cursorTarget call EPOCH_takeCrypto;";
|
||||
icon = "x\addons\a3_epoch_code\Data\UI\buttons\krypto.paa";
|
||||
tooltip = "Take Krypto";
|
||||
|
Loading…
Reference in New Issue
Block a user