We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1106657 commit 7fb60f2Copy full SHA for 7fb60f2
fighters/common/src/general_statuses/shield/guard/end.rs
@@ -18,7 +18,7 @@ pub unsafe fn status_end_Guard(fighter: &mut L2CFighterCommon) -> L2CValue {
18
effect!(
19
fighter,
20
MA_MSC_CMD_EFFECT_EFFECT_OFF_KIND,
21
- Hash40::new("sys_shield_smoke")),
+ Hash40::new("sys_shield_smoke"),
22
true,
23
true
24
);
0 commit comments