make sure verbs don't go missing

This commit is contained in:
S34N
2024-02-26 11:06:46 +00:00
parent 0a8d8047b8
commit 7d07ad45ed
3 changed files with 3 additions and 3 deletions
-2
View File
@@ -1175,8 +1175,6 @@
/// Compiles a full list of verbs and sends it to the browser
/client/proc/init_verbs()
if(IsAdminAdvancedProcCall())
return
var/list/verblist = list()
var/list/verbstoprocess = verbs.Copy()
if(mob)
+2
View File
@@ -21,4 +21,6 @@
//Should update regardless of if we can ventcrawl, since we can end up in pipes in other ways.
update_pipe_vision(loc)
client?.init_verbs()
return .
+1 -1
View File
@@ -548,7 +548,6 @@
H.reset_markings()
H.dna.ResetUIFrom(H)
H.flavor_text = ""
client.init_verbs()
stop_sound_channel(CHANNEL_LOBBYMUSIC)
@@ -565,6 +564,7 @@
new_character.key = key //Manually transfer the key to log them in
client.init_verbs()
return new_character