mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-30 00:35:45 +01:00
Merge pull request #11847 from Very-Soft/gatewaymapfix
Corrects a couple of variable errors
This commit is contained in:
@@ -2098,7 +2098,7 @@
|
||||
check_arrest = 0;
|
||||
check_down = 0;
|
||||
check_records = 0;
|
||||
control_area = /area/gateway/grasslands/underground/maintenance;
|
||||
control_area = /area/gateway/arynthilake/underground/maintenance;
|
||||
desc = "A firewall prevents AIs from interacting with this device.";
|
||||
lethal = 1;
|
||||
locked = 0;
|
||||
|
||||
@@ -503,7 +503,7 @@
|
||||
check_arrest = 0;
|
||||
check_down = 0;
|
||||
check_records = 0;
|
||||
control_area = /area/gateway/grasslands/underground/maintenance;
|
||||
control_area = /area/gateway/arynthilake/underground/maintenance;
|
||||
desc = "A firewall prevents AIs from interacting with this device.";
|
||||
lethal = 1;
|
||||
locked = 0;
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
"lM" = (
|
||||
/obj/effect/map_effect/perma_light/gateway{
|
||||
light_color = "#0c6ba6";
|
||||
light_power = .3;
|
||||
light_power = 0.3;
|
||||
light_range = 5
|
||||
},
|
||||
/turf/simulated/floor/beach/sand/desert,
|
||||
|
||||
@@ -136,7 +136,7 @@
|
||||
"ng" = (
|
||||
/obj/effect/map_effect/perma_light/gateway{
|
||||
light_color = "#0c6ba6";
|
||||
light_power = .3;
|
||||
light_power = 0.3;
|
||||
light_range = 5
|
||||
},
|
||||
/turf/simulated/floor/beach/sand/desert,
|
||||
|
||||
Reference in New Issue
Block a user