mirror of
https://github.com/ConjureETS/DeathBook.git
synced 2026-03-23 20:10:58 +00:00
Merge branch 'master' of https://github.com/ConjureETS/DeathBook
This commit is contained in:
commit
f661bbede2
@ -104,7 +104,7 @@ namespace DeathBook.Model
|
||||
|
||||
public bool Kill()
|
||||
{
|
||||
if (Online || (LevelManager.Instance.GameLevel.tutorialInt < 4))
|
||||
if (Online || ((LevelManager.Instance.GameLevel.tutorialInt < 4) && (LevelManager.Instance.GameLevel.tutorialInt >= 0)))
|
||||
return false;
|
||||
|
||||
//Debug.Log("Person " + id + " died!");
|
||||
|
||||
@ -167,7 +167,7 @@ public class NetworkingSphere : MonoBehaviour
|
||||
|
||||
if (!_isRotatingTowardsNode || node != _selectedNode)
|
||||
{
|
||||
if (lvl.tutorialInt > 1)
|
||||
if ((lvl.tutorialInt > 1) || (lvl.tutorialInt > 1))
|
||||
FocusOnNode(node);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user