mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Fix cloak of the prophet not working if a broken mirror exists (#26476)
This commit is contained in:
committed by
GitHub
parent
52db63784e
commit
de2380422f
@@ -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]])"
|
||||
|
||||
Reference in New Issue
Block a user