This commit is contained in:
timothyteakettle
2020-07-26 23:15:56 +01:00
parent 36d6246bc1
commit 28bf5d2344
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -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
@@ -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
..()