mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
makes 2 wizard weapons less of a pain to use. (#23356)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user