mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 15:17:01 +01:00
[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:
co-authored by
John Willard
parent
ff75f3c182
commit
1f77c11d71
+9801
-9762
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