Merge pull request #724 from Ignatz-HeMan/patch-7

Force "TakeCrypto" menu on dead Player
This commit is contained in:
vbawol 2017-04-02 10:32:21 -05:00 committed by GitHub
commit 9eaa200389

View File

@ -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";