Skip to content

Commit

Permalink
Chemistry Request Consoles (#1456)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Добавляет недостающую консоль на коробку.
Двигает консоль на дельте чуть в сторону, а то че она за холодильником
прячется.

## Почему это хорошо для игры
Меня попросили.

## Изображения изменений
mapdiff

## Тестирование
Не было

## Changelog

:cl: Maxiemar
fix: Недостающая консоль запросов добавлена в химию меда на Кибериаде.
/:cl:
  • Loading branch information
m-dzianishchyts authored Aug 31, 2024
1 parent ce2ec8a commit e9fb562
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions _maps/map_files220/stations/boxstation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -22541,6 +22541,13 @@
c_tag = "Medbay Chemistry";
dir = 4
},
/obj/machinery/requests_console{
department = "Medbay";
departmentType = 1;
name = "Chemistry Requests Console";
pixel_x = -30;
dir = 8
},
/turf/simulated/floor/plasteel{
dir = 8;
icon_state = "whiteyellow"
Expand Down
12 changes: 6 additions & 6 deletions _maps/map_files220/stations/deltastation.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -42747,6 +42747,12 @@
pixel_x = -4;
pixel_y = 2
},
/obj/machinery/requests_console{
department = "Medbay";
departmentType = 1;
name = "Chemistry Requests Console";
pixel_y = -30
},
/turf/simulated/floor/plasteel{
icon_state = "whiteyellow"
},
Expand Down Expand Up @@ -115470,12 +115476,6 @@
/area/station/maintenance/port)
"xJh" = (
/obj/machinery/smartfridge/secure/chemistry,
/obj/machinery/requests_console{
department = "Medbay";
departmentType = 1;
name = "Chemistry Requests Console";
pixel_y = -30
},
/turf/simulated/floor/plasteel{
icon_state = "whiteyellow"
},
Expand Down

0 comments on commit e9fb562

Please sign in to comment.