Procházet zdrojové kódy

:wrench: mising word and fail safe

KevinSmarts před 9 roky
rodič
revize
6df9c0ee1d
2 změnil soubory, kde provedl 7 přidání a 6 odebrání
  1. 1 1
      locations/clothing_descriptions
  2. 6 5
      locations/dina

+ 1 - 1
locations/clothing_descriptions

@@ -36,7 +36,7 @@ if CloTopCut > 0:
 	elseif CloTopCut = 2:
 	   $description = $description + ', includes a modest top'
 	elseif CloTopCut = 3:
-	   $description = $description + ', includes a somewhat revealing'
+	   $description = $description + ', includes a somewhat revealing top'
 	elseif CloTopCut = 4:
 	   $description = $description + ', includes a very revealing top'
 	end

+ 6 - 5
locations/dina

@@ -928,11 +928,12 @@ $youriqwest = {
 
 $brodila = {
 	sexpartkno = 0
-    if housr = 1:
-        gt'korr','start'
-    end
-    if housr = 2:    
-        gt'korr2x','start'
+	if housr = 1:
+		gt'korr','start'
+	elseif housr = 2:    
+		gt'korr2x','start'
+	else
+		gt'street', 'start'
     end
 }