mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
add missing ,
This commit is contained in:
parent
1ab0c68a45
commit
11b64381c8
@ -157,7 +157,7 @@ class CfgItemInteractions
|
||||
};
|
||||
class WhiskeyNoodle : Drink_base
|
||||
{
|
||||
interactAttributes[] = {{"Thirst",800},{"Toxicity",-1},{"Radiation",-1}{"Stamina",50},{"Alcohol",10}};
|
||||
interactAttributes[] = {{"Thirst",800},{"Toxicity",-1},{"Radiation",-1},{"Stamina",50},{"Alcohol",10}};
|
||||
};
|
||||
class water_epoch : Drink_Jar_base
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user