Merge pull request #13137 from Citadel-Station-13/silicons-patch-9
listed_turf is now O(n) average case instead of O(n^2)
This commit is contained in:
@@ -649,8 +649,6 @@ GLOBAL_VAR_INIT(exploit_warn_spam_prevention, 0)
|
||||
continue
|
||||
if(overrides.len && (A in overrides))
|
||||
continue
|
||||
if(A.IsObscured())
|
||||
continue
|
||||
statpanel(listed_turf.name, null, A)
|
||||
if(mind)
|
||||
add_spells_to_statpanel(mind.spell_list)
|
||||
|
||||
Reference in New Issue
Block a user