Skip to content

Commit

Permalink
Removes excess necro slip code
Browse files Browse the repository at this point in the history
  • Loading branch information
Sym committed Jul 25, 2024
1 parent f7e87ef commit b08ced0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions deadspace/code/corruption/structures/snare.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,4 @@
/datum/component/slippery/necro/Slip(datum/source, atom/movable/arrived, atom/old_loc, list/atom/old_locs)
if(isnecromorph(arrived)) //The entire reason we made a child component, ain't it nasty?
return
if(arrived == parent)
return
if(!isliving(arrived))
return
var/mob/living/victim = arrived
if(!(victim.movement_type & FLYING) && victim.slip(knockdown_time, parent, lube_flags, paralyze_time, force_drop_items) && callback)
callback.Invoke(victim)
..()

0 comments on commit b08ced0

Please sign in to comment.