Skip to content

Commit

Permalink
Fix queen only prying when locked
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Mar 10, 2024
1 parent 6b731c7 commit 43744d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/game/machinery/doors/multi_tile.dm
Original file line number Diff line number Diff line change
Expand Up @@ -291,9 +291,6 @@
if(!queen_pryable)
return ..()

if(!locked)
return ..()

if(xeno.action_busy)
return

Expand Down

0 comments on commit 43744d9

Please sign in to comment.