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

Feat: Borya the goat #411

Merged
merged 2 commits into from
Oct 13, 2023
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
5 changes: 1 addition & 4 deletions _maps/map_files220/cyberiad/cyberiad.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -71481,10 +71481,7 @@
/turf/simulated/floor/plating,
/area/station/maintenance/aft)
"ntg" = (
/mob/living/simple_animal/hostile/retaliate/goat{
name = "Pete";
real_name = "Pete"
},
/mob/living/simple_animal/hostile/retaliate/goat/chef,
/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
dir = 4
Expand Down
5 changes: 5 additions & 0 deletions modular_ss220/mobs/code/simple_animal/named_animals.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
/mob/living/simple_animal/pig/Sanya/npc_safe(mob/user) // depriving the chef of his animals is not cool
return FALSE

/mob/living/simple_animal/hostile/retaliate/goat/chef
name = "Боря"
desc = "Этот козёл - парнокопытное гурме шефа, в его мрачных глазах-бусинках так и читается амибициозный нрав! Он не твой друг, ведь за каждым игривым прыжком может скрываться неожиданный выпад."
gold_core_spawnable = NO_SPAWN

/mob/living/simple_animal/cow/betsy
name = "Бетси"
desc = "Старая добрая старушка. Нескончаемый источник природного молока без ГМО. Ну почти без ГМО..."
Expand Down