mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
fixed typo in iteminteractions
This commit is contained in:
parent
422c83c97e
commit
fd59dbec24
@ -24,9 +24,9 @@ maxAimingAccuracy -> maxGeneral - Set the maximum value for each available AI sk
|
||||
|
||||
**Server Only**
|
||||
[Added] Server function to allow remote exec of setVariable on client - Allows client to ask another client to set a local variable, via the server. Server can run same function.
|
||||
[Changed] Epoch Events can now self initialize
|
||||
[Info] Changed name of a3_epoch_server to epoch_server.
|
||||
[Info] Changed name of a3_epoch_server_settings to epoch_server_settings.
|
||||
[Changed] Epoch Events can now self initialize.
|
||||
[Info] Changed name of a3_epoch_server.pbo to epoch_server.pbo.
|
||||
[Info] Changed name of a3_epoch_server_settings.pbo to epoch_server_settings.pbo.
|
||||
[Info] RConPort 2306 added to example-beserver.cfg for changes since A3 1.58.
|
||||
[Info] Removed old .bikey and added new one for 0390.
|
||||
[Info] Requires Arma 3 1.58 or higher.
|
||||
|
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.
@ -63,7 +63,8 @@ class CfgItemInteractions {
|
||||
interactAction = 14;
|
||||
interactText = "UNPACK";
|
||||
};
|
||||
// BASE CLASSES END class honey_epoch : Food_Jar_base
|
||||
// BASE CLASSES END
|
||||
class honey_epoch : Food_Jar_base
|
||||
{
|
||||
interactText = "CONSUME";
|
||||
interactAttributes[] = { 0, 0, 0, 0, 0, 1, 0, 30, 0, 10 };
|
||||
|
Loading…
Reference in New Issue
Block a user