diff --git a/SeasonsOfLoneliness.cpp b/SeasonsOfLoneliness.cpp index 493144b..b846a58 100644 --- a/SeasonsOfLoneliness.cpp +++ b/SeasonsOfLoneliness.cpp @@ -194,7 +194,10 @@ public: case GAMEWORLD:{ if (PLAYER_COORDS[0]>=8&&PLAYER_COORDS[0]<12&& PLAYER_COORDS[1]>=2&&PLAYER_COORDS[1]<6) { - cout<<"You are standing over plant "<>getPlantId(x,y)*2&0b11; } + void setPlantStatus(int x,int y,char state) { + int numb=0b11111111111111111111111111111111; + int numb2=0; + numb-=3<