mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Fix cloak of the prophet not working if a broken mirror exists (#26476)
This commit is contained in:
@@ -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