Update synx.dm

This commit is contained in:
Sharkmare
2019-02-06 23:31:53 +01:00
committed by GitHub
parent 30b177fcca
commit aba3f9aadd
@@ -211,9 +211,9 @@ mob/living/simple_animal/synx/PunchTarget()
//PET speechcode, simplistic but more than enough for the PET
/mob/living/simple_animal/retaliate/synx/pet/hear_say(message)
. = ..()
if(!message) return
if(resting)
resting = !resting
if(!message) return
if(message)
if(speak.len>=memorysize)
speak -= (pick(speak))//making the list more dynamic