Skip to content

Commit

Permalink
Ё
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Apr 13, 2024
1 parent 2aeb665 commit e58ef05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
/// The owning [/datum/syndicatce_contract].
var/datum/syndicate_contract/owning_contract = null
/// Name fixer regex because area names have rogue characters sometimes.
var/static/regex/name_fixer = regex("(\[a-zа-я0-9 \\'\]+)$", "ig") // SS220 EDIT - Regex for RU Areas
var/static/regex/name_fixer = regex("(\[a-zа-яё0-9 \\'\]+)$", "ig") // SS220 EDIT - Regex for RU Areas

/datum/objective/contract/New(contract)
owning_contract = contract
Expand Down

0 comments on commit e58ef05

Please sign in to comment.