瀏覽代碼

[fixed] typo in the owned variables. Caught by Netuttki

anjuna krokus 2 月之前
父節點
當前提交
05cd70ef34
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      locations/piercing_management.qsrc

+ 1 - 1
locations/piercing_management.qsrc

@@ -42,7 +42,7 @@ if $ARGS[0] = 'add':
 	if pcs_piercings[$ARGS[1]] <= 0: pcs_piercings['wearing'] += 1
 	pcs_piercings['any'] = 1
 	pcs_piercings[$ARGS[1]] = ARGS[2]
-	psc_piercings['<<$ARGS[1]>>_<<ARGS[2]>>_owned'] = 1
+	pcs_piercings['<<$ARGS[1]>>_<<ARGS[2]>>_owned'] = 1
 	exit
 end