mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
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 🆑 del: Removed hostile pitbull crates. /🆑
This commit is contained in:
@@ -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.."
|
||||
|
||||
Reference in New Issue
Block a user