chat commands: add Nexling pet

Co-authored-by: Illya Myshakov <imyshako@uwaterloo.ca>
This commit is contained in:
Illya Myshakov
2022-01-05 17:08:22 -05:00
committed by GitHub
parent ffd6652826
commit 15665aa431

View File

@@ -79,7 +79,8 @@ enum Pet
YOUNGLLEF("Youngllef", ItemID.YOUNGLLEF),
LITTLE_NIGHTMARE("Little nightmare", ItemID.LITTLE_NIGHTMARE),
LIL_CREATOR("Lil' creator", ItemID.LIL_CREATOR),
TINY_TEMPOR("Tiny tempor", ItemID.TINY_TEMPOR);
TINY_TEMPOR("Tiny tempor", ItemID.TINY_TEMPOR),
NEXLING("Nexling", ItemID.NEXLING);
private final String name;
private final Integer iconID;