Skip to content

Commit

Permalink
resolves soft conflict with minimaps
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Nov 17, 2023
1 parent 78529cf commit cd7951a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/minimap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ SUBSYSTEM_DEF(minimaps)
if(faction == FACTION_MARINE)
COOLDOWN_START(GLOB, uscm_canvas_cooldown, canvas_cooldown_time)
var/mob/living/carbon/human/human_leader = user
for(var/datum/squad/current_squad in RoleAuthority.squads)
for(var/datum/squad/current_squad in GLOB.RoleAuthority.squads)
current_squad.send_maptext("Tactical map update in progress...", "Tactical Map:")
human_leader.visible_message(SPAN_BOLDNOTICE("Tactical map update in progress..."))
playsound_client(human_leader.client, "sound/effects/sos-morse-code.ogg")
Expand Down

0 comments on commit cd7951a

Please sign in to comment.