radio short
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
/mob/living/silicon/pai/binarycheck()
|
||||
return FALSE
|
||||
|
||||
/mob/living/silicon/pai/radio()
|
||||
if(radio_short)
|
||||
to_chat(src, "<span class='warning'>Your radio is shorted out!</span>")
|
||||
return ITALICS | REDUCE_RANGE
|
||||
/mob/living/silicon/radio(message, message_mode, list/spans, language)
|
||||
if((message_mode == "robot") || (message_mode in GLOB.radiochannels))
|
||||
if(radio_short)
|
||||
to_chat(src, "<span class='warning'>Your radio is shorted out!</span>")
|
||||
return ITALICS | REDUCE_RANGE
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user