mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Collar on a chick stay when it grow into a chicken. (#24524)
* Collar on a chick stay when it grow into a chicken. Collar on a chick stay when it grow into a chicken. Fixes #24412 * Update code/modules/mob/living/simple_animal/friendly/farm_animals.dm Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com> --------- Co-authored-by: Pierre-Louis <hernandezpierrelouis@protonmail.com> Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
co-authored by
Contrabang
Pierre-Louis
parent
d14970a350
commit
979b3c52cf
@@ -233,6 +233,10 @@
|
||||
C.name = name
|
||||
if(mind)
|
||||
mind.transfer_to(C)
|
||||
if(pcollar)
|
||||
var/the_collar = pcollar
|
||||
unEquip(pcollar)
|
||||
C.add_collar(the_collar)
|
||||
qdel(src)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user