adds buzz2 (#4561)

adds buzz2, with target and access for simple_animal/bot
This commit is contained in:
VampyrBytes
2016-06-13 19:51:40 +01:00
parent 15ef6c7f46
commit 5213682c42
+13 -1
View File
@@ -217,7 +217,6 @@ above it. If you don't want this, make the call to ..() then use commands = new
selfText = "buzz"
audible = 1
sound = 'sound/machines/buzz-sigh.ogg'
cooldown = 50
canTarget = 1
targetMob = 1
@@ -231,6 +230,19 @@ above it. If you don't want this, make the call to ..() then use commands = new
if(user.is_mechanical())
return 1
/datum/emote/buzz/buzz2
name = "buzz 2"
desc = "makes the mob buzz in an irritated way"
text = "makes an irritated buzzing sound"
selfText = "make an irritated buzzing sound"
sound = "sound/machines/buzz-two.ogg"
allowParent = 1
/datum/emote/buzz/buzz2/New()
..()
commands = new /list()
commands += "buzz2"
/datum/emote/chirp
name = "chirp"
desc = "Makes the mob chirp"