mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +01:00
Gives borgs access to human emotes
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
|
||||
if(SMITE_AD_SPAM)
|
||||
if(target.client)
|
||||
create_fake_ad_popup_multiple(/obj/screen/popup/default, 15)
|
||||
target.client.create_fake_ad_popup_multiple(/obj/screen/popup/default, 15)
|
||||
|
||||
else
|
||||
return //Injection? Don't print any messages.
|
||||
|
||||
@@ -33,4 +33,6 @@ var/list/_robot_default_emotes = list(
|
||||
)
|
||||
|
||||
/mob/living/silicon/robot/get_available_emotes()
|
||||
return global._robot_default_emotes.Copy()
|
||||
var/list/fulllist = global._robot_default_emotes.Copy()
|
||||
fulllist |= _human_default_emotes
|
||||
return fulllist
|
||||
Reference in New Issue
Block a user