fixes bioterror chemsprayer

This commit is contained in:
Jordie0608
2015-02-25 16:08:59 +11:00
parent 096324b93b
commit b931c66f2c
@@ -187,9 +187,12 @@
amount_per_transfer_from_this = (amount_per_transfer_from_this == 10 ? 5 : 10)
user << "<span class='notice'>You adjust the output switch. You'll now use [amount_per_transfer_from_this] units per spray.</span>"
/obj/item/weapon/reagent_containers/spray/chemsprayer/bioterror/New()
/obj/item/weapon/reagent_containers/spray/chemsprayer/bioterror
list_reagents = list("spore" = 150, "cryptobiolin" = 150, "mutagen" = 150, "chloralhydrate" = 150)
/obj/item/weapon/reagent_containers/spray/chemsprayer/bioterror/New()
..()
// Plant-B-Gone
/obj/item/weapon/reagent_containers/spray/plantbgone // -- Skie
name = "Plant-B-Gone"
@@ -198,4 +201,4 @@
icon_state = "plantbgone"
item_state = "plantbgone"
volume = 100
list_reagents = list("plantbgone" = 100)
list_reagents = list("plantbgone" = 100)