(fix) spawn HaniwaSentry in T3

This commit is contained in:
juliancoffee 2021-07-05 18:41:46 +03:00
parent 1ed9d8d455
commit 2c714dadad

View File

@ -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);
},