Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Free Apartments  (Read 1166 times)

Cheedows

  • Bay Watcher
  • Still a dwarf, right?
    • View Profile
Free Apartments
« on: August 28, 2013, 01:58:13 pm »

Just wondering, was this changed in the updates? I remember before it was insanely easy to get a free apartment by threatening the landlord, but now it always fails.
Logged

Jboy2000000

  • Bay Watcher
  • Hello good people of the interwebs!
    • View Profile
Re: Free Apartments
« Reply #1 on: August 28, 2013, 03:11:56 pm »

Im sure the liberal you're threatening with just isn't qualified enough yet.
Logged
"Wanna be a better liberal? Go get shot in the fuckin' face."

Just goes to show, even a Male Doctor that Looks Like a Female and a Criminal with Poor Hygiene Habits can fall in love.

Cheedows

  • Bay Watcher
  • Still a dwarf, right?
    • View Profile
Re: Free Apartments
« Reply #2 on: August 28, 2013, 03:44:36 pm »

I'l try juicing them up more and see what happens. Although Revolutionary status with an AR-15 should have been enough to get the apartment...
Logged

Jboy2000000

  • Bay Watcher
  • Hello good people of the interwebs!
    • View Profile
Re: Free Apartments
« Reply #3 on: August 28, 2013, 04:07:54 pm »

I don't think it has anything to do with juice or what weapon you're using, I think you just need to have high skill with whatever weapon you're using.
Logged
"Wanna be a better liberal? Go get shot in the fuckin' face."

Just goes to show, even a Male Doctor that Looks Like a Female and a Criminal with Poor Hygiene Habits can fall in love.

BoxOfAids

  • Bay Watcher
    • View Profile
Re: Free Apartments
« Reply #4 on: August 28, 2013, 05:40:34 pm »

I don't think it has anything to do with juice or what weapon you're using, I think you just need to have high skill with whatever weapon you're using.

I always thought it included a Persuasion roll. Code dive time!

Edit: Yup, it's Persuasion-based. Just make sure you've been in the news and not 100% stealth beforehand, or it makes it nigh-impossible.

Code: [Select]
         int roll       = a.skill_roll(SKILL_PERSUASION);
         int difficulty = DIFFICULTY_FORMIDABLE;
         
         if(newscherrybusted == false)
            difficulty += 6;
         if(armed_liberal == NULL)
            difficulty += 6;

         if(roll < difficulty - 1)
               fail and he tells you to go

         if(roll < difficulty)
               you get it for a day, he calls the cops, you get raided next day and are no longer renting

         if(roll >= difficulty)
               you get it free

« Last Edit: August 28, 2013, 05:48:48 pm by BoxOfAids »
Logged

Cheedows

  • Bay Watcher
  • Still a dwarf, right?
    • View Profile
Re: Free Apartments
« Reply #5 on: August 28, 2013, 07:13:45 pm »

Thanks, that explains it nicely. There's a chance to be raided by the cops the next day? I've never heard of that before.
Logged

BoxOfAids

  • Bay Watcher
    • View Profile
Re: Free Apartments
« Reply #6 on: August 28, 2013, 08:45:52 pm »

Thanks, that explains it nicely. There's a chance to be raided by the cops the next day? I've never heard of that before.

Yup, you have to just fail the check, and you'll get the apartment but he calls the cops and they show up to raid the next day or so. I've had it happen at least once or twice.
Logged

Cheedows

  • Bay Watcher
  • Still a dwarf, right?
    • View Profile
Re: Free Apartments
« Reply #7 on: August 28, 2013, 09:11:48 pm »

Does failing the check give you a message or is it exactly the same as getting the apartment normally?
Logged

BoxOfAids

  • Bay Watcher
    • View Profile
Re: Free Apartments
« Reply #8 on: August 29, 2013, 09:32:26 am »

Does failing the check give you a message or is it exactly the same as getting the apartment normally?

You won't know if he calls the cops unless you have a police sleeper, it appears you're getting it normally ("Geez, just take it!" or whatever). To be careful, just wait a day or two before moving stuff into it.
Logged