Skip to content

Commit

Permalink
Mail goodies tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMelbert committed Sep 16, 2024
1 parent 80c512d commit 4128502
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions maplestation_modules/code/datums/quirks/negative.dm
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,11 @@
if(NO_CANE)
mail_goodies |= /obj/item/reagent_containers/pill/morphine/diluted

if(intensity == INTENSITY_HIGH)
mail_goodies |= /obj/item/reagent_containers/pill/morphine/diluted
switch(intensity)
if(INTENSITY_MEDIUM)
mail_goodies |= /obj/item/reagent_containers/pill/paracetamol
if(INTENSITY_HIGH)
mail_goodies |= /obj/item/reagent_containers/pill/morphine/diluted

quirk_holder.apply_status_effect(/datum/status_effect/limp/permanent, side, intensity)

Expand Down

0 comments on commit 4128502

Please sign in to comment.