mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-29 15:06:39 +01:00
Update synx.dm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user