mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Fixes closing APCs. (#9441)
This commit is contained in:
@@ -506,7 +506,7 @@
|
||||
new /obj/item/module/power_control(loc)
|
||||
else if (opened < COVER_REMOVED)
|
||||
panel_open = FALSE
|
||||
opened = COVER_OPENED
|
||||
opened = COVER_CLOSED
|
||||
update_icon()
|
||||
else if (W.iscrowbar() && !((stat & BROKEN) || hacker) )
|
||||
if(coverlocked && !(stat & MAINT))
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: mikomyazaki
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "APCs can be closed with a crowbar, again."
|
||||
Reference in New Issue
Block a user