Skip to content

Commit

Permalink
Prepare submod for version 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
NickWildish committed Nov 16, 2023
1 parent 8482116 commit e971113
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion game/Submods/NSFW Submod/nsfw_main.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ init -990 python in mas_submod_utils:
Submod(
author="NickWildish",
name="NSFW Submod",
version="1.3.4",
version="1.3.5",
description="A collection of NSFW topics and features for MAS.",
settings_pane="nsfw_submod_screen",
version_updates= {
Expand Down
5 changes: 4 additions & 1 deletion game/Submods/NSFW Submod/nsfw_updates.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,7 @@ label nickwildish_nsfw_submod_v1_3_4(version="v_1_3_4"):
conditional="persistent._nsfw_sexting_attempt_permfreeze == True",
action=EV_ACT_UNLOCK,
rules={"no_unlock": None}
)
)

label nickwildish_nsfw_submod_v1_3_3(version="v_1_3_5"):
return

0 comments on commit e971113

Please sign in to comment.