Code: Select all
<Initialize>
(if (and (gr (plyGetCredits gPlayer) 0)
(leq (objGetData gPlayerShip "sistersAttitude") 0))
(scrSetDesc gScreen "\"Forgive us, child, but we cannot allow your ship to contaminate our shrine.\"")
(block Nil
(scrSetDesc gScreen "\"Your vessel has been purified. Devote your life to Domina and your spirit shall be similarly cleansed.\"")
(objIncData gPlayerShip "sistersAttitude" -1)
(shpDecontaminate gPlayerShip)
)
)
</Initialize>
I think it would be better if this limit was raised to 250 so that the player can get decontaminated at the Sisters even when you are almost broke.
_____________________________________________
I just did a bit of playtesting after typing this but before posting. The Sisters do not decontaminate my ship if my credit balance is anything greater than 0. However, if you can please the sisters enough, you will get decontaminated regardless of your credit balance. I don't think this would help much as I normally do not bother with pleasing the Sisters till after St.K when I start encountering the slavers.
Also, I wasn't able to see that the sisters would decontaminate your ship if sistersattitude was high enough. So, I'll assume that there might be something else I missed. Please tell me if I did.
If I didn't miss any thing, the give your opinion of making the threshold 250 credits.