Skip to content
Snippets Groups Projects
Commit 144d9cc3 authored by Graham Solie's avatar Graham Solie
Browse files

Swerve Merge

parent ee74cde5
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 14 deletions
No preview for this file type
......@@ -39,13 +39,12 @@ public class PlayerStats : MonoBehaviour {
EnterDoor spawn;
void Start() {
<<<<<<< HEAD
=======
if (!created) {
setDefaultStats();
}
>>>>>>> origin/master
if (SceneManager.GetActiveScene().name == "arena") { // apply blessings
heal(); // CHANGE THIS -- WILL AUTO HEAL THE CHARACTER ON ENTRY OF THE ARENA
if (getOffenseBlessing() == true) {
......@@ -59,14 +58,11 @@ public class PlayerStats : MonoBehaviour {
if (getLuckBlessing() == true) {
luck += 2;
}
<<<<<<< HEAD
if (!created) {
setDefaultStats();
}
=======
>>>>>>> origin/master
}
Debug.Log("Player Stats:\n\nname: " + playerName + "\nvit: " + vitality + "\nstr: " + strength + "\ndef: " + defense + "\nagi: " + agility + "\nluck: " + luck);
......
No preview for this file type
sceneSetups:
<<<<<<< HEAD
<<<<<<< HEAD
- path: Assets/Scenes/arena.unity
=======
- path: Assets/Scenes/Town01ToTown02.unity
>>>>>>> origin/master
=======
- path: Assets/Scenes/arena.unity
>>>>>>> origin/master
isLoaded: 1
isActive: 1
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment