This commit is contained in:
SilicaAndPina 2020-09-10 13:11:24 +12:00
parent 249b5003cb
commit 82965bb8bb
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ invuln_counter = invuln_counter_max;
energy_max = 500;
energy = energy_max
// set hp to 100
hp_max = 100;
hp = hp_max;
</string>