mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Fixes some autoinjector spawns (#20043)
Fixes the nightlife and impedrezine autoinjectors spawning empty.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user