mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Removed ability for drones to talk on Binary.
This commit is contained in:
@@ -104,15 +104,8 @@
|
|||||||
if(copytext(message,1,2) == "*")
|
if(copytext(message,1,2) == "*")
|
||||||
return emote(copytext(message,2))
|
return emote(copytext(message,2))
|
||||||
else if(length(message) >= 2)
|
else if(length(message) >= 2)
|
||||||
if(copytext(message, 1 ,3) == ":b" || copytext(message, 1 ,3) == ":B")
|
|
||||||
|
|
||||||
if(!is_component_functioning("comms"))
|
if(copytext(message, 1 ,3) == ":d" || copytext(message, 1 ,3) == ":D")
|
||||||
src << "\red Your binary communications component isn't functional."
|
|
||||||
return
|
|
||||||
|
|
||||||
robot_talk(trim(copytext(message,3)))
|
|
||||||
|
|
||||||
else if(copytext(message, 1 ,3) == ":d" || copytext(message, 1 ,3) == ":D")
|
|
||||||
|
|
||||||
if(!is_component_functioning("radio"))
|
if(!is_component_functioning("radio"))
|
||||||
src << "\red Your radio transmitter isn't functional."
|
src << "\red Your radio transmitter isn't functional."
|
||||||
|
|||||||
Reference in New Issue
Block a user