Merge pull request #8403 from Aurorablade/FollowThePath

Ports some hud updates from TG
This commit is contained in:
tigercat2000
2018-02-01 19:56:51 -08:00
committed by GitHub
25 changed files with 251 additions and 68 deletions
+1
View File
@@ -25,6 +25,7 @@ var/global/list/respawnable_list = list() //List of all mobs, dead or in mindl
var/global/list/non_respawnable_keys = list() //List of ckeys that are excluded from respawning for remainder of round.
var/global/list/simple_animal_list = list() //List of all simple animals, including clientless
var/global/list/snpc_list = list() //List of all snpc's, including clientless
var/global/list/bots_list = list() //List of all bots(beepsky, medibots,etc)
var/global/list/med_hud_users = list()
var/global/list/sec_hud_users = list()