mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Merge pull request #724 from Ignatz-HeMan/patch-7
Force "TakeCrypto" menu on dead Player
This commit is contained in:
commit
9eaa200389
@ -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