Remove slash from end of type refs/defs

This commit is contained in:
Mervill
2016-11-30 19:23:15 -08:00
parent 9fb9240f15
commit 01d4232570
52 changed files with 72 additions and 72 deletions
@@ -1,6 +1,6 @@
var/global/static/ntnrc_uid = 0
/datum/ntnet_conversation/
/datum/ntnet_conversation
var/id = null
var/title = "Untitled Conversation"
var/datum/computer_file/program/chatclient/operator // "Administrator" of this channel. Creator starts as channel's operator,
@@ -2,7 +2,7 @@ var/global/datum/ntnet/ntnet_global = new()
// This is the NTNet datum. There can be only one NTNet datum in game at once. Modular computers read data from this.
/datum/ntnet/
/datum/ntnet
var/list/relays = list()
var/list/logs = list()
var/list/available_station_software = list()
@@ -1,6 +1,6 @@
var/global/file_uid = 0
/datum/computer_file/
/datum/computer_file
var/filename = "NewFile" // Placeholder. No spacebars
var/filetype = "XXX" // File full names are [filename].[filetype] so like NewFile.XXX in this case
var/size = 1 // File size in GQ. Integers only!