mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
make sure verbs don't go missing
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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 .
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user