no more break bones and shoot player

master
maikerumine 2016-11-05 21:40:05 -04:00
parent 7d9abea423
commit 00e43f498b
1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ SHOOTER_ENABLE_CRAFTING = true
SHOOTER_ENABLE_PARTICLE_FX = true
SHOOTER_ENABLE_PROTECTION = true
SHOOTER_EXPLOSION_TEXTURE = "shooter_hit.png"
SHOOTER_ALLOW_NODES = true
SHOOTER_ALLOW_NODES = false
SHOOTER_ALLOW_ENTITIES = true
SHOOTER_ALLOW_PLAYERS = true
SHOOTER_ALLOW_PLAYERS = false
SHOOTER_OBJECT_RELOAD_TIME = 1
SHOOTER_OBJECT_UPDATE_TIME = 0.25
SHOOTER_ROUNDS_UPDATE_TIME = 0.4