mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Replaces formaldehyde in traitor poison kit with anacea (#95190)
## About The Pull Request Anacea purges medicines and prevents multiver from working. Incredibly good with any kind of poison ## Why It's Good For The Game The 6 TC poison kit should have the chemical that makes every poison much much stronger over something that's barely even a poison ## Changelog 🆑 balance: Replaced formaldehyde with anacea in traitor poison kits /🆑
This commit is contained in:
@@ -478,7 +478,7 @@
|
||||
new /obj/item/reagent_containers/cup/bottle/polonium(src)
|
||||
new /obj/item/reagent_containers/cup/bottle/venom(src)
|
||||
new /obj/item/reagent_containers/cup/bottle/fentanyl(src)
|
||||
new /obj/item/reagent_containers/cup/bottle/formaldehyde(src)
|
||||
new /obj/item/reagent_containers/cup/bottle/anacea(src)
|
||||
new /obj/item/reagent_containers/cup/bottle/spewium(src)
|
||||
new /obj/item/reagent_containers/cup/bottle/syndol(src)
|
||||
new /obj/item/reagent_containers/cup/bottle/cyanide(src)
|
||||
|
||||
@@ -35,6 +35,11 @@
|
||||
desc = "A small bottle of cyanide. Bitter almonds?"
|
||||
list_reagents = list(/datum/reagent/toxin/cyanide = 30)
|
||||
|
||||
/obj/item/reagent_containers/cup/bottle/anacea
|
||||
name = "anacea bottle"
|
||||
desc = "A small bottle of anacea."
|
||||
list_reagents = list(/datum/reagent/toxin/anacea = 30)
|
||||
|
||||
/obj/item/reagent_containers/cup/bottle/spewium
|
||||
name = "spewium bottle"
|
||||
desc = "A small bottle of spewium."
|
||||
|
||||
Reference in New Issue
Block a user