the scarlet police have me at gun point
This commit is contained in:
parent
b964c9b617
commit
d6da52fd69
54 changed files with 674 additions and 55 deletions
|
|
@ -25,9 +25,9 @@ public class Marisa : Entity
|
|||
base.FixedUpdate();
|
||||
}
|
||||
|
||||
public override void TakeDamage(float damage)
|
||||
public override void TakeDamage(float damage, Entity origin)
|
||||
{
|
||||
base.TakeDamage(damage);
|
||||
base.TakeDamage(damage, origin);
|
||||
UpdateHealthUI();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue