From a9a2029e4c890ee001bc81c65ee1f7e4d2caf3b5 Mon Sep 17 00:00:00 2001 From: TheDavestDave <30513964+TheDavestDave@users.noreply.github.com> Date: Mon, 24 Oct 2022 19:05:12 +0100 Subject: [PATCH 1/2] adds a pair of great tits to cargo sorely needed --- code/datums/supplypacks/hydroponics_vr.dm | 8 +++++++- .../objects/structures/crates_lockers/largecrate_vr.dm | 7 ++++++- .../mob/living/simple_mob/subtypes/animal/pets/bird_vr.dm | 6 +++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/code/datums/supplypacks/hydroponics_vr.dm b/code/datums/supplypacks/hydroponics_vr.dm index 7476fdd29b..fa912852e7 100644 --- a/code/datums/supplypacks/hydroponics_vr.dm +++ b/code/datums/supplypacks/hydroponics_vr.dm @@ -70,4 +70,10 @@ name = "Jerboa crate" cost = 10 containertype = /obj/structure/largecrate/animal/jerboa - containername = "Jerboa crate" \ No newline at end of file + containername = "Jerboa crate" + +/datum/supply_pack/hydro/tits + name = "A pair of great tits" + cost = 10 + containertype = /obj/structure/largecrate/tits + containername = "A pair of great tits" diff --git a/code/game/objects/structures/crates_lockers/largecrate_vr.dm b/code/game/objects/structures/crates_lockers/largecrate_vr.dm index cc88e0f871..0e890c37e8 100644 --- a/code/game/objects/structures/crates_lockers/largecrate_vr.dm +++ b/code/game/objects/structures/crates_lockers/largecrate_vr.dm @@ -144,4 +144,9 @@ /obj/structure/largecrate/animal/weretiger name = "Weretiger Crate" desc = "You can hear a lot of annoyed scratches, clearly someone doesn't enjoy being locked up." - starts_with = list(/mob/living/simple_mob/vore/weretiger) \ No newline at end of file + starts_with = list(/mob/living/simple_mob/vore/weretiger) + +/obj/structure/largecrate/tits + name = "A pair of Great tits" + desc = "You can hear two round things inside" + starts_with = list (/mob/living/simple_mob/animal/passive/bird/azure_tit/great, /mob/living/simple_mob/animal/passive/bird/azure_tit/great) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/pets/bird_vr.dm b/code/modules/mob/living/simple_mob/subtypes/animal/pets/bird_vr.dm index 1640d2ddea..65b082bcdc 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/pets/bird_vr.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/pets/bird_vr.dm @@ -1,4 +1,8 @@ /mob/living/simple_mob/animal/passive/bird/azure_tit/tweeter name = "Tweeter" desc = "A beautiful little blue and white bird, if only excessively loud for no reason sometimes." - makes_dirt = FALSE \ No newline at end of file + makes_dirt = FALSE + +/mob/living/simple_mob/animal/passive/bird/azure_tit/great + name = "Great Tit" + desc = "A species of bird, colored blue and white. Isn't it great?" \ No newline at end of file From 394eef27e51b47816f11bda77832976bfe99c2d0 Mon Sep 17 00:00:00 2001 From: TheDavestDave <30513964+TheDavestDave@users.noreply.github.com> Date: Mon, 24 Oct 2022 19:35:43 +0100 Subject: [PATCH 2/2] Update bird_vr.dm makes them bigger --- .../mob/living/simple_mob/subtypes/animal/pets/bird_vr.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_mob/subtypes/animal/pets/bird_vr.dm b/code/modules/mob/living/simple_mob/subtypes/animal/pets/bird_vr.dm index 65b082bcdc..0b0f55351a 100644 --- a/code/modules/mob/living/simple_mob/subtypes/animal/pets/bird_vr.dm +++ b/code/modules/mob/living/simple_mob/subtypes/animal/pets/bird_vr.dm @@ -5,4 +5,5 @@ /mob/living/simple_mob/animal/passive/bird/azure_tit/great name = "Great Tit" - desc = "A species of bird, colored blue and white. Isn't it great?" \ No newline at end of file + desc = "A species of bird, colored blue and white. Isn't it great?" + size_multiplier = 2