mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Fixes an inconsistency with access requirements at the Beta solar array (#9858)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
author: Ferner
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Fixed an inconsistency with access requirements at the Beta solar array."
|
||||
@@ -3669,7 +3669,8 @@
|
||||
name = "interior access button";
|
||||
pixel_x = -25;
|
||||
pixel_y = -25;
|
||||
req_access = list(10,11,13)
|
||||
req_access = null;
|
||||
req_one_access = list(10,11,13)
|
||||
},
|
||||
/obj/structure/cable/yellow{
|
||||
d1 = 4;
|
||||
|
||||
Reference in New Issue
Block a user