remove attack from spawned cryps
This commit is contained in:
parent
879313d91b
commit
15e78a63db
@ -623,7 +623,6 @@ pub fn cryp_get(tx: &mut Transaction, id: Uuid, account_id: Uuid) -> Result<Cryp
|
||||
pub fn cryp_spawn(params: CrypSpawnParams, tx: &mut Transaction, account: &Account) -> Result<Cryp, Error> {
|
||||
let cryp = Cryp::new()
|
||||
.named(¶ms.name)
|
||||
.learn(Skill::Attack)
|
||||
.level(1)
|
||||
.set_account(account.id)
|
||||
.create();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user