mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[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:
committed by
GitHub
parent
130b5237d5
commit
f439147e92
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user