Skip to content

Commit

Permalink
Fix my error (#25515)
Browse files Browse the repository at this point in the history
Haha this event is so funny it makes me want to merge without looking
  • Loading branch information
lewcc authored May 18, 2024
1 parent a6dc4f4 commit 77b6f52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/events/immovable_rod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ In my current plan for it, 'solid' will be defined as anything with density == 1
return ..()

/obj/effect/immovablerod/smite/Move()
var/atom/oldloc = loc
. = ..()
if(get_turf(src) == get_turf(end))
// our exit condition: get outta there kowalski
Expand Down

0 comments on commit 77b6f52

Please sign in to comment.