mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
lol lmao even (#23738)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user