Drinking alcohol cures severe anxiety (#90599)

This commit is contained in:
LT3
2025-04-20 04:43:05 -07:00
committed by lessthanthree
parent b6dbca4ef6
commit 7ac40b7141
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -263,7 +263,7 @@
. = cures.len
for(var/C_id in cures)
if(!affected_mob.reagents.has_reagent(C_id))
if(!affected_mob.reagents.has_reagent(target_reagent = C_id, check_subtypes = TRUE))
.--
if(!. || (needs_all_cures && . < cures.len))
return FALSE
+1 -1
View File
@@ -4,7 +4,7 @@
max_stages = 4
spread_text = "On contact"
spread_flags = DISEASE_SPREAD_BLOOD | DISEASE_SPREAD_CONTACT_SKIN | DISEASE_SPREAD_CONTACT_FLUIDS
cure_text = "Ethanol"
cure_text = "Ethanol (Liquid Courage)"
cures = list(/datum/reagent/consumable/ethanol)
agent = "Excess Lepidopticides"
viable_mobtypes = list(/mob/living/carbon/human)