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:
Alien
2026-02-23 06:27:45 +11:00
committed by GitHub
parent 6c7393b4bf
commit 68dea2c73b
2 changed files with 6 additions and 1 deletions
@@ -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."