Skip to content

Commit

Permalink
bugfix: Nova Station #5 Patch (#5992)
Browse files Browse the repository at this point in the history
Критический баг

Заменено апц у теслы/синги, из-за которого в теории могла она убежать, если была бы перегрузка энергосети
  • Loading branch information
PiroMage authored Oct 7, 2024
1 parent ff0dc64 commit 01267f6
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions _maps/map_files/nova/nova.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -86862,7 +86862,7 @@
/obj/structure/extinguisher_cabinet{
pixel_x = -28
},
/obj/machinery/camera{
/obj/machinery/camera/emp_proof{
c_tag = "Particle Accellerator";
dir = 4;
network = list("Engineering","SS13")
Expand Down Expand Up @@ -100569,11 +100569,10 @@
icon_state = "1-4"
},
/obj/effect/decal/warning_stripes/south,
/obj/structure/cable/yellow,
/obj/machinery/light,
/obj/machinery/power/apc{
name = "south bump";
pixel_y = -24
/obj/machinery/alarm{
dir = 1;
pixel_y = -22
},
/turf/simulated/floor/plasteel{
icon_state = "yellow"
Expand Down Expand Up @@ -109420,8 +109419,9 @@
},
/obj/effect/decal/warning_stripes/south,
/obj/machinery/power/apc{
name = "south bump";
pixel_y = -24
cell_type = 25000;
shock_proof = 1;
pixel_y = -26
},
/turf/simulated/floor/plasteel{
icon_state = "yellow"
Expand Down Expand Up @@ -162352,14 +162352,9 @@
},
/obj/effect/decal/warning_stripes/southwest,
/obj/machinery/firealarm{
dir = 8;
pixel_x = -26;
dir = 2;
pixel_y = -28
},
/obj/machinery/alarm{
dir = 1;
pixel_y = -22
},
/turf/simulated/floor/plasteel{
dir = 10;
icon_state = "yellow"
Expand Down

0 comments on commit 01267f6

Please sign in to comment.