|
@@ -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.'
|