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.
This commit is contained in:
John Willard
2022-06-18 11:56:04 -06:00
committed by GitHub
parent 02fcf5eed4
commit 2c2bcd1ef0
2 changed files with 441 additions and 402 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