Fixes some autoinjector spawns (#20043)

Fixes the nightlife and impedrezine autoinjectors spawning empty.
This commit is contained in:
Snowy1237
2024-10-13 21:18:08 +00:00
committed by GitHub
parent 7caa11ec69
commit db151df193
2 changed files with 60 additions and 2 deletions
@@ -353,11 +353,11 @@
desc = "An autoinjector loaded with impedrezene, a narcotic that impairs one's ability to think by impeding the function of brain cells in the cerebral cortex."
volume = 5
amount_per_transfer_from_this = 5
reagents_to_add = list(/singleton/reagent/drugs/impedrezene)
reagents_to_add = list(/singleton/reagent/drugs/impedrezene = 5)
/obj/item/reagent_containers/hypospray/autoinjector/night_juice
name = "night life autoinjector"
desc = "An auto injector loaded with night life, a liquid narcotic commonly used by the more wealthy drug-abusing citizens of the Eridani Federation."
volume = 10
amount_per_transfer_from_this = 10
reagents_to_add = list(/singleton/reagent/drugs/night_juice)
reagents_to_add = list(/singleton/reagent/drugs/night_juice = 10)