Update script_component.hpp

This commit is contained in:
johnb432 2024-06-28 09:17:59 +02:00
parent 3d78aa2c98
commit fa5923378f

View File

@ -20,7 +20,5 @@
#define GET_NUMBER(config,default) (if (isNumber (config)) then {getNumber (config)} else {default})
#define CARGO_TUMBLE_VELOCITY_DIVISOR (random [1, 2, 3])
#define CARGO_TUMBLE_RANDOM_MUL 8
#define CARGO_TUMBLE_TORQUE 500