Skip to content
Snippets Groups Projects
Commit 40ac2124 authored by sphere's avatar sphere
Browse files

Merge branch 'add-shielddown-player-flag' into 'next'

Expose PF_SHIELDDOWN to Lua

See merge request !2299
parents 147b08fe 75c270d5
No related branches found
No related tags found
1 merge request!2299Expose PF_SHIELDDOWN to Lua
Pipeline #4557 passed
......@@ -4483,6 +4483,8 @@ const char *const PLAYERFLAG_LIST[] = {
"CANCARRY", // Can carry?
"FINISHED",
"SHIELDDOWN", // Shield has been pressed.
NULL // stop loop here.
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment