Skip to content

Commit

Permalink
[MIRROR] Change Hyronalin Pills from 7u to 10u
Browse files Browse the repository at this point in the history
  • Loading branch information
Jebediahtechnic authored and LordNest committed Jan 5, 2025
1 parent 844fad5 commit e5e9fc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/reagents/reagent_containers/pill.dm
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,12 @@


/obj/item/reagent_containers/pill/hyronalin
name = "Hyronalin (7u)"
name = "Hyronalin (10u)"
desc = "Used to treat radiation poisoning."
icon_state = "pill1"
/obj/item/reagent_containers/pill/hyronalin/New()
..()
reagents.add_reagent(/datum/reagent/hyronalin, 7)
reagents.add_reagent(/datum/reagent/hyronalin, 10)
color = reagents.get_color()

/obj/item/reagent_containers/pill/antirad
Expand Down

0 comments on commit e5e9fc8

Please sign in to comment.