This commit is contained in:
Kevinmonitor 2023-02-08 13:21:04 +07:00
parent a25c13d846
commit ff758346fb
17 changed files with 76 additions and 11 deletions

View file

@ -128,7 +128,7 @@ task SpecialWeapon(){
SetCommonDataPtr(POINTER_SPECIALAMMO, max(0, GetCommonDataPtr(POINTER_SPECIALAMMO, 100)-(20/60)));
if(ObjRender_GetAlpha(golem) >= 220){
if(ObjRender_GetAlpha(golem) >= 150){
ObjShot_SetIntersectionEnable(golem, true);