-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync non-exclusive prisoner interaction mode, change syncing exclusiv…
…e mode (#450) 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 didn't need to be handled as a sync field anymore, so I've changed it to a sync method
- Loading branch information
1 parent
55dae5f
commit 2f7ab7e
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters