TG: Cleans up and uses less area checks, relying more on lastarea.

Revision: r2949
Author: 	 VivianFoxfoot
This commit is contained in:
Ren Erthilo
2012-04-15 17:54:55 +01:00
parent d713e59699
commit 3963aa794f
4 changed files with 12 additions and 9 deletions
@@ -24,6 +24,8 @@
var/starting_loc = pick(newplayer_start)
if(!starting_loc) starting_loc = locate(1,1,1)
loc = starting_loc
lastarea = starting_loc
sight |= SEE_TURFS
var/list/watch_locations = list()