#6 : Skill experience management
This commit is contained in:
@@ -34,7 +34,7 @@ export class SoSUtility extends Entity {
|
||||
static fillRange (start, end) {
|
||||
return Array(end - start + 1).fill().map((item, index) => start + index);
|
||||
}
|
||||
|
||||
|
||||
/* -------------------------------------------- */
|
||||
static onSocketMesssage( msg ) {
|
||||
if( !game.user.isGM ) return; // Only GM
|
||||
|
||||
Reference in New Issue
Block a user