From 51704126834e73d48a240883ed72c04ffe0df31d Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Sun, 26 Apr 2020 11:47:16 -0400 Subject: [PATCH] Inducer can charge vehicles (space bike, cargo tug, etc) --- code/game/objects/items/weapons/inducer_vr.dm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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