Nitro has been State Machined

This commit is contained in:
Melbyj1125
2022-02-15 23:05:05 -06:00
parent e2438dc364
commit ccbcbab71f
8 changed files with 61 additions and 20 deletions

View File

@@ -45,9 +45,6 @@ public class SpecialItem : Item
if(hasWallrunM != false){
p.HasWallrun = hasWallrunM;
}
if(hasBlinkM != false){
p.HasBlink = hasBlinkM;
}
if(hasGrappleM != false){
p.HasGrapple = hasGrappleM;
}
@@ -93,9 +90,6 @@ public class SpecialItem : Item
if(hasWallrunM != false){
p.HasWallrun = false;
}
if(hasBlinkM != false){
p.HasBlink = false;
}
if(hasGrappleM != false){
p.HasGrapple = false;
}