lol lmao even (#23738)

This commit is contained in:
Octus
2024-01-08 15:38:05 -08:00
committed by GitHub
parent 5d0ef1e3d9
commit c64b93e8bd
2 changed files with 2 additions and 0 deletions
@@ -271,6 +271,7 @@
/datum/reagent/consumable/drink/hot_coco/on_mob_life(mob/living/M)
if(M.bodytemperature < 310) // 310 is the normal bodytemp. 310.055
M.bodytemperature = min(310, M.bodytemperature + (5 * TEMPERATURE_DAMAGE_COEFFICIENT))
return ..()
/datum/reagent/consumable/drink/coffee
name = "Coffee"
@@ -597,6 +597,7 @@
/datum/reagent/consumable/chocolate/on_mob_life(mob/living/M)
M.reagents.add_reagent("sugar", 0.8)
return ..()
/datum/reagent/consumable/chocolate/reaction_turf(turf/T, volume)
if(volume >= 5 && !isspaceturf(T))