Bug - Fixed quantum terrarium aftercore have_familiar() thinks I have all familiar

taltamir

Member
Quantum Terrarium after has a problem where have_familiar() thinks I have all familiars. causing a bunch of errors in scripts.

after breaking prism
Code:
> ash have_familiar($familiar[Blavious Kloop]);

Returned:     true

> refresh all

Loading     character status...
Refreshing session data...
Synchronizing moon     data...
Retrieving character data...
Updating inventory...
Examining     Meat in closet...
Updating closet...
Retrieving quest data...
Retrieving     familiar data...
Familiar data retrieved.
Retrieving campground     data...
You are not currently a member of a clan.
Seeing what's     still unrestricted today...
Done checking allowed items.
Session     data refreshed.

> ash     have_familiar($familiar[Blavious Kloop]);

Returned: true
refresh all does not solve it. however if I completely terminate mafia then run it again I get

Code:
> ash have_familiar($familiar[Blavious Kloop]);

Returned: false
 
Top