Compare commits

..

No commits in common. "e33025a9e8ad1cd1353104f9ecd31f11fdae5851" and "5a9469cfbf3b5a5012384148ac4e8374404e314d" have entirely different histories.

22 changed files with 116 additions and 125 deletions

2
.gitattributes vendored
View file

@ -1,2 +0,0 @@
# suppress diffs and stats for generated api yamls
docs/api/** linguist-generated

View file

@ -1,10 +1,3 @@
# 0.43.5
*July 15, 2024*
Fixes
- Fixed a crash when a person with certain clothes goes to bed
- Fixed a crash when fences or counters are next to the borders of the map
# 0.43.4
*July 14, 2024*

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AgeGroup
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3522
startLine: 3518
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -67,7 +67,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Baby
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3529
startLine: 3525
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -95,7 +95,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3535
startLine: 3531
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -123,7 +123,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Adult
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3541
startLine: 3537
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Counter
path: ../TinyLife/Objects/CornerFurniture.cs
startLine: 100
startLine: 98
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -185,7 +185,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/CornerFurniture.cs
startLine: 103
startLine: 101
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -238,7 +238,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldConnectTo
path: ../TinyLife/Objects/CornerFurniture.cs
startLine: 106
startLine: 104
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -277,7 +277,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCornerStatus
path: ../TinyLife/Objects/CornerFurniture.cs
startLine: 111
startLine: 109
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DeathReason
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3473
startLine: 3469
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -53,7 +53,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Starvation
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3479
startLine: 3475
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -84,7 +84,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InexplicableReasons
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3484
startLine: 3480
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -115,7 +115,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Electrocution
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3489
startLine: 3485
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -146,7 +146,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchProtein
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3493
startLine: 3489
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -174,7 +174,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TooMuchBrew
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3497
startLine: 3493
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -31,7 +31,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FenceType
path: ../TinyLife/Objects/FenceWall.cs
startLine: 124
startLine: 122
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -76,7 +76,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Types
path: ../TinyLife/Objects/FenceWall.cs
startLine: 131
startLine: 129
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -105,7 +105,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name
path: ../TinyLife/Objects/FenceWall.cs
startLine: 147
startLine: 145
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -134,7 +134,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Price
path: ../TinyLife/Objects/FenceWall.cs
startLine: 151
startLine: 149
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -163,7 +163,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon
path: ../TinyLife/Objects/FenceWall.cs
startLine: 155
startLine: 153
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -192,7 +192,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Colors
path: ../TinyLife/Objects/FenceWall.cs
startLine: 159
startLine: 157
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -221,7 +221,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Textures
path: ../TinyLife/Objects/FenceWall.cs
startLine: 163
startLine: 161
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -250,7 +250,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TextureRegion
path: ../TinyLife/Objects/FenceWall.cs
startLine: 168
startLine: 166
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -282,7 +282,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/FenceWall.cs
startLine: 179
startLine: 177
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -332,7 +332,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Objects/FenceWall.cs
startLine: 191
startLine: 189
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -382,7 +382,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Draw
path: ../TinyLife/Objects/FenceWall.cs
startLine: 217
startLine: 215
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -456,7 +456,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawUi
path: ../TinyLife/Objects/FenceWall.cs
startLine: 261
startLine: 259
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -506,7 +506,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register
path: ../TinyLife/Objects/FenceWall.cs
startLine: 273
startLine: 271
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LifeSpan
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3505
startLine: 3501
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -59,7 +59,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryShort
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3508
startLine: 3504
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -85,7 +85,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Short
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3509
startLine: 3505
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -111,7 +111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Normal
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3510
startLine: 3506
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -137,7 +137,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Long
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3511
startLine: 3507
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -163,7 +163,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VeryLong
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3512
startLine: 3508
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -189,7 +189,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Infinite
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3513
startLine: 3509
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddEmotionDelegate
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3362
startLine: 3358
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AiPriorityForObjectDelegate
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3342
startLine: 3338
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EfficiencyModifierDelegate
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3322
startLine: 3318
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EmotionModifiersChangedDelegate
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3352
startLine: 3348
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveActionPriorityDelegate
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3337
startLine: 3333
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PassiveReductionDelegate
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3367
startLine: 3363
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RelationshipChangeDelegate
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3357
startLine: 3353
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RestoreNeedDelegate
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3347
startLine: 3343
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SkillBoostDelegate
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3327
startLine: 3323
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkSpeedDelegate
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3332
startLine: 3328
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -6985,7 +6985,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ImportAtExitRoad
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2393
startLine: 2390
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7017,7 +7017,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoToRandomHomeLocation
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2405
startLine: 2402
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7048,7 +7048,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShouldDrawHeldItem
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2427
startLine: 2424
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7079,7 +7079,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHeldItemDrawOffset
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2438
startLine: 2435
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7116,7 +7116,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetHeldItemDepthOffset
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2446
startLine: 2443
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7147,7 +7147,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPivot
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2457
startLine: 2454
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7178,7 +7178,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAction
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2469
startLine: 2466
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7225,7 +7225,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetValidClothes
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2531
startLine: 2528
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7260,7 +7260,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanApplyPersonality
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2543
startLine: 2540
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7297,7 +7297,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasRecentlyFailed
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2560
startLine: 2557
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7341,7 +7341,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanTakeOff
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2569
startLine: 2566
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7376,7 +7376,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MoveToMapExitRoad
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2580
startLine: 2577
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7414,7 +7414,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawLooks
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2599
startLine: 2596
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7467,7 +7467,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DrawLooksLayer
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2619
startLine: 2615
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7521,7 +7521,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnRoomCheck
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2628
startLine: 2624
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7552,7 +7552,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateAnimations
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2656
startLine: 2652
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7590,7 +7590,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateSpeech
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2669
startLine: 2665
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7624,7 +7624,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateEmotes
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2698
startLine: 2694
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7658,7 +7658,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdatePose
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2706
startLine: 2702
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7684,7 +7684,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateRelationships
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2724
startLine: 2720
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7716,7 +7716,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateEmotions
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2742
startLine: 2738
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7747,7 +7747,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdatePregnancy
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2777
startLine: 2773
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7776,7 +7776,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnNewDay
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2807
startLine: 2803
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7802,7 +7802,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateMemories
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2822
startLine: 2818
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7838,7 +7838,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateNeeds
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2827
startLine: 2823
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7872,7 +7872,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateActions
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2842
startLine: 2838
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7908,7 +7908,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResetVisuals
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2902
startLine: 2898
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7934,7 +7934,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnActionCompleted
path: ../TinyLife/Objects/PersonLike.cs
startLine: 2927
startLine: 2923
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -7972,7 +7972,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpdateAction
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3004
startLine: 3000
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -8019,7 +8019,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InitializeAction
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3017
startLine: 3013
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -8051,7 +8051,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnAgeChanged
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3027
startLine: 3023
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -8083,7 +8083,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPassiveNeedReduction
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3095
startLine: 3091
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -8121,7 +8121,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetRandomSpeakSound
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3262
startLine: 3258
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -30,7 +30,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pose
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3419
startLine: 3415
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -60,7 +60,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Standing
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3424
startLine: 3420
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -88,7 +88,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Walking
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3428
startLine: 3424
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -116,7 +116,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sitting
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3432
startLine: 3428
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -144,7 +144,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Laying
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3437
startLine: 3433
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -175,7 +175,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SittingGround
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3442
startLine: 3438
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -206,7 +206,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingStanding
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3446
startLine: 3442
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -234,7 +234,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingSitting
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3450
startLine: 3446
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -262,7 +262,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkingSittingGround
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3454
startLine: 3450
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -290,7 +290,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Running
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3458
startLine: 3454
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -318,7 +318,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: StandingArmsOut
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3462
startLine: 3458
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -346,7 +346,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WalkingArmsOut
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3466
startLine: 3462
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -22,7 +22,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PregnancyAbility
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3595
startLine: 3591
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -52,7 +52,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neither
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3600
startLine: 3596
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -80,7 +80,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetOthersPregnant
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3604
startLine: 3600
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -108,7 +108,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetPregnant
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3608
startLine: 3604
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -35,7 +35,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SpeakStyle
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3550
startLine: 3546
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -79,7 +79,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Affirmative
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3554
startLine: 3550
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -105,7 +105,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Angry
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3555
startLine: 3551
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -131,7 +131,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Annoyed
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3556
startLine: 3552
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -157,7 +157,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bored
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3557
startLine: 3553
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -183,7 +183,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Childish
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3558
startLine: 3554
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -209,7 +209,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confident
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3559
startLine: 3555
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -235,7 +235,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Confused
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3560
startLine: 3556
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -261,7 +261,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disagreeing
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3561
startLine: 3557
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -287,7 +287,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Excited
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3562
startLine: 3558
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -313,7 +313,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Happy
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3563
startLine: 3559
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -339,7 +339,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Neutral
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3564
startLine: 3560
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -365,7 +365,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Questioning
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3565
startLine: 3561
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -391,7 +391,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sad
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3566
startLine: 3562
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -417,7 +417,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Scared
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3567
startLine: 3563
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -443,7 +443,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Shocked
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3568
startLine: 3564
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -469,7 +469,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Thinking
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3569
startLine: 3565
assemblies:
- Tiny Life
namespace: TinyLife.Objects

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VoiceStyle
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3578
startLine: 3574
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -57,7 +57,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Low
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3581
startLine: 3577
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -83,7 +83,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: High
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3582
startLine: 3578
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -109,7 +109,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3583
startLine: 3579
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -135,7 +135,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Baby
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3585
startLine: 3581
assemblies:
- Tiny Life
namespace: TinyLife.Objects
@ -161,7 +161,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MidHigh
path: ../TinyLife/Objects/PersonLike.cs
startLine: 3587
startLine: 3583
assemblies:
- Tiny Life
namespace: TinyLife.Objects