mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Added config values for production.
This commit is contained in:
parent
d1b9ec2621
commit
c59211995e
2 changed files with 8 additions and 2 deletions
|
@ -22,6 +22,7 @@ dc-file astron/dclass/united.dc
|
|||
want-pets #t
|
||||
want-parties #t
|
||||
want-cogdominiums #t
|
||||
want-lawbot-cogdo #t
|
||||
want-achievements #f
|
||||
|
||||
# Chat:
|
||||
|
@ -37,4 +38,6 @@ want-glove-npc #t
|
|||
|
||||
# Developer options:
|
||||
show-population #t
|
||||
want-instant-parties #t
|
||||
want-instant-parties #t
|
||||
cogdo-pop-factor 1.5
|
||||
cogdo-ratio DEFAULT_COGDO_RATIO
|
|
@ -11,7 +11,8 @@ shard-mid-pop 150
|
|||
want-housing #t
|
||||
want-pets #f
|
||||
want-parties #t
|
||||
want-cogdominiums #f
|
||||
want-cogdominiums #t
|
||||
want-lawbot-cogdo #f
|
||||
want-achievements #f
|
||||
boarding-group-merges #t
|
||||
|
||||
|
@ -21,6 +22,8 @@ disable-sos-card 91918
|
|||
|
||||
# Optional:
|
||||
want-chestnut-park-construction #t
|
||||
cogdo-pop-factor 1.5
|
||||
cogdo-ratio 0.4
|
||||
|
||||
# Temporary:
|
||||
want-phone-quest #f
|
||||
|
|
Loading…
Reference in a new issue