mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
fixes
This commit is contained in:
@@ -133,7 +133,4 @@
|
||||
overlays += filling
|
||||
|
||||
/obj/item/weapon/reagent_containers/drugs/baggie/meth
|
||||
|
||||
/obj/item/weapon/reagent_containers/drugs/New()
|
||||
..()
|
||||
reagents.add_reagent("methamphetamine", 10)
|
||||
list_reagents = list("methamphetamine" = 10)
|
||||
@@ -207,7 +207,7 @@
|
||||
name = "Acid Bottle"
|
||||
desc = "A reagent bottle. Contains sulfuric acid."
|
||||
icon_state = "rbottle6"
|
||||
list_reagents = list("diethylamine" = 50)
|
||||
list_reagents = list("sacid" = 50)
|
||||
|
||||
/obj/item/weapon/reagent_containers/glass/bottle/reagent/formaldehyde
|
||||
name = "Formaldehyde Bottle"
|
||||
|
||||
@@ -121,7 +121,7 @@
|
||||
volume = 40
|
||||
spray_maxrange = 4
|
||||
amount_per_transfer_from_this = 5
|
||||
list_reagents = list("condensedcapsaicin" = 50)
|
||||
list_reagents = list("condensedcapsaicin" = 40)
|
||||
|
||||
//water flower
|
||||
/obj/item/weapon/reagent_containers/spray/waterflower
|
||||
|
||||
Reference in New Issue
Block a user