mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
@@ -1,4 +1,4 @@
|
||||
var/list/_default_mob_emotes = list(
|
||||
GLOBAL_LIST_INIT(default_mob_emotes, list(
|
||||
/decl/emote/visible,
|
||||
/decl/emote/visible/scratch,
|
||||
/decl/emote/visible/drool,
|
||||
@@ -23,4 +23,4 @@ var/list/_default_mob_emotes = list(
|
||||
/decl/emote/audible/choke,
|
||||
/decl/emote/audible/moan,
|
||||
/decl/emote/audible/gnarl,
|
||||
)
|
||||
))
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
var/last_emote_summary
|
||||
|
||||
/mob/proc/get_available_emotes()
|
||||
return global._default_mob_emotes.Copy()
|
||||
return GLOB.default_mob_emotes.Copy()
|
||||
|
||||
/mob/proc/can_emote(var/emote_type)
|
||||
return (stat == CONSCIOUS)
|
||||
|
||||
Reference in New Issue
Block a user