mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
[MIRROR] Feature Request: Bunny crate [MDB IGNORE] (#19646)
* Feature Request: Bunny crate (#73714) ## About The Pull Request A common player on manual recently requested the ability to more easily have rabbits as crewmembers. This feature introduces a reasonably priced rabbit crate to cargo to amend it. ## Why It's Good For The Game Bunnies are cool I guess. ## Changelog 🆑 add: Introduces orderable rabbit crate to cargo livestock. /🆑 --------- Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com> * Feature Request: Bunny crate --------- Co-authored-by: carshalash <carshalash@gmail.com> Co-authored-by: Mothblocks <35135081+Mothblocks@ users.noreply.github.com>
This commit is contained in:
@@ -146,6 +146,13 @@
|
||||
contains = list(/mob/living/simple_animal/hostile/retaliate/goat)
|
||||
crate_name = "goat crate"
|
||||
|
||||
/datum/supply_pack/critter/rabbit
|
||||
name = "Rabbit Crate"
|
||||
desc = "What noise do rabbits even make? Contains one rabbit."
|
||||
cost = CARGO_CRATE_VALUE * 4
|
||||
contains = list(/mob/living/basic/rabbit)
|
||||
crate_name = "rabbit crate"
|
||||
|
||||
/datum/supply_pack/critter/mothroach
|
||||
name = "Mothroach Crate"
|
||||
desc = "Put the mothroach on your head and find out what true cuteness looks like. \
|
||||
|
||||
Reference in New Issue
Block a user