Skip to content

Commit

Permalink
bugfix: Can't remove cell from damaged APC (ss220-space#3885)
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidPotroh authored and SuhEugene committed Nov 24, 2023
1 parent cb5d786 commit bcb66c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions code/modules/power/apc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -817,9 +817,6 @@
if(!user)
return

if(..())
return TRUE

add_fingerprint(user)

if(usr == user && opened && !issilicon(user))
Expand All @@ -836,6 +833,9 @@
if(stat & (BROKEN|MAINT))
return

if(..())
return TRUE

interact(user)

/obj/machinery/power/apc/attack_ghost(mob/user)
Expand Down

0 comments on commit bcb66c3

Please sign in to comment.