1
This commit is contained in:
parent
0a4ceb85ab
commit
d70a548351
@ -648,7 +648,7 @@ bool Obstacle::DoInteraction(Human* sender)
|
||||
void Obstacle::OnCollisionTrigger(Creature* c, OptResult& opt_result)
|
||||
{
|
||||
opt_result = kOptPass;
|
||||
switch (meta->i->thing_type() == kObstacleSpring) {
|
||||
switch (meta->i->thing_type()) {
|
||||
case kObstacleSpring:
|
||||
{
|
||||
AddObstacleBuff(c);
|
||||
|
Loading…
x
Reference in New Issue
Block a user