From 28bf5d23444052bf233700846f9c24b52829d7e2 Mon Sep 17 00:00:00 2001 From: timothyteakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Sun, 26 Jul 2020 23:15:56 +0100 Subject: [PATCH] remove c --- code/__DEFINES/wounds.dm | 2 +- code/modules/reagents/chemistry/reagents/other_reagents.dm | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/code/__DEFINES/wounds.dm b/code/__DEFINES/wounds.dm index 8d92641cde..73ada71423 100644 --- a/code/__DEFINES/wounds.dm +++ b/code/__DEFINES/wounds.dm @@ -31,7 +31,7 @@ #define WOUND_DETERMINATION_LOSS 7.5 /// the max amount of determination you can have -#define WOUND_DETERMINATION_MAX 10c +#define WOUND_DETERMINATION_MAX 10 /// set wound_bonus on an item or attack to this to disable checking wounding for the attack #define CANT_WOUND -100 diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index 783e1a59fd..81ad676613 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -2345,7 +2345,6 @@ color = "#E6E6DA" taste_mult = 0 - /datum/reagent/hairball name = "Hairball" description = "A bundle of keratinous bits and fibers, not easily digestible." @@ -2393,4 +2392,4 @@ M.reagents.del_reagent(/datum/reagent/hairball) return ..() - +