Skip to content

Commit

Permalink
fix: Contractor (#1177)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Чинит контрактора, проблема была в регулярке Clueless

## Тестирование
Спиздил СМО, отправил СМО, получил ТК.

## Changelog

:cl:
fix: Контрактник починен. Можете воровать вульпочек за ТК.
/:cl:
  • Loading branch information
AyIong authored Apr 13, 2024
1 parent 49430d8 commit 330eb74
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-z0-9 \\'\]+)$", "ig")
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 330eb74

Please sign in to comment.