mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 05:02:18 +00:00
added unique sounds
This commit is contained in:
@@ -217,6 +217,10 @@
|
||||
'sound/items/pickup/generic1.ogg',
|
||||
'sound/items/pickup/generic2.ogg',
|
||||
'sound/items/pickup/generic3.ogg')
|
||||
if ("skathari_chitter")
|
||||
soundin = pick(
|
||||
'sound/effects/skath_chitter1.ogg',
|
||||
'sound/effects/skath_chitter2.ogg')
|
||||
return soundin
|
||||
|
||||
//Are these even used?
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -170,7 +170,9 @@
|
||||
/obj/item/projectile/energy/skathari //Skathari equivalent of above, but less biological more... Blue.
|
||||
name = "bluespace spit"
|
||||
icon_state = "bluespace_small"
|
||||
fire_sound = 'sound/weapons/pierce.ogg'
|
||||
fire_sound = 'sound/weapons/skath_spit.ogg'
|
||||
hitsound_wall = 'sound/weapons/skath_spit.ogg'
|
||||
hitsound = 'sound/weapons/pierce.ogg'
|
||||
pass_flags = PASSTABLE | PASSGLASS | PASSGRILLE
|
||||
damage = 20
|
||||
damage_type = BIOACID //Still biological weirdness
|
||||
|
||||
BIN
sound/effects/skath_chitter1.ogg
Normal file
BIN
sound/effects/skath_chitter1.ogg
Normal file
Binary file not shown.
BIN
sound/effects/skath_chitter2.ogg
Normal file
BIN
sound/effects/skath_chitter2.ogg
Normal file
Binary file not shown.
BIN
sound/weapons/skath_spit.ogg
Normal file
BIN
sound/weapons/skath_spit.ogg
Normal file
Binary file not shown.
Reference in New Issue
Block a user