makes 2 wizard weapons less of a pain to use. (#23356)

This commit is contained in:
Qwertytoforty
2023-11-29 12:15:40 -05:00
committed by GitHub
parent 28e54f96b2
commit 09712e1541
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -575,7 +575,7 @@
icon_state = "singulohammer0"
/obj/item/singularityhammer/proc/vortex(turf/pull, mob/wielder)
for(var/atom/movable/X in orange(5, pull))
for(var/atom/movable/X in range(5, pull))
if(X.move_resist == INFINITY)
continue
if(X == wielder)