mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Allows dogborg barks to be disabled
This commit is contained in:
@@ -136,18 +136,20 @@
|
|||||||
m_type = 2
|
m_type = 2
|
||||||
else
|
else
|
||||||
to_chat(src, "You are not security.")
|
to_chat(src, "You are not security.")
|
||||||
|
//Vorestation addition start
|
||||||
if("bark")
|
if("bark")
|
||||||
if (istype(module,/obj/item/weapon/robot_module/robot/knine) || istype(module,/obj/item/weapon/robot_module/robot/medihound) || istype(module,/obj/item/weapon/robot_module/robot/scrubpup) || istype(module,/obj/item/weapon/robot_module/robot/ert) || istype(module,/obj/item/weapon/robot_module/robot/science) || istype(module,/obj/item/weapon/robot_module/robot/engiedog) || istype(module,/obj/item/weapon/robot_module/robot/clerical/brodog) || istype(module,/obj/item/weapon/robot_module/robot/kmine) )
|
if (istype(module,/obj/item/weapon/robot_module/robot/knine) || istype(module,/obj/item/weapon/robot_module/robot/medihound) || istype(module,/obj/item/weapon/robot_module/robot/scrubpup) || istype(module,/obj/item/weapon/robot_module/robot/ert) || istype(module,/obj/item/weapon/robot_module/robot/science) || istype(module,/obj/item/weapon/robot_module/robot/engiedog) || istype(module,/obj/item/weapon/robot_module/robot/clerical/brodog) || istype(module,/obj/item/weapon/robot_module/robot/kmine) )
|
||||||
message = "<b>[src]</b> lets out a bark."
|
message = "<b>[src]</b> lets out a bark."
|
||||||
|
|
||||||
playsound(loc, 'sound/voice/bark2.ogg', 50, 1, -1)
|
playsound(loc, 'sound/voice/bark2.ogg', 50, 1, -1, preference = /datum/client_preference/emote_noises)
|
||||||
m_type = 2
|
m_type = 2
|
||||||
else
|
else
|
||||||
src << "You're not a dog!"
|
src << "You're not a dog!"
|
||||||
|
//Vorestation addition end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if("help")
|
if("help")
|
||||||
to_chat(src, "salute, bow-(none)/mob, clap, flap, aflap, twitch, twitch_s, nod, deathgasp, glare-(none)/mob, stare-(none)/mob, look, beep, ping, \nbuzz, law, halt, yes, dwoop, no")
|
to_chat(src, "salute, bow-(none)/mob, clap, flap, aflap, twitch, twitch_s, nod, deathgasp, glare-(none)/mob, stare-(none)/mob, look, beep, ping, \nbuzz, law, halt, yes, dwoop, no")
|
||||||
|
|
||||||
..(act, m_type, message)
|
..(act, m_type, message)
|
||||||
|
|||||||
Reference in New Issue
Block a user