Skip to content

Commit

Permalink
Фикс имена кнопок
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCat15352 committed Oct 30, 2024
1 parent e7c3831 commit f978618
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _maps/_mod_celadon/outpost/elysium_ice.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2911,23 +2911,23 @@
/obj/machinery/button/door{
id = "ice_right_gate";
req_one_access_txt = "8100";
name = "BOLT MAIN ENTER";
name = "BOLT RIGHT GATE";
color = "#FF0000";
pixel_y = 5;
pixel_x = 10
},
/obj/machinery/button/door{
id = "ice_left_gate";
req_one_access_txt = "8100";
name = "BOLT MAIN ENTER";
name = "BOLT LEFT GATE";
color = "#FF0000";
pixel_y = 5;
pixel_x = -10
},
/obj/machinery/button/door{
id = "ice_up_gate";
req_one_access_txt = "8100";
name = "BOLT MAIN ENTER";
name = "BOLT UP GATE";
color = "#FF0000";
pixel_y = 13
},
Expand Down

0 comments on commit f978618

Please sign in to comment.