Skip to content

Commit

Permalink
Update code/game/objects/items/reagent_containers/autoinjectors.dm
Browse files Browse the repository at this point in the history
Co-authored-by: BeagleGaming1 <[email protected]>
  • Loading branch information
private-tristan and BeagleGaming1 authored Nov 4, 2023
1 parent d35fb6a commit c3a2a1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
/obj/item/reagent_container/hypospray/autoinjector/adrenaline_concentrated
name = "concentrated adrenaline autoinjector"
chemname = "adrenaline_concentrated"
desc = "An autoinjector loaded with 3 uses of Concentrated Adrenaline, a stimulant that prevents unconciousness but causes suffocation in the process."
desc = "An autoinjector loaded with 3 uses of Concentrated Adrenaline, a stimulant that prevents unconsciousness but causes suffocation in the process."
amount_per_transfer_from_this = LOWM_REAGENTS_OVERDOSE * INJECTOR_PERCENTAGE_OF_OD
volume = (LOWM_REAGENTS_OVERDOSE * INJECTOR_PERCENTAGE_OF_OD) * INJECTOR_USES
display_maptext = TRUE
Expand Down

0 comments on commit c3a2a1a

Please sign in to comment.