Skip to content

Commit

Permalink
yes fira, yes it does.
Browse files Browse the repository at this point in the history
  • Loading branch information
doom committed Dec 29, 2023
1 parent 1e9ac4a commit bd3e0c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/cm_aliens/XenoStructures.dm
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@
/obj/effect/alien/resin/sticky/Crossed(atom/movable/AM)
. = ..()
var/mob/living/carbon/human/H = AM
// Wait doesn't this stack slows if you get dragged over it? What's going on here?
if(istype(H) && !H.ally_of_hivenumber(hivenumber))
H.next_move_slowdown = max(H.next_move_slowdown, slow_amt)
return .
Expand Down

0 comments on commit bd3e0c9

Please sign in to comment.