Skip to content

Commit

Permalink
Asdas
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhEugene committed Nov 17, 2023
1 parent 2397ea8 commit 179925c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion code/datums/helper_datums/getrev.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var/global/datum/getrev/revdata = new()
break
*/
// [/SIERRA-REMOVE]
// [SIERRA-ADD]
// [SIERRA-ADD] - RUST_G
revision = rustg_git_revparse("HEAD")
date = rustg_git_commit_date("HEAD")
// [/SIERRA-ADD]
Expand Down
3 changes: 3 additions & 0 deletions code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,9 @@ GLOBAL_VAR_INIT(world_topic_last, world.timeofday)
for(var/client/C in GLOB.clients)
send_link(C, "byond://[config.server]")

// [SIERRA-ADD] - RUST_G - Past this point, no logging procs can be used, at risk of data loss.
rustg_log_close_all()
//[/SIERRA-ADD]
if(config.wait_for_sigusr1_reboot && reason != 3)
text2file("foo", "reboot_called")
to_world(SPAN_DANGER("World reboot waiting for external scripts. Please be patient."))
Expand Down
12 changes: 9 additions & 3 deletions mods/rust_g/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,14 @@ ID мода: RUST_G

### Изменения *кор кода*

- `code/modules/mob/living.dm`: `proc/overriden_proc`, `var/overriden_var`
- `code/_helpers/logging.dm`: `/proc/game_log()`
- `code/controllers/master.dm`: `/datum/controller/master/New()`
- `code/controllers/subsystems/garbage.dm`: `/datum/controller/subsystem/garbage/Shutdown()`
- `code/datums/helper_datums/getrev.dm`: `/datum/getrev/New()`
- `code/game/world.dm`:
- `/world/New()`
- `/world/Topic()`
- `/world/Reboot()`
<!--
Если вы редактировали какие-либо процедуры или переменные в кор коде,
они должны быть указаны здесь.
Expand All @@ -39,8 +46,7 @@ ID мода: RUST_G

### Оверрайды

- `mods/_master_files/sound/my_cool_sound.ogg`
- `mods/_master_files/code/my_modular_override.dm`: `proc/overriden_proc`, `var/overriden_var`
- Отсутствуют
<!--
Если ты добавлял новый модульный оверрайд, его нужно указать здесь.
Здесь указываются оверрайды в твоём моде и папке `_master_files`
Expand Down
2 changes: 0 additions & 2 deletions mods/rust_g/_rust_g.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@

#include "_rust_g.dm"

#include "code/helpers.dm"

#endif
6 changes: 0 additions & 6 deletions mods/rust_g/code/helpers.dm

This file was deleted.

0 comments on commit 179925c

Please sign in to comment.