Hair gradients fix and Beltbuster use fixed

Hair gradients are now instanced as "None", the default no gradients value, rather than 000 which caused runtime newly instanced character to cause runtime errors.
Fixed the path for the Beltbuster Mead drink's on_mob_life function
This commit is contained in:
Alphas00
2023-12-23 15:13:06 +01:00
parent d53f3a1569
commit df36be3590
4 changed files with 6 additions and 6 deletions
@@ -53,7 +53,7 @@
shot_glass_icon_state = "shotglassgold"
hydration = 4
/datum/reagent/consumable/snakebite/on_mob_life(mob/living/carbon/M)
/datum/reagent/consumable/ethanol/beltbuster_mead/on_mob_life(mob/living/carbon/M)
if(M && M?.client?.prefs.weight_gain_chems) // GS13
M.nutrition += 30 * REAGENTS_METABOLISM
else
@@ -122,4 +122,4 @@
M.nutrition += 25 * REAGENTS_METABOLISM
else
M.nutrition += 1
..()
..()