Merge pull request #4422 from Tastyfish/runtimes-fix

Fixes a few runtimes
This commit is contained in:
TheDZD
2016-05-12 20:52:59 -04:00
3 changed files with 4 additions and 3 deletions
@@ -520,7 +520,7 @@ var/global/list/default_medbay_channels = list(
// what the range is in which mobs will hear the radio
// returns: -1 if can't receive, range otherwise
if (wires.IsIndexCut(WIRE_RECEIVE))
if (!wires || wires.IsIndexCut(WIRE_RECEIVE))
return -1
if(!listening)
return -1