summaryrefslogtreecommitdiff
path: root/npc/012-8
diff options
context:
space:
mode:
Diffstat (limited to 'npc/012-8')
-rw-r--r--npc/012-8/doorbell.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-8/doorbell.txt b/npc/012-8/doorbell.txt
index 45722fb3f..d2e97aaff 100644
--- a/npc/012-8/doorbell.txt
+++ b/npc/012-8/doorbell.txt
@@ -159,7 +159,7 @@ L_Furniture:
// in other words, .@id handles everything now
.@id=@valid_ids[@menu-1];
- if ($ESTATE_MOBILIA_2[.id] & .objid[.@id]) {
+ if (realestate_hasmobilia(.id, .layer[.@id], .objid[.@id])) {
// If you have the mobilia, you're selling it for Mobiliary Credits
.@price=realestate_sellprice(.id,.price[.@i]);
realestate_togglemobilia(.id, .layer[.@id], .objid[.@id]);