Lifebuoy updated, now dies after 4 hits

This commit is contained in:
viktorljung
2015-10-08 21:51:43 +02:00
parent d5e7481866
commit 9fe2324913
22 changed files with 12146 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ namespace Components
struct Lifebuoy : Component
{
int Hits = 4;
};
}