chopeks 4 years ago
parent
commit
9592bc3477
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/kotlin/mod/qsrc/Locations/Villa/mod_chastity_villa.kts

+ 3 - 3
src/main/kotlin/mod/qsrc/Locations/Villa/mod_chastity_villa.kts

@@ -252,10 +252,10 @@ if (`$args`[0] == ModLoc.villa.kitchen) {
       cumspclnt = 2
       gs(GLLoc.cum_cleanup)
       gs(GLLoc.stat)
+      ext.image("images/locations/shared/abduction/driedbread1.jpg")
+      "You ate the dried meat and bread. Your throat is dry and some water could come in handy."
+      act("Finish") { gt(`$loc`, `$metka`) }
     }
-    ext.image("images/locations/shared/abduction/driedbread1.jpg")
-    "You ate the dried meat and bread. Your throat is dry and some water could come in handy."
-    act("Finish") { gt(`$loc`, `$metka`) }
   }
   dynamic(`$sandwich`)
   dynamic(`$driwater`)