소스 검색

[fixed] piercings not showing up in the looks page. Reported by Sapper

anjuna krokus 2 달 전
부모
커밋
809970b0e1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      locations/obj_din.qsrc

+ 1 - 1
locations/obj_din.qsrc

@@ -2182,7 +2182,7 @@ if $ARGS[0] = 'piercing':
 	gs 'obj_din','bodytabs'
 	'<center><h1>Piercings</h1></center>'
 	'<center>'
-	if pcs_piercings['total']:
+	if pcs_piercings['total'] = 0:
 		'You have no piercings.'
 	elseif pcs_piercings['wearing'] = 0:
 		'You are not wearing any piercings'