mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-15 18:06:48 +01:00
Merge branch 'master' into development
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
"toggles",
|
||||
"asfx_togs",
|
||||
"lastmotd" = "motd_hash",
|
||||
"lastmemo" = "memo_hash"
|
||||
"lastmemo" = "memo_hash",
|
||||
"parallax_toggles" = "parallax_togs",
|
||||
"parallax_speed"
|
||||
),
|
||||
"args" = list("ckey")
|
||||
)
|
||||
|
||||
@@ -64,7 +64,7 @@ var/list/gear_datums = list()
|
||||
continue
|
||||
if(G.whitelisted && preference_mob)
|
||||
for(var/species in G.whitelisted)
|
||||
if(is_alien_whitelisted(preference_mob, species))
|
||||
if(is_alien_whitelisted(preference_mob, global.all_species[species]))
|
||||
. += gear_name
|
||||
break
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user