Requested changes
Requested changes
This commit is contained in:
@@ -441,9 +441,9 @@
|
||||
var/datum/antagonist/cult/user_antag = user.mind.has_antag_datum(/datum/antagonist/cult,TRUE)
|
||||
if(user_antag.cult_team.cult_ascendent)
|
||||
if(!iscultist(L))
|
||||
var/atom/throw_target = get_edge_target_turf(L, user.dir)
|
||||
L.adjustFireLoss(20)
|
||||
if(!L.anchored)
|
||||
if(L.move_resist < MOVE_FORCE_STRONG)
|
||||
var/atom/throw_target = get_edge_target_turf(L, user.dir)
|
||||
L.throw_at(throw_target, 7, 1, user)
|
||||
else if(!iscultist(L))
|
||||
L.Knockdown(160)
|
||||
|
||||
Reference in New Issue
Block a user