Skip to content

Commit

Permalink
Украли запятую, вернул
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingakem committed Apr 20, 2024
1 parent 13f83ef commit 6fada50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/mind/antag.dm
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
add_memory(/datum/memory/key/traitor_uplink, uplink_loc = "PDA", uplink_code = new_uplink.unlock_code)

else if(istype(uplink_loc, /obj/item/radio))
unlock_text += "Просто скажите \"[new_uplink.unlock_code]\" в частоту [RADIO_TOKEN_UPLINK] чтобы открыть скрытые возможности."
unlock_text += "Просто скажите \"[new_uplink.unlock_code]\" в частоту [RADIO_TOKEN_UPLINK], чтобы открыть скрытые возможности."
add_memory(/datum/memory/key/traitor_uplink, uplink_loc = uplink_loc.name, uplink_code = new_uplink.unlock_code)

else if(istype(uplink_loc, /obj/item/pen))
Expand Down

0 comments on commit 6fada50

Please sign in to comment.