mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
makes milk-producers return properly in Destroy()
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
/mob/living/simple_animal/hostile/retaliate/goat/Destroy()
|
||||
qdel(udder)
|
||||
udder = null
|
||||
..()
|
||||
return ..()
|
||||
|
||||
/mob/living/simple_animal/hostile/retaliate/goat/Life()
|
||||
. = ..()
|
||||
@@ -107,7 +107,7 @@
|
||||
/mob/living/simple_animal/cow/Destroy()
|
||||
qdel(udder)
|
||||
udder = null
|
||||
..()
|
||||
return ..()
|
||||
|
||||
/mob/living/simple_animal/cow/attackby(obj/item/O, mob/user, params)
|
||||
if(stat == CONSCIOUS && istype(O, /obj/item/weapon/reagent_containers/glass))
|
||||
@@ -292,4 +292,4 @@ var/global/chicken_count = 0
|
||||
|
||||
/obj/udder/Destroy()
|
||||
qdel(reagents)
|
||||
..()
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user