1
0
Преглед на файлове

[fixed] If leaving and dressed you go instead of blank screen due to no code

Kevin_Smarts преди 1 година
родител
ревизия
9634404fa0
променени са 1 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 5 1
      locations/booty_call_morning.qsrc

+ 5 - 1
locations/booty_call_morning.qsrc

@@ -199,7 +199,11 @@ if $ARGS[0] = 'head_out':
 	if $clothingworntype = 'nude':
 		gt'booty_call_morning', 'dressing1'
 	else
-
+		cla & *clr
+		$npc_apt_hall[$boy]
+		'"Bye then."'
+		'You gather your things and give him a wave and head out the door.'
+		act'Leave':gt'booty_call_after', 'exit'
 	end
 end