mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Epoch Survival 0.4 b639
return empty can on drinking gas, added option to empty out gas can
This commit is contained in:
parent
95cfc4be58
commit
3f3dd22f83
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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
|
||||
{
|
||||
|
@ -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"
|
||||
|
@ -1 +1 @@
|
||||
build=638;
|
||||
build=639;
|
||||
|
@ -1 +1 @@
|
||||
build=638;
|
||||
build=639;
|
||||
|
@ -1 +1 @@
|
||||
build=638;
|
||||
build=639;
|
||||
|
@ -1 +1 @@
|
||||
build=638;
|
||||
build=639;
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user