mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
Fixes the wasp taurhalf being broken
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 76 KiB After Width: | Height: | Size: 76 KiB |
@@ -2473,7 +2473,8 @@
|
||||
/obj/machinery/door/airlock/glass_external{
|
||||
icon_state = "door_locked";
|
||||
id_tag = "expshuttle_door_cargo";
|
||||
locked = 1
|
||||
locked = 1;
|
||||
req_one_access = list()
|
||||
},
|
||||
/obj/machinery/button/remote/airlock{
|
||||
desiredstate = 1;
|
||||
@@ -2482,7 +2483,7 @@
|
||||
id = "expshuttle_door_cargo";
|
||||
name = "hatch bolt control";
|
||||
pixel_x = -32;
|
||||
req_one_access = list();
|
||||
req_one_access = list(19,43,67);
|
||||
specialfunctions = 4
|
||||
},
|
||||
/turf/simulated/floor/tiled/techfloor/grid,
|
||||
|
||||
Reference in New Issue
Block a user