1
0
Quellcode durchsuchen

Merge branch 'master' of https://git.tfgames.site/Kevin_Smarts/glife

Awesome vor 1 Monat
Ursprung
Commit
59f99343e5
2 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. 5 5
      locations/lover_meet.qsrc
  2. 2 2
      locations/lover_pref.qsrc

+ 5 - 5
locations/lover_meet.qsrc

@@ -576,7 +576,7 @@ if $ARGS[0] = 'actions':
 					if npc_pref_values['cosmetics_piercing_none'] > 0 or npc_pref_values['cosmetics_piercing_few'] > 0:
 						'<<$Xec>> tells you that you should have less piercings.'
 					elseif npc_pref_values['cosmetics_piercing_multiple'] > 0:
-						if func('pcs_has_attr', 'cosmetics_piercing_lot'):
+						if func('pcs_has_attr', 'cosmetics_piercings_lot'):
 							'<<$Xec>> tells you that you should have less piercings.'
 						else
 							'<<$Xec>> tells you that you should have more piercings.'
@@ -593,7 +593,7 @@ if $ARGS[0] = 'actions':
 					if npc_pref_values['cosmetics_tattoos_none'] > 0 or npc_pref_values['cosmetics_tattoos_few'] > 0:
 						'<<$Xec>> tells you that you should have less tattoos.'
 					elseif npc_pref_values['cosmetics_tattoos_multiple'] > 0:
-						if func('pcs_has_attr', 'cosmetics_piercing_lot'):
+						if func('pcs_has_attr', 'cosmetics_piercings_lot'):
 							'<<$Xec>> tells you that you should have less tattoos.'
 						else
 							'<<$Xec>> tells you that you should have more tattoos.'
@@ -695,7 +695,7 @@ if $ARGS[0] = 'actions':
 					if npc_pref_values['cosmetics_piercing_none'] > 0 or npc_pref_values['cosmetics_piercing_few'] > 0:
 						'<<$Xec>> tells you that you should have less piercings.'
 					elseif npc_pref_values['cosmetics_piercing_multiple'] > 0:
-						if func('pcs_has_attr', 'cosmetics_piercing_lot'):
+						if func('pcs_has_attr', 'cosmetics_piercings_lot'):
 							'<<$Xec>> tells you that you should have less piercings.'
 						else
 							'<<$Xec>> tells you that you should have more piercings.'
@@ -852,7 +852,7 @@ if $ARGS[0] = 'actions':
 					if npc_pref_values['cosmetics_piercing_none'] > 0 or npc_pref_values['cosmetics_piercing_few'] > 0:
 						'<<$Xec>> tells you that you should have less piercings.'
 					elseif npc_pref_values['cosmetics_piercing_multiple'] > 0:
-						if func('pcs_has_attr', 'cosmetics_piercing_lot'):
+						if func('pcs_has_attr', 'cosmetics_piercings_lot'):
 							'<<$Xec>> tells you that you should have less piercings.'
 						else
 							'<<$Xec>> tells you that you should have more piercings.'
@@ -870,7 +870,7 @@ if $ARGS[0] = 'actions':
 					if npc_pref_values['cosmetics_tattoos_none'] > 0 or npc_pref_values['cosmetics_tattoos_few'] > 0:
 						'<<$Xec>> tells you that you should have less tattoos.'
 					elseif npc_pref_values['cosmetics_tattoos_multiple'] > 0:
-						if func('pcs_has_attr', 'cosmetics_piercing_lot'):
+						if func('pcs_has_attr', 'cosmetics_piercings_lot'):
 							'<<$Xec>> tells you that you should have less tattoos.'
 						else
 							'<<$Xec>> tells you that you should have more tattoos.'

+ 2 - 2
locations/lover_pref.qsrc

@@ -233,7 +233,7 @@ if $ARGS[0] = 'get_piercing_pref':
 			$result = 'less'
 		end
 	elseif npc_pref_values['cosmetics_piercing_multiple'] > 0:
-		if func('pcs_has_attr', 'cosmetics_piercing_lot'):
+		if func('pcs_has_attr', 'cosmetics_piercings_lot'):
 			$result = 'less'
 		elseif func('pcs_has_attr', 'cosmetics_piercing_multiple'):
 			$result = 'the same amount of'
@@ -241,7 +241,7 @@ if $ARGS[0] = 'get_piercing_pref':
 			$result = 'more'
 		end
 	elseif npc_pref_values['cosmetics_piercing_multiple'] > 0:
-		if func('pcs_has_attr', 'cosmetics_piercing_lot'):
+		if func('pcs_has_attr', 'cosmetics_piercings_lot'):
 			$result = 'the same amount of'
 		else
 			$result = 'more'