Explorar el Código

[fixed] No actions if you didn't have a date and not disco night if you say "don't mess up my make up"

Kevin_Smarts hace 1 año
padre
commit
a270c770ed
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      locations/booty_call_start.qsrc

+ 3 - 2
locations/booty_call_start.qsrc

@@ -155,8 +155,7 @@ if $ARGS[0] = 'start':
 						end
 						act'Undress':gt 'booty_call_start', 'undress'
 					end
-				end
-				if hour >= 18 and $region = 'pav' and (week = 5 or week = 6):
+				elseif hour >= 18 and $region = 'pav' and (week = 5 or week = 6):
 					act'I''m going to the disco':
 						cla & *clr
 						$npc_apt_hall[$boy]
@@ -168,6 +167,8 @@ if $ARGS[0] = 'start':
 						!!end
 						act'Undress':gt 'booty_call_start', 'undress'
 					end
+				else
+					act'Undress':gt 'booty_call_start', 'undress'
 				end
 			end
 		end