Skip to content

Commit

Permalink
no double parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
Gristlebee committed Nov 13, 2024
1 parent 363d6e8 commit 3e80b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/turfs/closed/_closed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
M.changeNext_move(CLICK_CD_MELEE)
M.do_attack_animation(src)
if(isclosedturf(src))
if((M.environment_smash & mob_smash_flags))
if(M.environment_smash & mob_smash_flags)
playsound(src, 'sound/effects/meteorimpact.ogg', 100, TRUE)
alter_integrity(-400)
return

0 comments on commit 3e80b0c

Please sign in to comment.