here we go again (#2456)

This commit is contained in:
LetterJay
2017-08-24 21:24:25 -05:00
committed by kevinz000
parent c7ed043fd5
commit 188193eb61
1107 changed files with 25420 additions and 25417 deletions
+2 -2
View File
@@ -119,10 +119,10 @@ It is rarely allowed to put type paths in a text format, as there are no compile
```DM
//Good
var/path_type = /obj/item/weapon/baseball_bat
var/path_type = /obj/item/baseball_bat
//Bad
var/path_type = "/obj/item/weapon/baseball_bat"
var/path_type = "/obj/item/baseball_bat"
```
### Tabs, not spaces