Merge pull request #200 from mctgmod/master

TVs can now be broken
This commit is contained in:
William Moodhe 2019-03-17 19:59:13 -04:00 committed by GitHub
commit d839eab42c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -654,7 +654,7 @@ GM:AddDeployableInfo("prop_drone", "Drone", "weapon_zs_drone")
GM:AddDeployableInfo("prop_drone_pulse", "Pulse Drone", "weapon_zs_drone_pulse") GM:AddDeployableInfo("prop_drone_pulse", "Pulse Drone", "weapon_zs_drone_pulse")
GM:AddDeployableInfo("prop_drone_hauler", "Hauler Drone", "weapon_zs_drone_hauler") GM:AddDeployableInfo("prop_drone_hauler", "Hauler Drone", "weapon_zs_drone_hauler")
GM:AddDeployableInfo("prop_rollermine", "Rollermine", "weapon_zs_rollermine") GM:AddDeployableInfo("prop_rollermine", "Rollermine", "weapon_zs_rollermine")
GM:AddDeployableInfo("prop_tv", "TV", "weapon_zs_tv")
GM.MaxSigils = 3 GM.MaxSigils = 3