Multiplayer icon indicating copy to clipboard operation
Multiplayer copied to clipboard

Sync non-exclusive prisoner interaction mode, change syncing exclusive mode

Open SokyranTheDragon opened this issue 1 year ago • 0 comments

Changes:

  • Added a sync worker for Pawn_GuestTracker, as it's needed for the sync methods
  • Synced non-exclusive prisoner interaction modes
    • This affects hemogen farm and bloodfeed (as well as extra modes added by mods)
    • The synced method is Pawn_GuestTracker:ToggleNonExclusiveInteraction
    • As opposed to normal prisoner/slave interaction modes, it would not be possible to sync it as a field since the field is a list of allowed modes
  • Changed syncing of exclusive prisoner interaction modes by using a sync methods rather than sync fields
    • The synced method is Pawn_GuestTracker:SetExclusiveInteraction
    • The changes to the field didn't need to be handled as a sync field anymore, so I've changed it to a sync method

SokyranTheDragon avatar Apr 28 '24 17:04 SokyranTheDragon