Skip to content

Commit

Permalink
Update mob_helpers.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyteakettle committed Sep 21, 2024
1 parent 89d2e46 commit b5bca3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mob/mob_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ GLOBAL_VAR_INIT(organ_combined_size, 25 + 70 + 30 + 25 + 25 + 25 + 25 + 10 + 10
var/datum/ghost_query/admin/query = new()
query.wait_time = 15 SECONDS
var/mob_name = M.real_name ? M.real_name : M.name
query.role = mob_name
query.role_name = mob_name
query.question = "Do you want to play as [mob_name]?"
spawn(0)
query.query()
Expand Down

0 comments on commit b5bca3d

Please sign in to comment.