feat(RepairGun): Call repair helper function
This commit is contained in:
parent
b3dd9a6756
commit
c62430e76b
@ -1,6 +1,7 @@
|
|||||||
#include "backend/looped/looped.hpp"
|
#include "backend/looped/looped.hpp"
|
||||||
#include "core/enums.hpp"
|
#include "core/enums.hpp"
|
||||||
#include "util/entity.hpp"
|
#include "util/entity.hpp"
|
||||||
|
#include "util/vehicle.hpp"
|
||||||
#include "util/notify.hpp"
|
#include "util/notify.hpp"
|
||||||
|
|
||||||
namespace big
|
namespace big
|
||||||
@ -27,9 +28,7 @@ namespace big
|
|||||||
{
|
{
|
||||||
if (ENTITY::IS_ENTITY_A_VEHICLE(entity))
|
if (ENTITY::IS_ENTITY_A_VEHICLE(entity))
|
||||||
{
|
{
|
||||||
VEHICLE::SET_VEHICLE_FIXED(entity);
|
vehicle::repair(entity);
|
||||||
VEHICLE::SET_VEHICLE_DEFORMATION_FIXED(entity);
|
|
||||||
VEHICLE::SET_VEHICLE_DIRT_LEVEL(entity, 0.f);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user