diff --git a/code/modules/reagents/chemistry/reagents/other_reagents.dm b/code/modules/reagents/chemistry/reagents/other_reagents.dm index e632e129b10..ab743cf70be 100644 --- a/code/modules/reagents/chemistry/reagents/other_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/other_reagents.dm @@ -1527,7 +1527,7 @@ color = "#535E66" // rgb: 83, 94, 102 taste_description = "sludge" penetrates_skin = NONE - randomized_spawns = REAGENT_SPAWN_ALL_RANDOM_SPAWNS + randomized_spawns = REAGENT_SPAWN_MAINTENANCE_PILL /datum/reagent/cyborg_mutation_nanomachines/expose_mob(mob/living/exposed_mob, methods=TOUCH, reac_volume, show_message = TRUE, touch_protection = 0) . = ..() @@ -1543,7 +1543,7 @@ color = "#535E66" // rgb: 83, 94, 102 taste_description = "sludge" penetrates_skin = NONE - randomized_spawns = REAGENT_SPAWN_ALL_RANDOM_SPAWNS + randomized_spawns = REAGENT_SPAWN_MAINTENANCE_PILL /datum/reagent/xenomicrobes/expose_mob(mob/living/exposed_mob, methods=TOUCH, reac_volume, show_message = TRUE, touch_protection = 0) . = ..()