Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyranicranger4 committed May 29, 2024
1 parent 7189775 commit 68546f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
to_chat(src, SPAN_WARNING("[A] is already drenched in acid."))
return

if(HAS_TRAIT(src, TRAIT_ABILITY_BURROWED)) //Checked again to avoid people placing acid mid burrow
if(HAS_TRAIT(src, TRAIT_ABILITY_BURROWED)) //Checked again to account for people trying to place acid while channeling the burrow ability
to_chat(src, SPAN_WARNING("We can't melt [O] from here!"))
return

Expand Down

0 comments on commit 68546f5

Please sign in to comment.