From c444b521e5c70f06791655188be93c07aeb46b9d Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Sun, 14 Feb 2021 22:11:09 +0000 Subject: [PATCH] Compile error fix. --- code/modules/reagents/chemistry/reagents/other_reagents.dm | 2 +- tgstation.dme | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 5c109c73..fec41de8 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -255,7 +255,7 @@ //hydration /datum/reagent/water/on_mob_life(mob/living/carbon/M) M.thirst += hydration - ..() + ..() /* * Water reaction to turf diff --git a/tgstation.dme b/tgstation.dme index 570d468d..5158277d 100644 --- a/tgstation.dme +++ b/tgstation.dme @@ -1807,6 +1807,7 @@ #include "code\modules\food_and_drinks\recipes\tablecraft\recipes_spaghetti.dm" #include "code\modules\food_and_drinks\recipes\tablecraft\recipes_sushi.dm" #include "code\modules\games\cas.dm" +#include "code\modules\goonchat\browserOutput.dm" #include "code\modules\holiday\easter.dm" #include "code\modules\holiday\holidays.dm" #include "code\modules\holiday\halloween\bartholomew.dm"