mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-15 00:53:23 +01:00
Merge pull request #4852 from FalseIncarnate/bug_fix
Minor Bug / Exploit Fixes
This commit is contained in:
@@ -194,7 +194,9 @@
|
||||
if(.)
|
||||
amount_grown += rand(1,2)
|
||||
if(amount_grown >= 100)
|
||||
new /mob/living/simple_animal/chicken(src.loc)
|
||||
var/mob/living/simple_animal/chicken/C = new /mob/living/simple_animal/chicken(loc)
|
||||
if(mind)
|
||||
mind.transfer_to(C)
|
||||
qdel(src)
|
||||
|
||||
var/const/MAX_CHICKENS = 50
|
||||
|
||||
Reference in New Issue
Block a user