mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-24 13:46:53 +01:00
added unique sounds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user