Commit Graph

5 Commits

Author SHA1 Message Date
Tigercat2000 78f53553f8 Reduce lines by removing blank lines added by PJ's script 2016-04-05 08:25:57 -07:00
Tigercat2000 9d430844c3 Replace most (if not all) output << operators with to_chat(user, message)
Currently, to_chat is literally just a proc that does user << message.
But it'll let us do output modification in the future, especially for
something like Goon's HTML chat.

Big thanks to PJB for his to_chat script, see
https://github.com/d3athrow/vgstation13/pull/6625 for more details.
2016-04-05 08:15:05 -07:00
Tastyfish 7c3667ecb8 Adds PDA chatroom 2016-03-18 16:45:12 -04:00
Tastyfish 45fd531594 PDA soft gc / forceMove 2016-02-12 18:15:34 -05:00
Tastyfish 4f197cd48b Also moved the pda stuff to a module 2016-02-12 16:51:16 -05:00