rock hydrants work

This commit is contained in:
Aaron Kimbre
2022-04-17 19:43:17 -05:00
parent cc68b0768b
commit a343ed9493
2 changed files with 17 additions and 18 deletions

View File

@@ -6,7 +6,7 @@ void RockHydrantBroken::OnStartup(Entity* self)
{
self->AddTimer("playEffect", 1);
const auto hydrant = "hydrant0" + self->GetVar<std::string>(u"hydrant");
const auto hydrant = "hydrant" + self->GetVar<std::string>(u"hydrant");
const auto bouncers = EntityManager::Instance()->GetEntitiesInGroup(hydrant);