diff --git a/code/game/objects/items/weapons/inducer_vr.dm b/code/game/objects/items/weapons/inducer_vr.dm index 379163ea127..acfb4c17ffc 100644 --- a/code/game/objects/items/weapons/inducer_vr.dm +++ b/code/game/objects/items/weapons/inducer_vr.dm @@ -272,8 +272,11 @@ hume.nutrition += . //Add the amount we really stored . /= NUTRITION_COEFF //Inflate amount to take from the giver +#undef NUTRITION_COEFF + // Various sideways-defined get_cells /obj/mecha/get_cell() return cell -#undef NUTRITION_COEFF \ No newline at end of file +/obj/vehicle/get_cell() + return cell