mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Fixes it so security level blue starts even on extended to reduce meta
Fixes universal recoders using fix from bs12 Adds a sanity check to telecoms Sets coder.bad to zero (or at least deincrements it!) and uploads the map that fixes telecom turret access git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3213 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -63,6 +63,9 @@
|
||||
if(!ready)
|
||||
return
|
||||
|
||||
if(!interpreter)
|
||||
return
|
||||
|
||||
interpreter.SetVar("$content", signal.data["message"])
|
||||
interpreter.SetVar("$freq" , signal.frequency)
|
||||
interpreter.SetVar("$source" , signal.data["name"])
|
||||
|
||||
Reference in New Issue
Block a user