Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
REMOVED: InteractionX
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed Feb 6, 2019
1 parent dc38896 commit 64ed9b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 150 deletions.
64 changes: 1 addition & 63 deletions addons/kat_aceCirculation/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ class CfgFunctions {
class handleInit{};
class handleTreatment{};
class init{};
class interactionX{};
class registerSettings{};
class removeEffect_IV{};
class removeItemfromMag{};
Expand Down Expand Up @@ -268,67 +267,6 @@ class cfgVehicles {
class Man;
class CAManBase: Man {
class ACE_Actions {
/*class KAT_C1 {
displayName = "C1";
condition = "true";
exceptions[] = {};
statement = "true";
position = "-0.15, 0.1, 1.3";
class KAT_C1_TEST {
displayName = "test";
distance = 1.50;
condition = "true";
statement = "true";
icon = "";
exceptions[] = {"isNotSwimming"};
};
};
class KAT_TEST {
displayName = "CTest";
selection = "spine2";
distance = 1.50;
condition = "true";
statement = "";
exceptions[] = {"isNotSwimming"};
class test2 {
displayName = "test";
distance = 1.50;
condition = "true";
statement = "true";
icon = "";
exceptions[] = {"isNotSwimming"};
};
};
class KAT_C2 {
displayName = "C2";
condition = "true";
exceptions[] = {};
statement = "";
icon = "";
//position = "{[0, 0.2, 1.3]}";
class test {
displayName = "C3";
condition = "true";
exceptions[] = {};
statement = "true";
icon = "";
};
};
class KAT_C3 {
displayName = "C3";
condition = "true";
exceptions[] = {};
statement = "";
icon = "";
//position[] = {-0.1, 0.2, 1.3};
class test {
displayName = "C3";
condition = "true";
exceptions[] = {};
statement = "true";
icon = "";
};
};*/
class ACE_Dogtag {
condition = "[_player, _target] call ace_dogtags_fnc_canCheckDogtag";
};
Expand Down Expand Up @@ -576,7 +514,7 @@ class ACE_Medical_Advanced {
};
class Painkillers {
// copied from ACE. Just a reminder
painReduce = 1.2;
painReduce = 1.2; // increased from 0.7
timeInSystem = 120;
maxDose = 10;
inCompatableMedication[] = {};
Expand Down
87 changes: 0 additions & 87 deletions addons/kat_aceCirculation/functions/fn_interactionX.sqf

This file was deleted.

0 comments on commit 64ed9b0

Please sign in to comment.