added unique sounds

This commit is contained in:
Cerebulon
2022-02-07 21:52:54 +00:00
parent 539ac51ed8
commit 7e65d9f8a0
7 changed files with 15 additions and 7 deletions
@@ -1,5 +1,5 @@
/mob/living/carbon/alien
name = "skathari"
name = "alien"
desc = "What IS that?"
icon = 'icons/mob/alien.dmi'
icon_state = "alien"
@@ -58,7 +58,7 @@
return GLOB.all_languages["Skathari"]
/mob/living/carbon/alien/say_quote(var/message, var/datum/language/speaking = null)
var/verb = "clicks"
var/verb = "hisses"
var/ending = copytext(message, length(message))
if(speaking && (speaking.name != "Galactic Common")) //this is so adminbooze xenos speaking common have their custom verbs,
@@ -67,6 +67,6 @@
if(ending == "!")
verb = "roars"
else if(ending == "?")
verb = "clicks curiously"
verb = "hisses curiously"
return verb
@@ -19,10 +19,12 @@
response_harm = "hits"
organ_names = /decl/mob_organ_names/skathari
maxHealth = 100
health = 100
maxHealth = 120
health = 120
see_in_dark = 7
turn_sound = "skathari_chitter"
harm_intent_damage = 5
melee_damage_lower = 25
melee_damage_upper = 25
@@ -41,7 +43,7 @@
icon_living = "aliend_running"
icon_dead = "aliend_l"
icon_rest = "aliend_sleep"
health = 60
health = 80
melee_damage_lower = 15
melee_damage_upper = 15
projectiletype = /obj/item/projectile/energy/skathari