Skip to content

Commit

Permalink
Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyranicranger4 committed May 29, 2024
1 parent c4b02a0 commit 7189775
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
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
to_chat(src, SPAN_WARNING("We can't melt [O] from here!"))
return

if(!check_state())
return

Expand Down

0 comments on commit 7189775

Please sign in to comment.