mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
Sorium bloog can no longer effect mobs that have magboots (#28458)
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user