Animal Renaming (#11082)

Allows renaming most animals, both simple animals as well as monkeys and their alien equivalents.
Since animal pathing is wild with regards to things like goats and guard dogs being under the hostile path, had to add a var for hostile animals to allow renaming without repeating a bunch of code.
This commit is contained in:
Doxxmedearly
2021-02-07 16:34:39 +02:00
committed by GitHub
parent 25dd8fcb87
commit bf459a089d
28 changed files with 174 additions and 34 deletions
+3
View File
@@ -471,6 +471,9 @@
light_range = 2
hunger_enabled = FALSE
/mob/living/simple_animal/penguin/holodeck/can_name(var/mob/living/M)
return FALSE
/mob/living/simple_animal/penguin/holodeck/baby
icon_state = "penguin_baby"
icon_living = "penguin_baby"