Crush faster.

This commit is contained in:
Steve 2018-03-04 17:04:13 +00:00
parent 83e7276fa9
commit f9adb8d8b8
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ void doEntities(void)
if (e->flags & EF_CRUSHABLE)
{
e->health--;
e->health *= 0.5;
}
}