[MIRROR] Fixes sparring sect on Kilostation [MDB IGNORE] (#14389)

* Fixes sparring sect on Kilostation (#67835)

The Chaplain's sparring sect only works in `/area/station/service/chapel` by default, which Kilostation's new Chapel lacked. The Pubbystation Chapel also had this problem, but I fixed it a while back. It seems the Kilo chapel ported over pubby's broken one, so the bug re-appeared here now.

* Fixes sparring sect on Kilostation

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-06-18 22:00:56 +01:00
committed by GitHub
co-authored by John Willard
parent ff75f3c182
commit 1f77c11d71
2 changed files with 9802 additions and 9763 deletions
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -399,7 +399,7 @@
///places you can spar in. rites can be used to expand this list with new arenas!
var/list/arenas = list(
"Recreation Area" = /area/station/commons/fitness/recreation,
"Chapel" = /area/station/service/chapel
"Chapel" = /area/station/service/chapel,
)
///how many matches you've lost with holy stakes. 3 = excommunication
var/matches_lost = 0