Skip to content

Commit

Permalink
Tam chto-to, dybl 100500 (#2526)
Browse files Browse the repository at this point in the history
  • Loading branch information
Teteshnik1 authored Jul 23, 2024
1 parent 2e306f1 commit d403904
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion code/controllers/admin.dm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ INITIALIZE_IMMEDIATE(/atom/movable/clickable_stat)
set category = "Debug"
set name = "Restart Controller"
var/client/client = usr?.client
if (!check_rights(R_ADMIN, TRUE, client))
if (!check_rights(R_ADMIN|R_DEBUG, TRUE, client))
return
if (controller == "Master")
Recreate_MC()
Expand Down
3 changes: 1 addition & 2 deletions code/modules/species/station/station.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
CULTURE_HUMAN_VENUSIAN,
CULTURE_HUMAN_VENUSLOW,
CULTURE_HUMAN_BELTER,
CULTURE_HUMAN_KUIPERI,
CULTURE_HUMAN_KUIPERO,
CULTURE_HUMAN_PLUTO,
CULTURE_HUMAN_MAGNITKA,
CULTURE_HUMAN_EARTH,
CULTURE_HUMAN_CETIN,
Expand Down
3 changes: 1 addition & 2 deletions maps/mapsystem/maps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ var/global/const/MAP_HAS_RANK = 2 //Rank system, also togglable
CULTURE_HUMAN_VENUSIAN,
CULTURE_HUMAN_VENUSLOW,
CULTURE_HUMAN_BELTER,
CULTURE_HUMAN_KUIPERI,
CULTURE_HUMAN_KUIPERO,
CULTURE_HUMAN_PLUTO,
CULTURE_HUMAN_MAGNITKA,
CULTURE_HUMAN_EARTH,
CULTURE_HUMAN_CETIN,
Expand Down
10 changes: 8 additions & 2 deletions maps/sierra/z1-z5_sierra.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,8 @@
use_power = 1
},
/obj/machinery/sparker{
pixel_x = 21
pixel_x = 21;
id_tag = "ToxLab"
},
/turf/simulated/floor/reinforced{
map_airless = 1
Expand Down Expand Up @@ -42712,7 +42713,8 @@
id_tag = "toxin_out"
},
/obj/machinery/sparker{
pixel_x = -21
pixel_x = -21;
id_tag = "ToxLab"
},
/turf/simulated/floor/reinforced{
map_airless = 1
Expand Down Expand Up @@ -46672,6 +46674,10 @@
/obj/machinery/atmospherics/pipe/simple/visible,
/obj/machinery/meter,
/obj/floor_decal/industrial/warning/corner,
/obj/machinery/button/ignition{
pixel_x = -20;
id_tag = "ToxLab"
},
/turf/simulated/floor/tiled/steel_grid,
/area/rnd/toxins)
"gRs" = (
Expand Down

0 comments on commit d403904

Please sign in to comment.