Merge pull request #11942 from Couls/clown-buff

Waddling component, clowns can now choose to waddle while they walk, penguins automatically waddle
This commit is contained in:
Fox McCloud
2019-08-11 20:54:04 -04:00
committed by GitHub
6 changed files with 72 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
turns_per_move = 10
icon = 'icons/mob/penguins.dmi'
/mob/living/simple_animal/pet/penguin/Initialize(mapload)
. = ..()
AddComponent(/datum/component/waddling)
/mob/living/simple_animal/pet/penguin/emperor
name = "Emperor penguin"
real_name = "penguin"