From 9eb9fb2b4012d465377f17555f274b7086942e29 Mon Sep 17 00:00:00 2001 From: Swift Date: Fri, 27 Sep 2024 15:18:36 -0400 Subject: [PATCH] Removes pitbull gorillas from cargo (#2135) ## About The Pull Request why did they add these. I, as much as the next dragon, think pitbulls suck, but this is kinda unnecessary. ## Why It's Good For The Game Lol. Lmao. ## Proof Of Testing If github compiles it, it works ## Changelog :cl: del: Removed hostile pitbull crates. /:cl: --- modular_skyrat/modules/cargo/code/packs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.."