GHOSTEARS and GHOSTRADIO fixed.

This commit is contained in:
Rob Nelson
2015-10-16 14:25:53 -07:00
parent 858f0eccf0
commit 00cfae5734
4 changed files with 11 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
var/name = "" // Displayed name
var/as_name = "" // (as [as_name])
var/message = "" // Message to send. DO NOT INCLUDE HTML OR I WILL STAB YOU IN THE NECK.
var/frequency = "" // Displayed radio frequency
var/frequency = null // Displayed radio frequency
var/job = ""
var/lquote = "\"" // Left quote character
var/rquote = "\"" // Right quote character