mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 16:44:43 +01:00
Merge pull request #7976 from Jordie0608/bioterrorreportedasleastpopularformasspaceterrorism
Fixes bioterror chemsprayer
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
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)
|
||||
|
||||
// Plant-B-Gone
|
||||
@@ -198,4 +198,4 @@
|
||||
icon_state = "plantbgone"
|
||||
item_state = "plantbgone"
|
||||
volume = 100
|
||||
list_reagents = list("plantbgone" = 100)
|
||||
list_reagents = list("plantbgone" = 100)
|
||||
|
||||
Reference in New Issue
Block a user