summaryrefslogtreecommitdiff
path: root/npc/001-2-12/oscar.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-2-12/oscar.txt')
-rw-r--r--npc/001-2-12/oscar.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/npc/001-2-12/oscar.txt b/npc/001-2-12/oscar.txt
index 5248a5a2..31695041 100644
--- a/npc/001-2-12/oscar.txt
+++ b/npc/001-2-12/oscar.txt
@@ -25,36 +25,36 @@
if ((@inventorylist_card1[@item_index] > 5021) ||
(@inventorylist_card1[@item_index] < 5000))
{
- return 0;
+ return false;
}
- .@is_bleachable = 1;
+ .@is_bleachable = true;
}
if (@inventorylist_card2[@item_index] != 0)
{
if ((@inventorylist_card2[@item_index] > 5021) ||
(@inventorylist_card2[@item_index] < 5000))
{
- return 0;
+ return false;
}
- .@is_bleachable = 1;
+ .@is_bleachable = true;
}
if (@inventorylist_card3[@item_index] != 0)
{
if ((@inventorylist_card3[@item_index] > 5021) ||
(@inventorylist_card3[@item_index] < 5000))
{
- return 0;
+ return false;
}
- .@is_bleachable = 1;
+ .@is_bleachable = true;
}
if (@inventorylist_card4[@item_index] != 0)
{
if ((@inventorylist_card4[@item_index] > 5021) ||
(@inventorylist_card4[@item_index] < 5000))
{
- return 0;
+ return false;
}
- .@is_bleachable = 1;
+ .@is_bleachable = true;
}
return .@is_bleachable;
@@ -64,7 +64,7 @@
{
.@item_index = -1;
- speech 4,
+ speech 1,
l("What item would you like to bleach?");
narrator 5,