Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skrell map tweaks by HonkEmo #2995

Merged
merged 9 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions mods/utility_items/code/skrell-ship.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,20 @@
SPECIES_UNATHI = 'icons/obj/clothing/species/unathi/obj_suit_unathi.dmi',
SPECIES_SKRELL = 'mods/utility_items/icons/skrell_suit_on_mob.dmi',
)

// Very vegan freezer
/obj/structure/closet/crate/freezer/skrell
name = "SDF rations"
desc = "A crate of skrellian rations."

/obj/structure/closet/crate/freezer/skrell/WillContain()
return list(
/obj/item/reagent_containers/food/snacks/skrellsnacks = 16,
/obj/item/reagent_containers/food/snacks/plumphelmetbiscuit = 8,
/obj/item/reagent_containers/food/snacks/tossedsalad = 8
)

// The Frog
/mob/living/simple_animal/friendly/frog/skrells_frog
name = "Kro-krri"
desc = "An unusual creature that looks like a frog, it looks sad."
Loading
Loading