mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Merge pull request #13974 from TheDavestDave/cargo-update
lets cargo order a pair of great tits
This commit is contained in:
@@ -70,4 +70,10 @@
|
||||
name = "Jerboa crate"
|
||||
cost = 10
|
||||
containertype = /obj/structure/largecrate/animal/jerboa
|
||||
containername = "Jerboa crate"
|
||||
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"
|
||||
|
||||
@@ -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)
|
||||
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)
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
/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
|
||||
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?"
|
||||
size_multiplier = 2
|
||||
|
||||
Reference in New Issue
Block a user