mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
fixed missing WhiskeyNoodle item interactions
This commit is contained in:
parent
a659c1bb08
commit
f141807916
@ -145,6 +145,10 @@ class CfgItemInteractions {
|
|||||||
{
|
{
|
||||||
interactAttributes[] = { 0, 5000, 0, 0, 0, 0, 0, 0, 0, 0 };
|
interactAttributes[] = { 0, 5000, 0, 0, 0, 0, 0, 0, 0, 0 };
|
||||||
};
|
};
|
||||||
|
class WhiskeyNoodle : Drink_base
|
||||||
|
{
|
||||||
|
interactAttributes[] = { 0, 0, 800, 0, 0, 0, -5, 50, 0, 0, 0 , 10 , 0};
|
||||||
|
};
|
||||||
class water_epoch : Drink_Jar_base
|
class water_epoch : Drink_Jar_base
|
||||||
{
|
{
|
||||||
interactAttributes[] = { 0, 0, 500, 0, 0, 0, 5, 50, 0, 0 };
|
interactAttributes[] = { 0, 0, 500, 0, 0, 0, 5, 50, 0, 0 };
|
||||||
|
Loading…
Reference in New Issue
Block a user