diff --git a/modular_skyrat/modules/cargo/code/packs.dm b/modular_skyrat/modules/cargo/code/packs.dm index dde76219864..dbf867c9998 100644 --- a/modular_skyrat/modules/cargo/code/packs.dm +++ b/modular_skyrat/modules/cargo/code/packs.dm @@ -51,7 +51,7 @@ cost = CARGO_CRATE_VALUE * 7 contains = list(/mob/living/basic/pet/cat/fennec = 2) crate_name = "fennec crate" - +/* BUBBER EDIT REMOVAL START /datum/supply_pack/critter/pitbull name = "Pitbull Crate" desc = "Contains three pitbulls. WARNING: These are NOT pedigree studs, and thus may be less than friendly." @@ -65,7 +65,7 @@ . = ..() for(var/i in 1 to 3) new /mob/living/basic/gorilla/pitbull(.) - +*/// BUBBER EDIT REMOVAL END /datum/supply_pack/critter/pitbull/pimpy name = "Pedigree Stud Pitbull Crate" desc = "Contains three pitbulls. Verified at the top of Mount Bullmore to be Pedigree Studs.."