View Single Post
  #5  
Old 10-17-2019, 12:51 PM
soronil soronil is offline
Sarnak


Join Date: Aug 2013
Posts: 475
Cool

Quote:
Originally Posted by uygi [You must be logged in to view images. Log in or Register.]
Jesus, that is insane. I definitely wasn’t aware at the time. I imagine this will not be a super easy fix code-wise.
yeah at least 5 lines of code...
Code:
for(iterator hate_list.begin(); iterator != hate_list.end(); iterator++)
    if(isPet(*iterator))
        pets_attacking++;
if (pets_attacking > 4)
     //you get the idea