From 55d22855a02da72e8fb20526a61d3a22b972fcc0 Mon Sep 17 00:00:00 2001 From: Japa Date: Fri, 11 Aug 2017 10:21:40 +0530 Subject: [PATCH] Add styling enums to RFR --- plugins/proto/RemoteFortressReader.proto | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/proto/RemoteFortressReader.proto b/plugins/proto/RemoteFortressReader.proto index 8e9fd4a58..d718b86d2 100644 --- a/plugins/proto/RemoteFortressReader.proto +++ b/plugins/proto/RemoteFortressReader.proto @@ -118,6 +118,15 @@ enum TileDigDesignation UP_STAIR_DIG = 6; } +enum HairStyle +{ + NEATLY_COMBED = 0; + BRAIDED = 1; + DOUBLE_BRAID = 2; + PONY_TAILS = 3; + CLEAN_SHAVEN = 4; +} + message Coord { optional int32 x = 1;