mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
(fix) spawn HaniwaSentry in T3
This commit is contained in:
parent
1ed9d8d455
commit
2c714dadad
@ -264,7 +264,7 @@ impl Room {
|
||||
match self.difficulty {
|
||||
3 => {
|
||||
let turret = turret
|
||||
.with_body(comp::Body::Object(comp::object::Body::Crossbow))
|
||||
.with_body(comp::Body::Object(comp::object::Body::HaniwaSentry))
|
||||
.with_asset_expect("common.entity.dungeon.tier-3.sentry");
|
||||
supplement.add_entity(turret);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user