summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-06-28 17:11:14 -0300
committerJesusaves <cpntb1@ymail.com>2024-06-28 17:11:14 -0300
commit33d528a24af9809c00df5251ee3385d98387656a (patch)
tree7e56a30c78f6f759b6086f65b613efe6873bbf14
parent0b8687bdeb02e38dc37808e7e9082c90294dc530 (diff)
downloadserverdata-33d528a24af9809c00df5251ee3385d98387656a.tar.gz
serverdata-33d528a24af9809c00df5251ee3385d98387656a.tar.bz2
serverdata-33d528a24af9809c00df5251ee3385d98387656a.tar.xz
serverdata-33d528a24af9809c00df5251ee3385d98387656a.zip
The cart restriction to Magic Academy was for when Cart wasn't released.
Remove it.
-rw-r--r--npc/003-1/magic.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/magic.txt b/npc/003-1/magic.txt
index 3eb936703..4688bbcd3 100644
--- a/npc/003-1/magic.txt
+++ b/npc/003-1/magic.txt
@@ -8,7 +8,7 @@
end;
OnTouch:
// Event Restrictions
- if (countitem(Event1HSword)+countitem(Event2HSword)+countitem(EventBow)+countitem(EventWand)+countitem(RentCart)) {
+ if (countitem(Event1HSword)+countitem(Event2HSword)+countitem(EventBow)+countitem(EventWand)) {
mesc l("You cannot enter here while you have event weapons or a cart."), 1;
close;
}