Merge pull request #10931 from Very-Soft/ghostlyanimals

Makes ghosts able to play as some mobs sometimes
This commit is contained in:
Aronai Sieyes
2021-07-07 14:37:39 -04:00
committed by GitHub
2 changed files with 14 additions and 2 deletions
@@ -141,7 +141,12 @@ GLOBAL_VAR_INIT(chicken_count, 0) // How mant chickens DO we have?
if(!stat)
amount_grown += rand(1,2)
if(amount_grown >= 100)
new /mob/living/simple_mob/animal/passive/chicken(src.loc)
//VOREStation Edit Begin
var/mob/living/simple_mob/animal/passive/chicken/C = new (src.loc)
C.ghostjoin = 1
C.ghostjoin_icon()
active_ghost_pods |= C
//VOREStation Edit End
qdel(src)
// Say Lists