fixed typo in iteminteractions

This commit is contained in:
vbawol 2016-05-11 17:02:02 -05:00
parent 422c83c97e
commit fd59dbec24
27 changed files with 5 additions and 4 deletions

View File

@ -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.

View File

@ -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 };