Skip to content

Commit

Permalink
Returns the status check as opposed to the mod check
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceSmites328 committed Sep 3, 2023
1 parent 319b1da commit 0a03f53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
if(prob(20))
say(pick("Lads we got a hostile!", "Shit, wake up troops hell just found us!", "I warn you, we dont die easy.", "Keep your cool and we can all get out of this alive!"))
for(var/mob/living/simple_animal/hostile/ordeal/G in oview(9, src))
if(istype(G, /mob/living/simple_animal/hostile/ordeal/steel_dawn) && G.stat != DEAD && (!HasDamageMod(/datum/dc_change/maroon_buff) || !has_status_effect(/datum/status_effect/minor_damage_buff)))
if(istype(G, /mob/living/simple_animal/hostile/ordeal/steel_dawn) && G.stat != DEAD && (!has_status_effect(/datum/status_effect/all_armor_buff) || !has_status_effect(/datum/status_effect/minor_damage_buff)))
G.GiveTarget(target)
G.TemporarySpeedChange(-1, 1 SECONDS)
last_command = 1
Expand Down

0 comments on commit 0a03f53

Please sign in to comment.