Centurion-Creative-Connect / System

Airsoft game system made for Centurion VR Survival Game Field.
Other
2 stars 0 forks source link

Public-friendly way of airsoft game loop #66

Open DerpyNewbie opened 1 year ago

DerpyNewbie commented 1 year ago

Summary

Currently this system does not force respawning or being unable to shoot after getting a hit. This may cause confusion, or in worst case scenario, rule breakers makes game impossible to play.

Solution

Make actual game-loop. like after being hit, you have to do certain action to regain shooting ability.

DerpyNewbie commented 11 months ago

Progress has been made in #22, PlayerBase#IsDead has been implemented and can be set using PlayerBase#Revive PlayerBase#Kill