Commit Message
This commit is contained in:
parent
382fc965d3
commit
799d450301
3 changed files with 66 additions and 7 deletions
|
@ -357,6 +357,10 @@ image_angle += 5;
|
|||
{
|
||||
return 0;
|
||||
}
|
||||
if(obj_inv_controller.is_open)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
if(energy >= 20)
|
||||
|
|
Reference in a new issue