Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Jan 28, 2025
1 parent e12266d commit 5e3f4d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/controllers/subsystem/vote.dm
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ SUBSYSTEM_DEF(vote)
choices.Add(option)
if("endround")
if(initiator_key)
initiator = initiator_key
initiator = "[initiator_key] / [usr.real_name]"
else
initiator_key = "Zizo"
choices.Add("Continue Playing","End Round")
Expand All @@ -262,7 +262,7 @@ SUBSYSTEM_DEF(vote)
mode = vote_type
initiator = initiator_key
started_time = world.time
var/text = "[capitalize(mode)] vote started by [initiator] / [usr]."
var/text = "[capitalize(mode)] vote started by [initiator]."
if(mode == "custom")
text += "\n[question]"
log_vote(text)
Expand Down

0 comments on commit 5e3f4d6

Please sign in to comment.