mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
addDamageToUnit - Disable debug / testing code
This commit is contained in:
parent
761d6e28d8
commit
b13656e54b
@ -18,8 +18,8 @@
|
|||||||
*
|
*
|
||||||
* Public: Yes
|
* Public: Yes
|
||||||
*/
|
*/
|
||||||
#define DEBUG_MODE_FULL
|
// #define DEBUG_MODE_FULL
|
||||||
#define DEBUG_TESTRESULTS
|
// #define DEBUG_TESTRESULTS
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
params [["_unit", objNull, [objNull]], ["_damageToAdd", -1, [0]], ["_selection", "", [""]], ["_typeOfDamage", "", [""]]];
|
params [["_unit", objNull, [objNull]], ["_damageToAdd", -1, [0]], ["_selection", "", [""]], ["_typeOfDamage", "", [""]]];
|
||||||
|
Loading…
Reference in New Issue
Block a user