Gift of Light Fingers

Moderators: Active DMs, Forum Moderators, Contributors

Post Reply
Tourmaline
Posts: 308
Joined: Sat Mar 04, 2017 7:51 am

Gift of Light Fingers

Post by Tourmaline » Sun Mar 26, 2017 6:40 pm

I made a character to take advantage of the ECL changes and found the "Gift of Light Fingers" option (or whatever it's called, the pickpocketing bonus) gives the 1/day gift of light instead.
Last edited by Tourmaline on Sun Mar 26, 2017 8:50 pm, edited 1 time in total.

User avatar
My decency
Posts: 175
Joined: Sat Oct 29, 2016 1:51 am

Re: Gift of Light Fingers

Post by My decency » Sun Mar 26, 2017 6:44 pm

When the name is taken too literally.
Elizabeth 'Jezebel' Kingsley
Yesthyra 'Yessy' Rosewillow
Alais Kingsley
Hunter548 wrote:Sun elves are culturally evil by any standard that isnt slobbing corellons knob

User avatar
Batrachophrenoboocosmomachia
Posts: 1095
Joined: Sat Jun 06, 2015 12:11 am

Re: Gift of Light Fingers

Post by Batrachophrenoboocosmomachia » Sun Mar 26, 2017 6:47 pm

Also working as intended.

Done.


User avatar
The Rambling Midget
Arelith Supporter
Arelith Supporter
Posts: 3293
Joined: Mon Sep 08, 2014 2:02 am
Location: Wandering Aimlessly in the Wiki

Re: Gift of Light Fingers

Post by The Rambling Midget » Sun Mar 26, 2017 6:55 pm

Image
The Beginner's Guide to Factions
New to Arelith? Read this!
This is not a single player game. -Mithreas
You have enemies? Good. That means you've stood up for something, sometime in your life. -Winston Churchill

User avatar
Cortex
Posts: 3553
Joined: Tue Mar 24, 2015 10:12 pm

Re: Gift of Light Fingers

Post by Cortex » Sun Mar 26, 2017 8:18 pm

:)

User avatar
Mithreas
Emeritus Admin
Emeritus Admin
Posts: 2555
Joined: Sat Sep 06, 2014 3:09 am

Re: Gift of Light Fingers

Post by Mithreas » Sun Mar 26, 2017 10:24 pm

Ahaha.

Code: Select all

  if(FindSubString(sDescription, "Gift of Light") != -1)
    return GIFT_OF_LIGHT;
That's unfortunate. I'll move this code above the above block.

Code: Select all

  if(FindSubString(sDescription, "Gift of Lightfingers") != -1)
    return GIFT_OF_LIGHTFINGERS;
xkcd.com is best viewed with Netscape Navigator 4.0 or below on a Pentium 3±1 emulated in Javascript on an Apple IIGS at a screen resolution of 1024x1.For security reasons, please leave caps lock on while browsing.

User avatar
Mithreas
Emeritus Admin
Emeritus Admin
Posts: 2555
Joined: Sat Sep 06, 2014 3:09 am

Re: Gift of Light Fingers

Post by Mithreas » Sun Mar 26, 2017 10:34 pm

Should fix itself next time you level up after the next reset.
xkcd.com is best viewed with Netscape Navigator 4.0 or below on a Pentium 3±1 emulated in Javascript on an Apple IIGS at a screen resolution of 1024x1.For security reasons, please leave caps lock on while browsing.

User avatar
gilescorey
Posts: 1481
Joined: Fri Jan 01, 2016 11:14 pm

Re: Gift of Light Fingers

Post by gilescorey » Sun Mar 26, 2017 11:18 pm

*pic of Anakin screamin 'i hate you'*

Tourmaline
Posts: 308
Joined: Sat Mar 04, 2017 7:51 am

Re: Gift of Light Fingers

Post by Tourmaline » Mon Mar 27, 2017 12:20 am

Mithreas wrote:Should fix itself next time you level up after the next reset.
Awesome, thanks!

Post Reply