mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-27 14:06:43 +01:00
Update synx.dm
This commit is contained in:
@@ -269,7 +269,7 @@ mob/living/simple_animal/synx/PunchTarget()
|
||||
to_chat(L, "<span class='warning'>You feel a strange substance on you.</span>")
|
||||
L.reagents.add_reagent(poison_type, poison_per_bite)
|
||||
|
||||
/mob/living/simple_animal/retaliate/synx/hear_say(message,,,,speaker)
|
||||
/mob/living/simple_animal/retaliate/synx/hear_say(message,verb,language,fakename,speaker)
|
||||
. = ..()
|
||||
if(!message) return
|
||||
speak += message
|
||||
@@ -283,6 +283,15 @@ mob/living/simple_animal/synx/PunchTarget()
|
||||
if(message=="Honk!")
|
||||
bikehorn()
|
||||
|
||||
/mob/living/simple_animal/retaliate/synx/pet/clown/Life()
|
||||
..()
|
||||
if(vore_fullness)
|
||||
size_multiplier = 1+(0.5*vore_fullness)
|
||||
update_icons()
|
||||
if(!vore_fullness && size_multiplier != 1)
|
||||
size_multiplier = 1
|
||||
update_icons()
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////// POWERS!!!! /////////////////////////////////////
|
||||
//////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user