Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

На отправку достоверным источникам #7

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
review fixes
  • Loading branch information
larentoun committed Jun 5, 2024
commit 4db5bf4d66bbadb426c333970f8babda2cc65379
2 changes: 1 addition & 1 deletion code/modules/antagonists/space_dragon/space_dragon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@
players_to_carp_taken[carpy.key] += 1
var/list = ""
for(var/carp_user in players_to_carp_taken)
list += "<li><b>[carp_user]</b>, был космическим карпом: <b>[players_to_carp_taken[carp_user]]</b> раз.</li>"
list += "<li><b>[carp_user]</b>, был космическим карпом <b>[players_to_carp_taken[carp_user]]</b> раз.</li>"
parts += list
parts += "</ul>"

Expand Down
2 changes: 1 addition & 1 deletion code/modules/antagonists/spy/spy_bounty.dm
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@

location_type = machine_area.type
name ||= "Кража [machine.name]"
help ||= "Украдите - [machine.name], находящаяся в [machine_area]."
help ||= "Украдите [machine.name], находящаяся в [machine_area]."
return TRUE

/datum/spy_bounty/machine/is_stealable(atom/movable/stealing)
Expand Down