[MIRROR] moves the last admin verbs (#12656)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-04-12 23:02:58 -07:00
committed by GitHub
parent 0ff0ec0cca
commit 256cd81e28
25 changed files with 406 additions and 662 deletions
+2 -2
View File
@@ -612,14 +612,14 @@ GLOBAL_LIST_INIT(blacklisted_builds, list(
addtimer(CALLBACK(SSassets.transport, TYPE_PROC_REF(/datum/asset_transport, send_assets_slow), src, SSassets.transport.preload), 5 SECONDS)
/mob/proc/MayRespawn()
return 0
return FALSE
/client/proc/MayRespawn()
if(mob)
return mob.MayRespawn()
// Something went wrong, client is usually kicked or transfered to a new mob at this point
return 0
return FALSE
/client/verb/character_setup()
set name = "Character Setup"