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:
He-Man 2017-04-01 16:25:12 +02:00 committed by GitHub
parent ff13d929ec
commit 5d3f6c1465

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