Skip to content

Commit

Permalink
Fix acid resist
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Dec 24, 2023
1 parent 59ce96d commit 20142a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/living/living_verbs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
if(mobility_flags & MOBILITY_MOVE)
if(on_fire)
resist_fire()
if(is_type_in_list(/datum/effects/acid, effects_list))
if(locate(/datum/effects/acid) in effects_list)
resist_acid()
if(last_special <= world.time)
resist_restraints()
Expand Down

0 comments on commit 20142a2

Please sign in to comment.