game: Add crystal event number.
This commit is contained in:
parent
370a5488b8
commit
243a22058c
@ -789,6 +789,8 @@ handle(16#0f0a, CSocket, GID, _, Orig) ->
|
|||||||
case Action of
|
case Action of
|
||||||
0 -> % warp
|
0 -> % warp
|
||||||
ignore;
|
ignore;
|
||||||
|
3 -> % crystal activation
|
||||||
|
ignore;
|
||||||
12 -> % key
|
12 -> % key
|
||||||
% it's more than one 0f0a event actually... @todo hack
|
% it's more than one 0f0a event actually... @todo hack
|
||||||
send_1205(CSocket, GID, 215, 0),
|
send_1205(CSocket, GID, 215, 0),
|
||||||
|
Loading…
Reference in New Issue
Block a user