2 Achegas dacccfcbe5 ... 3c82e339eb

Autor SHA1 Mensaxe Data
  pfffbft 3c82e339eb Add willpower check to nude exercise %!s(int64=4) %!d(string=hai) anos
  pfffbft dacccfcbe5 Add willpower check to nude exercise %!s(int64=4) %!d(string=hai) anos
Modificáronse 1 ficheiros con 11 adicións e 12 borrados
  1. 11 12
      locations/meadow.qsrc

+ 11 - 12
locations/meadow.qsrc

@@ -83,19 +83,18 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
                     *nl
                     gs 'willpower', 'skill', 'pcs_inhib', 'resist'
                     if Miraloc ! 2 or npc_rel['A60'] > 40 or mirasex = 1:
-                    if Miraloc = 2:
-                        'Your meadow is a perfect place to exercise. Mira is here but she wouldn''t mind if you exercised for a little bit, even if in the nude.'
-                    else
-                        'Your meadow is a perfect place to exercise. There is no one around, so you could probably exercise nude if you wanted.'
+                        if Miraloc = 2:
+                            'Your meadow is a perfect place to exercise. Mira is here but she wouldn''t mind if you exercised for a little bit, even if in the nude.'
+                        else
+                            'Your meadow is a perfect place to exercise. There is no one around, so you could probably exercise nude if you wanted.'
+                        end
+                        if will_cost <= pcs_willpwr:
+                            act 'Exercise nude':gt 'meadow', 'workout', 'nude'
+                        else
+                            act'Exercise nude (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+                        end
                     end
-                    if will_cost <= pcs_willpwr:
-                        act 'Exercise nude':gt 'meadow', 'workout', 'nude'
-                    else
-                        act'Exercise nude (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-                    end
-                end
-
-			   end
+               end
 			else
 				*nl
 				'Your meadow is a perfect place to exercise.'