fixes udders

This commit is contained in:
Timothy Teakettle
2020-06-15 22:40:10 +01:00
parent 92148e24aa
commit 1fe25ce420
@@ -38,7 +38,7 @@
footstep_type = FOOTSTEP_MOB_SHOE
/mob/living/simple_animal/hostile/retaliate/goat/Initialize(/datum/reagent/milk_reagent)
udder = new (milk_reagent,"hi")
udder = new (null, milk_reagent)
. = ..()
/mob/living/simple_animal/hostile/retaliate/goat/Destroy()
@@ -145,7 +145,7 @@
footstep_type = FOOTSTEP_MOB_SHOE
/mob/living/simple_animal/cow/Initialize()
udder = new(milk_reagent, "hi")
udder = new(null, milk_reagent)
. = ..()
/mob/living/simple_animal/cow/Destroy()