Epoch Survival 0.4 b639

return empty can on drinking gas,
added option to empty out gas can
This commit is contained in:
vbawol 2016-11-02 15:12:49 -05:00
parent 95cfc4be58
commit 3f3dd22f83
36 changed files with 11 additions and 7 deletions

View File

@ -201,7 +201,7 @@ class CfgItemInteractions
interactText = "FILL";
interactReturnOnUse = "jerrycanE_epoch";
interactAttributes[] = {10};
interactActions[] = {{"DRINK","[2,[['Toxicity',100],['Alcohol',50]],''] call EPOCH_consumeItem;"}};
interactActions[] = {{"DRINK","[2,[['Toxicity',100],['Alcohol',50]],'jerrycanE_epoch'] call EPOCH_consumeItem;"},{"EMPTY","[2,[],'jerrycanE_epoch'] call EPOCH_consumeItem;"}};
};
class jerrycanE_epoch : Default
{

View File

@ -430,7 +430,11 @@
"interactActions": [
[
"DRINK",
"[2,[['Toxicity',100],['Alcohol',50]],''] call EPOCH_consumeItem;"
"[2,[['Toxicity',100],['Alcohol',50]],'jerrycanE_epoch'] call EPOCH_consumeItem;"
],
[
"EMPTY",
"[2,[],'jerrycanE_epoch'] call EPOCH_consumeItem;"
]
],
"_inherit": "Default"

View File

@ -1 +1 @@
build=638;
build=639;

View File

@ -1 +1 @@
build=638;
build=639;

View File

@ -1 +1 @@
build=638;
build=639;

View File

@ -1 +1 @@
build=638;
build=639;

View File

@ -1 +1 @@
638
639