Skip to content

Commit

Permalink
Update code/datums/action.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Antoonij <[email protected]>
  • Loading branch information
dictor31 and Antoonij authored Jan 11, 2025
1 parent d302318 commit 2199cfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/datums/action.dm
Original file line number Diff line number Diff line change
Expand Up @@ -544,11 +544,11 @@
if(do_after(R, 10 SECONDS))
R.rejuvenate()
R.opened = FALSE
R.locked = 1
R.locked = TRUE
R.SetEmagged(TRUE)
R.SetLockdown(FALSE)
R.disconnect_from_ai()
S.repaired = 1
S.repaired = TRUE
Remove(R)

/datum/action/innate/overdrive/ApplyIcon()
Expand Down

0 comments on commit 2199cfe

Please sign in to comment.