mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
A more long-term fix for the exosuit fabricator. Derped around with a few paths.
Removed stupid debug messages from the TCS interpreter. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3201 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -175,14 +175,6 @@
|
||||
signal.data["job"] = html_encode(interpreter.GetVar("$job"))
|
||||
signal.data["reject"] = !(interpreter.GetVar("$pass")) // set reject to the opposite of $pass
|
||||
|
||||
world << "message: [interpreter.GetVar("$content")]"
|
||||
world << "freq: [interpreter.GetVar("$freq")]"
|
||||
world << "name: [setname]"
|
||||
world << "job: [interpreter.GetVar("$job")]"
|
||||
world << "pass: [interpreter.GetVar("$pass")]"
|
||||
|
||||
|
||||
|
||||
/* -- Actual language proc code -- */
|
||||
|
||||
datum/signal
|
||||
|
||||
Reference in New Issue
Block a user