diff --git a/code/modules/cargo/packs/livestock.dm b/code/modules/cargo/packs/livestock.dm index 782dec7055d..6db601f25e2 100644 --- a/code/modules/cargo/packs/livestock.dm +++ b/code/modules/cargo/packs/livestock.dm @@ -184,7 +184,7 @@ /datum/supply_pack/critter/snake name = "Snake Crate" desc = "Tired of these MOTHER FUCKING snakes on this MOTHER FUCKING space station? \ - Then this isn't the crate for you. Contains three poisonous snakes." + Then this isn't the crate for you. Contains three venomous snakes." cost = CARGO_CRATE_VALUE * 6 access_view = ACCESS_SECURITY contains = list(/mob/living/simple_animal/hostile/retaliate/snake = 3)