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:
@@ -606,19 +606,19 @@ mob/living/simple_animal/synx/PunchTarget()
|
||||
/mob/living/simple_animal/retaliate/synx/pet/weepinggamblers/proc/handlemutations(faction)
|
||||
switch(faction)
|
||||
if(1 to 2 || 11 to 12)
|
||||
voices = ["Unidentifiable Weeping"]
|
||||
name = "Weeper"
|
||||
voices = ["Unidentifiable Weeping"],
|
||||
name = "Weeper",
|
||||
melee_damage_upper = 4
|
||||
if(3 || 13)
|
||||
voices = ["Radio Static"]
|
||||
name = "Whistler"
|
||||
voices = ["Radio Static"],
|
||||
name = "Whistler",
|
||||
melee_damage_upper = 20
|
||||
if(4 to 5 || 14 to 15)
|
||||
voices = ["Unidentifiable Wailing"]
|
||||
name= "Wailer"
|
||||
voices = ["Unidentifiable Wailing"],
|
||||
name= "Wailer",
|
||||
melee_damage_upper = 10
|
||||
if(6 to 10 || 16 to 20)
|
||||
voices = ["Breathing"]
|
||||
voices = ["Breathing"],
|
||||
name= "Silent"
|
||||
|
||||
//WEEPING END
|
||||
|
||||
Reference in New Issue
Block a user