mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 20:45:28 +01:00
Drinking alcohol cures severe anxiety (#90599)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user