mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Conversion many Globals to Managed Globals (Part 1) (#17121)
* Conversion of some Globals to Managed Globals * Fix * for later --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -19,20 +19,20 @@ var/list/talk_sound_map = rlist(
|
||||
// "xeno speak" // Does not exist on virgo
|
||||
),
|
||||
list(
|
||||
talk_sound,
|
||||
goon_speak_one_sound,
|
||||
goon_speak_two_sound,
|
||||
goon_speak_three_sound,
|
||||
goon_speak_four_sound,
|
||||
goon_speak_blub_sound,
|
||||
goon_speak_bottalk_sound,
|
||||
goon_speak_buwoo_sound,
|
||||
goon_speak_cow_sound,
|
||||
goon_speak_lizard_sound,
|
||||
goon_speak_pug_sound,
|
||||
goon_speak_pugg_sound,
|
||||
goon_speak_roach_sound,
|
||||
goon_speak_skelly_sound,
|
||||
GLOB.talk_sound,
|
||||
GLOB.goon_speak_one_sound,
|
||||
GLOB.goon_speak_two_sound,
|
||||
GLOB.goon_speak_three_sound,
|
||||
GLOB.goon_speak_four_sound,
|
||||
GLOB.goon_speak_blub_sound,
|
||||
GLOB.goon_speak_bottalk_sound,
|
||||
GLOB.goon_speak_buwoo_sound,
|
||||
GLOB.goon_speak_cow_sound,
|
||||
GLOB.goon_speak_lizard_sound,
|
||||
GLOB.goon_speak_pug_sound,
|
||||
GLOB.goon_speak_pugg_sound,
|
||||
GLOB.goon_speak_roach_sound,
|
||||
GLOB.goon_speak_skelly_sound,
|
||||
// xeno_speak_sound // Does not exist on virgo
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user