Skip to content

Commit

Permalink
void crown should use can_crossed_by
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarmunora committed Apr 17, 2023
1 parent d358981 commit 85f6204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/z_adventurezones/hemera.dm
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ Obsidian Crown
return
var/list/randomturfs = new/list()
for(var/turf/T in orange(host, 25))
if(T.density)
if(!T.can_crossed_by(host))
continue
randomturfs.Add(T)
boutput(host, "<span class='combat'>[that_jerk] is warped away!</span>")
Expand Down

0 comments on commit 85f6204

Please sign in to comment.