From c87b5ad861e1b2de529f87a59abc35e7215f9b4f Mon Sep 17 00:00:00 2001 From: Mahimka42 <145904540+Mahimka42@users.noreply.github.com> Date: Sun, 6 Oct 2024 09:24:36 +0700 Subject: [PATCH] tweak: Emagged cyborg have amanitin instead heparine (#5981) Update borghydro.dm --- code/modules/reagents/reagent_containers/borghydro.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/reagents/reagent_containers/borghydro.dm b/code/modules/reagents/reagent_containers/borghydro.dm index 6519d61ec97..5b68574edd0 100644 --- a/code/modules/reagents/reagent_containers/borghydro.dm +++ b/code/modules/reagents/reagent_containers/borghydro.dm @@ -218,7 +218,7 @@ var/emagged = TRUE var/safety_hypo = FALSE reagent_ids = list( \ - "heparin" = list('icons/effects/bleed.dmi', "bleed10"), \ + "amanitin" = list('icons/obj/hydroponics/harvest.dmi', "amanita"), \ "cyanide" = list('icons/mob/screen_corgi.dmi', "tox1"), \ "sodium_thiopental" = list('icons/obj/surgery.dmi', "lungs")) upgrade_path = null //no upgrades