mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
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:
File diff suppressed because it is too large
Load Diff
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user