Requested changes

Requested changes
This commit is contained in:
keronshb
2020-02-15 18:15:41 -05:00
parent 5d32775170
commit 3b9f9d7a16
+2 -2
View File
@@ -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)