Skip to content

Commit

Permalink
fix medpen name (#4046)
Browse files Browse the repository at this point in the history
🆑
fix: mannitol pens now have their proper name
/🆑
  • Loading branch information
Erikafox authored Jan 21, 2025
1 parent a7cde96 commit cb07e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/reagent_containers/hypospray.dm
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
item_state = "morphen"

/obj/item/reagent_containers/hypospray/medipen/mannitol
name = "tricordrazine injector"
name = "mannitol injector"
desc = "An injector filled with mannitol, a restorative compound that targets the brain."
list_reagents = list(/datum/reagent/medicine/mannitol = 15)
volume = 15
Expand Down

0 comments on commit cb07e4a

Please sign in to comment.