// // Spliffpolitics v1 // Created by Tom Snow on 13 July 2015 // "Don't just take my word for it, take it straight from my horse's mouth." // #include using namespace std; int odin (int form, int meat) { cout<<"Makaitoushi SaGa (Demon World Tower SaGa)"< 17) adder = ((meat-18)/3)*3 + 3; if (form + adder > 35) adder -= 36; classMod = 0; if (meat % 3 == 1) classMod--; if (meat % 3 == 0) classMod++; if (meat % 3 == form % 3) classMod=0; return form+adder+classMod; } int tri (int form, int meat) { cout<<"SaGa 3: Jikuu no Hasha (Master of Space-Time)"<>ver; cout<<"What kind of monster are you now? "; cin>>form; cout<<"What kind of meat do you want to eat? "; cin>>meat; if (ver == 2) form = dva(form, meat); cout<<"You will become a "<