Sorium bloog can no longer effect mobs that have magboots (#28458)

This commit is contained in:
1080pCat
2025-03-15 18:37:29 +10:00
committed by GitHub
parent 4c442dbfcc
commit ca6f08bd84
@@ -138,6 +138,7 @@
var/distance = get_dist(X, pull)
var/moving_power = max(range_power - distance, 1)
spawn(0)
if(!HAS_TRAIT(X, TRAIT_MAGPULSE))
if(moving_power > 2) //if the vortex is powerful and we're close, we get thrown
if(setting_type)
var/atom/throw_target = get_edge_target_turf(X, get_dir(X, get_step_away(X, pull)))