Browse Source

[fixes] more missing = in bdsm_club

julzor 5 years ago
parent
commit
dcce3adf34
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/BDSM_Club.qsrc

+ 2 - 2
locations/BDSM_Club.qsrc

@@ -172,7 +172,7 @@ end
 if $ARGS[0] = 'd_start':
 	*clr & cla
 	$menu_loc = 'BDSM_Club'
-	$menu_arg 'd_start'
+	$menu_arg = 'd_start'
 	menu_off = 0
 	pcs_dom += 5
 	gs 'stat'
@@ -193,7 +193,7 @@ end
 if $ARGS[0] = 'reception':
 	$location_type = 'event'
 	$menu_loc = 'BDSM_Club'
-	$menu_arg 'reception'
+	$menu_arg = 'reception'
 	menu_off = 0
 	*clr & cla
 	gs 'stat'