mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 18:04:27 -05:00
Nitro has been State Machined
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user