mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-31 09:00:25 +01:00
Spiderbot Emotes (#14063)
This commit is contained in:
@@ -180,6 +180,19 @@
|
||||
/decl/emote/audible/synth/deny,
|
||||
)
|
||||
|
||||
/mob/living/simple_animal/spiderbot
|
||||
default_emotes = list(
|
||||
/decl/emote/visible/twitch,
|
||||
/decl/emote/visible/twitch_v,
|
||||
/decl/emote/visible/look,
|
||||
/decl/emote/visible/stare,
|
||||
/decl/emote/audible/synth,
|
||||
/decl/emote/audible/synth/ping,
|
||||
/decl/emote/audible/synth/buzz,
|
||||
/decl/emote/audible/synth/confirm,
|
||||
/decl/emote/audible/synth/deny,
|
||||
)
|
||||
|
||||
/mob/living/carbon/slime
|
||||
default_emotes = list(
|
||||
/decl/emote/audible/moan,
|
||||
|
||||
@@ -63,6 +63,9 @@
|
||||
/mob/living/simple_animal/spiderbot/can_name(var/mob/living/M)
|
||||
return FALSE
|
||||
|
||||
/mob/living/simple_animal/spiderbot/isSynthetic()
|
||||
return TRUE
|
||||
|
||||
/mob/living/simple_animal/spiderbot/attackby(var/obj/item/O as obj, var/mob/user as mob)
|
||||
|
||||
if(istype(O, /obj/item/device/mmi))
|
||||
|
||||
Reference in New Issue
Block a user