We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0174ba0 commit 3a4f435Copy full SHA for 3a4f435
fission/src/mirabuf/ProtectedZoneSceneObject.ts
@@ -18,7 +18,7 @@ import { MiraType } from "./MirabufLoader"
18
import MatchMode, { MatchModeType } from "@/systems/match_mode/MatchMode"
19
20
export enum ContactType {
21
- ROBOT_ENTERS = "Robot Enters",
+ ROBOT_ENTERS = "Opponent Robot Enters",
22
ANY_ROBOT_INSIDE = "Collision with Any Robot Inside",
23
BOTH_ROBOTS_INSIDE = "Collision with Both Robots Inside",
24
RED_ROBOT_INSIDE = "Collision with Red Robot Inside",
0 commit comments