PyTFall > PyTFall: Bugs and Game balancing

Code review

<< < (8/8)

h3nta1fun:

--- Code: ---

# Other ----------------------
label interact_other:
    # It'll be up to me to write an occupation changer for other at the very least.
    menu:
        "What will it be?"
        "Ask her to change profession":
            menu:
                "Switch to:"
                "Prostitute" if chr.occupation != "Prostitute":
                    if chr.status == "slave" and chr.disposition > -500:
                        g "As you wish Master..."
                        if chr.occupation != "Stipper" and chr.disposition < 200:
                            "She doesn't look too happy about this..."
                            python:
                                chr.joy -= 40
                                chr.disposition -= 50                                chr.occupation = "Prostitute"
--- End code ---


Just looking in the pyt - labels - girlinteractions.rpy file and found that "Stipper" that sould have been "Stripper".[size=78%]  [/size]

Xela:

--- Quote from: h3nta1fun on April 09, 2014, 04:00:11 PM ---
--- Code: ---

# Other ----------------------
label interact_other:
    # It'll be up to me to write an occupation changer for other at the very least.
    menu:
        "What will it be?"
        "Ask her to change profession":
            menu:
                "Switch to:"
                "Prostitute" if chr.occupation != "Prostitute":
                    if chr.status == "slave" and chr.disposition > -500:
                        g "As you wish Master..."
                        if chr.occupation != "Stipper" and chr.disposition < 200:
                            "She doesn't look too happy about this..."
                            python:
                                chr.joy -= 40
                                chr.disposition -= 50                                chr.occupation = "Prostitute"
--- End code ---


Just looking in the pyt - labels - girlinteractions.rpy file and found that "Stipper" that sould have been "Stripper".[size=78%]  [/size]

--- End quote ---

Tnx!

Navigation

[0] Message Index

[*] Previous page

Go to full version