Cleans up some antag/event landmark checks

This commit is contained in:
ShizCalev
2017-09-30 22:32:04 -04:00
committed by CitadelStationBot
parent aaa2a214cb
commit 2635689e79
11 changed files with 1425 additions and 42 deletions
@@ -20,15 +20,6 @@
sight |= SEE_TURFS
/*
var/list/watch_locations = list()
for(var/obj/effect/landmark/landmark in landmarks_list)
if(landmark.tag == "landmark*new_player")
watch_locations += landmark.loc
if(watch_locations.len>0)
loc = pick(watch_locations)
*/
new_player_panel()
client.playtitlemusic()
if(SSticker.current_state < GAME_STATE_SETTING_UP)