Huge commit! Standardizes var definitions in most places.

Signed-off-by: Mloc <colmohici@gmail.com>
This commit is contained in:
Mloc
2012-05-29 16:26:48 +01:00
parent 5f030b1117
commit fbb67b2e42
157 changed files with 1736 additions and 1634 deletions

View File

@@ -1,3 +1,5 @@
//This file was auto-corrected by findeclaration.exe on 29/05/2012 15:03:05
/mob/living/blob
name = "blob fragment"
real_name = "blob fragment"
@@ -6,9 +8,8 @@
pass_flags = PASSBLOB
see_in_dark = 8
see_invisible = 2
var
ghost_name = "Unknown"
creating_blob = 0
var/ghost_name = "Unknown"
var/creating_blob = 0
New()