Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Sep 27, 2023
1 parent aeb2b87 commit 62865c5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/controllers/subsystem/minimap.dm
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ SUBSYSTEM_DEF(minimaps)
if(ishuman(user) && skillcheck(user, SKILL_LEADERSHIP, SKILL_LEAD_EXPERT) || isqueen(user) && xeno_user.hivenumber == XENO_HIVE_NORMAL)
data["canDraw"] = TRUE
data["canViewHome"] = TRUE
distribute_current_map_png(user)

return data

Expand Down

0 comments on commit 62865c5

Please sign in to comment.