PDA

View Full Version : Hide pound pets in daycare?


aquapyrofan
04-26-2017, 10:13 PM
I just checked the Daycare, with one pounded pet on my site, and they show up in there. Is there any way I can hide them? It doesn't seem like I should have them in there, just from a balance standpoint.

Abronsyth
04-27-2017, 08:27 AM
Should be pretty simple to just include an if/else statement to keep pets owned by SYSTEM out of the daycare.

Something simple like if($adopt->owner != "SYSTEM"){ } would do it, I think. (I'm not sure because my daycare code is very much edited :/ )