Something about the in operator and spaceDMM version update.

This commit is contained in:
Ghommie
2020-02-10 07:37:59 +01:00
parent feadfae8f6
commit c34714cb90
36 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ GLOBAL_LIST_INIT(huds, list(
/datum/atom_hud
var/list/atom/hudatoms = list() //list of all atoms which display this hud
var/list/mob/hudusers = list() //list with all mobs who can see the hud
var/list/hudusers = list() //list with all mobs who can see the hud
var/list/hud_icons = list() //these will be the indexes for the atom's hud_list
var/list/next_time_allowed = list() //mobs associated with the next time this hud can be added to them