Skip to content

Commit

Permalink
Update shutters.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 authored Sep 10, 2024
1 parent bb7a5a9 commit 106b56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/doors/poddoor/shutters/shutters.dm
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
return

/obj/structure/machinery/door/poddoor/shutters/almayer/uniform_vendors/attackby(obj/item/attacking_item, mob/user)
if(HAS_TRAIT(attacking_item, TRAIT_TOOL_CROWBAR) || attacking_item.pry_capable < IS_PRY_CAPABLE_FORCE)
if(HAS_TRAIT(attacking_item, TRAIT_TOOL_CROWBAR) || attacking_item.pry_capable)
return
..()

Expand Down

0 comments on commit 106b56c

Please sign in to comment.