Merge branch 'master' into hooks-part4

This commit is contained in:
AffectedArc07
2019-05-08 22:21:12 +01:00
committed by GitHub
228 changed files with 5522 additions and 5453 deletions
+7 -10
View File
@@ -14,19 +14,16 @@
loc = locate(1,1,1)
lastarea = loc
client.screen = list() // Remove HUD items just in case.
client.images = list()
if(!hud_used)
create_mob_hud()
if(hud_used)
hud_used.show_hud(hud_used.hud_version)
sight |= SEE_TURFS
GLOB.player_list |= src
/*
var/list/watch_locations = list()
for(var/obj/effect/landmark/landmark in GLOB.landmarks_list)
if(landmark.tag == "landmark*new_player")
watch_locations += landmark.loc
if(watch_locations.len>0)
loc = pick(watch_locations)
*/
new_player_panel()
spawn(30)