Skip to content

Commit

Permalink
Fix cloak of the prophet not working if a broken mirror exists (Parad…
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts authored Aug 14, 2024
1 parent 52db637 commit de23804
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@
if(istype(i, /obj/structure/mirror))
var/obj/structure/mirror/B = i
if(B.broken)
return
continue
var/tmpname = T.loc.name
if(areaindex[tmpname])
tmpname = "[tmpname] ([++areaindex[tmpname]])"
Expand Down

0 comments on commit de23804

Please sign in to comment.