Bug - Fixed Incorrect modifier information for item "Pokëmann figurine: Porkachu"

rlbond86

Member
There seems to be some sort of error when looking at modifiers for "Pokëmann figurine: Porkachu".

Code:
> ash print(string_modifier("Pokëmann figurine: Porkachu", "Modifiers"))

Familiar Weight: +3, Single Equip<
Returned: void

Note the "<" character after Single Equip.
Oddly, this doesn't appear with the following code:

Code:
> ash (string_modifier("Pokëmann figurine: Porkachu", "Modifiers"))

Returned: Familiar Weight: +3, Single Equip

Note that this ONLY happens for the item "Pokëmann figurine: Porkachu", leading me to believe it is a simple typo.
 
Top