[MIRROR] Makes Hell Ramen and Soemmerfire not kill people (#10746)

Co-authored-by: MeepleMuncher <76881946+MeepleMuncher@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-04-26 03:02:46 -07:00
committed by GitHub
parent 130b5237d5
commit f439147e92

View File

@@ -802,6 +802,10 @@
M.adjustToxLoss(0.5 * removed)
/datum/reagent/capsaicin/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
..()
handle_spicy(M, alien, removed)
/datum/reagent/proc/handle_spicy(var/mob/living/carbon/M, var/alien, var/removed)
if(alien == IS_DIONA)
return
if(alien == IS_ALRAUNE) // VOREStation Edit: It wouldn't affect plants that much.
@@ -2525,9 +2529,7 @@
/datum/reagent/drink/hell_ramen/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
..()
if(alien == IS_DIONA)
return
M.bodytemperature += 10 * TEMPERATURE_DAMAGE_COEFFICIENT
handle_spicy(M, alien, removed)
/datum/reagent/drink/sweetsundaeramen
name = REAGENT_DESSERTRAMEN
@@ -4519,9 +4521,7 @@
/datum/reagent/ethanol/soemmerfire/affect_ingest(var/mob/living/carbon/M, var/alien, var/removed)
..()
if(alien == IS_DIONA)
return
M.bodytemperature += 10 * TEMPERATURE_DAMAGE_COEFFICIENT
handle_spicy(M, alien, removed)
/datum/reagent/ethanol/winebrandy
name = REAGENT_WINEBRANDY