mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
[MIRROR] Kitchen Sink PR (#10745)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
42483a1d4a
commit
667e08ee0a
@@ -8,6 +8,13 @@
|
||||
/mob/living
|
||||
var/datum/say_list/say_list = null
|
||||
var/say_list_type = /datum/say_list // Type to give us on initialization. Default has empty lists, so the mob will be silent.
|
||||
var/can_pain_emote = TRUE
|
||||
var/datum/looping_sound/mob/deafened/deaf_loop //NYI
|
||||
var/pain_emote_1p = null
|
||||
var/pain_emote_3p = null
|
||||
var/species_sounds = "None" // By default, we have nothing.
|
||||
var/death_sound_override = null
|
||||
var/datum/looping_sound/mob/on_fire/firesoundloop
|
||||
|
||||
/mob/living/Initialize(mapload)
|
||||
if(say_list_type)
|
||||
|
||||
Reference in New Issue
Block a user