transfer to subsystem (#19323)

* transfer to subsystem

* ,

* .

* .
This commit is contained in:
Kashargul
2026-03-26 23:30:32 +01:00
committed by GitHub
parent 5f3a037d77
commit a0c5678533
5 changed files with 18 additions and 22 deletions
+1 -1
View File
@@ -682,4 +682,4 @@ ADMIN_VERB(toggle_spawning_with_recolour, R_ADMIN|R_EVENT|R_FUN, "Toggle Simple/
to_chat(user, "You have [CONFIG_GET(flag/allow_simple_mob_recolor) ? "enabled" : "disabled"] newly spawned simple mobs to spawn with the recolour verb")
ADMIN_VERB(modify_shift_end, (R_ADMIN|R_EVENT|R_SERVER), "Modify Shift End", "Modifies the hard shift end time.", ADMIN_CATEGORY_SERVER_GAME)
GLOB.transfer_controller.modify_hard_end(user)
SStransfer.modify_hard_end(user)