|
@@ -573,9 +573,9 @@ if $ARGS[0] = 'actions':
|
|
|
elseif func('lover_pref', 'check_piercings') = 0 and pierDay <= npc_dates[$npcID]:
|
|
|
'<center><img <<$set_imgh>> src="<<$npc_pic[$npcID]>>"></center>'
|
|
|
'<<$npcdesc>> talks about how you just don''t have the right amount of piercings.'
|
|
|
- if npc_pref_values['cosmetics_piercing_none'] > 0 or npc_pref_values['cosmetics_piercing_few'] > 0:
|
|
|
+ if npc_pref_values['cosmetics_piercings_none'] > 0 or npc_pref_values['cosmetics_piercings_few'] > 0:
|
|
|
'<<$Xec>> tells you that you should have less piercings.'
|
|
|
- elseif npc_pref_values['cosmetics_piercing_multiple'] > 0:
|
|
|
+ elseif npc_pref_values['cosmetics_piercings_multiple'] > 0:
|
|
|
if func('pcs_has_attr', 'cosmetics_piercings_lot'):
|
|
|
'<<$Xec>> tells you that you should have less piercings.'
|
|
|
else
|
|
@@ -692,9 +692,9 @@ if $ARGS[0] = 'actions':
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="<<$npc_pic[$npcID]>>"></center>'
|
|
|
'<<$npcdesc>> talks about how you just don''t have the right amount of piercings.'
|
|
|
- if npc_pref_values['cosmetics_piercing_none'] > 0 or npc_pref_values['cosmetics_piercing_few'] > 0:
|
|
|
+ if npc_pref_values['cosmetics_piercings_none'] > 0 or npc_pref_values['cosmetics_piercings_few'] > 0:
|
|
|
'<<$Xec>> tells you that you should have less piercings.'
|
|
|
- elseif npc_pref_values['cosmetics_piercing_multiple'] > 0:
|
|
|
+ elseif npc_pref_values['cosmetics_piercings_multiple'] > 0:
|
|
|
if func('pcs_has_attr', 'cosmetics_piercings_lot'):
|
|
|
'<<$Xec>> tells you that you should have less piercings.'
|
|
|
else
|
|
@@ -849,9 +849,9 @@ if $ARGS[0] = 'actions':
|
|
|
'<center><img <<$set_imgh>> src="<<$npc_pic[$npcID]>>"></center>'
|
|
|
'<<$npcdesc>> talks about how you just don''t have the right amount of piercings.'
|
|
|
|
|
|
- if npc_pref_values['cosmetics_piercing_none'] > 0 or npc_pref_values['cosmetics_piercing_few'] > 0:
|
|
|
+ if npc_pref_values['cosmetics_piercings_none'] > 0 or npc_pref_values['cosmetics_piercings_few'] > 0:
|
|
|
'<<$Xec>> tells you that you should have less piercings.'
|
|
|
- elseif npc_pref_values['cosmetics_piercing_multiple'] > 0:
|
|
|
+ elseif npc_pref_values['cosmetics_piercings_multiple'] > 0:
|
|
|
if func('pcs_has_attr', 'cosmetics_piercings_lot'):
|
|
|
'<<$Xec>> tells you that you should have less piercings.'
|
|
|
else
|