|
@@ -125,11 +125,11 @@ if $ARGS[0] = 'start':
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
- if money >= 3000 and rex['owned'] = 0 and func('homes_properties', 'has_access', 'parents_home') = 0 :
|
|
|
|
|
|
+ if money >= 3000 and rex['owned'] = 0 and $home['current'] ! 'parents_home':
|
|
act 'Buy a dog (3000 <b>₽</b>)':
|
|
act 'Buy a dog (3000 <b>₽</b>)':
|
|
cla & *clr
|
|
cla & *clr
|
|
menu_off = 1
|
|
menu_off = 1
|
|
- if ARRSIZE('home') > 0:
|
|
|
|
|
|
+ if $home['current'] ! '':
|
|
minut += 10
|
|
minut += 10
|
|
rex['owned'] = 1
|
|
rex['owned'] = 1
|
|
money -= 3000
|
|
money -= 3000
|