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

@@ -457,6 +457,7 @@
C.AdjustDizzy(volume)
C.AddComponent(/datum/component/jestosterone, mind_type)
C.AddComponent(/datum/component/squeak, null, null, null, null, null, TRUE)
C.AddComponent(/datum/component/waddling)
/datum/reagent/jestosterone/on_mob_life(mob/living/carbon/M)
if(!istype(M))
@@ -493,8 +494,10 @@
..()
GET_COMPONENT_FROM(remove_fun, /datum/component/jestosterone, M)
GET_COMPONENT_FROM(squeaking, /datum/component/squeak, M)
GET_COMPONENT_FROM(waddling, /datum/component/waddling, M)
remove_fun.Destroy()
squeaking.Destroy()
waddling.Destroy()
/datum/reagent/royal_bee_jelly
name = "royal bee jelly"