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"