Skip to content

Commit

Permalink
- Reverted inappropriate changes by yanom. Sorry yanom, but developme…
Browse files Browse the repository at this point in the history
…nt of CT is going to be closed off to others for an undisclosed amount of time. Very dire real life events are occurring with me and I do not have the resolve to monitor CT's development by others. Thank you for your contributions with the AI but for now I can't have meddling in areas that shouldn't be meddled with.
  • Loading branch information
sanadaujiosan@gmail.com committed Sep 7, 2012
1 parent a5d4b4b commit e4a974c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions games/CT/gamedata/armordefs.lua
Expand Up @@ -3,7 +3,7 @@

local armorDefs = {

--[[Cruiser = {
Cruiser = {
--NKG--


Expand Down Expand Up @@ -184,7 +184,7 @@
},

Spare3 = {
},]]--
},

Meteor = {
"bmeteorimpact",
Expand Down
2 changes: 0 additions & 2 deletions games/CT/gamedata/explosions/ct_mininglaser_blue.lua
@@ -1,8 +1,6 @@
--ct_mininglaser_blue
--Blue mining laser
--by Sanada

--yanom: this file controls the long thin "laser" beam.

return {
["ct_mininglaser_blue"] = {
Expand Down
10 changes: 5 additions & 5 deletions games/CT/units/bminer.lua
Expand Up @@ -112,23 +112,23 @@ local bminer = {
Spare3 = 0,
},

explosionGenerator = [[custom:resmining_red]],
explosionGenerator = [[custom:resmining_blue]],
interceptedByShieldType = 1,
impulseFactor = 0,
lineOfSight = true,
range = 100,
reloadtime = 0.1,
rgbColor = [[1 .1 0]],
reloadtime = 0.2,
rgbColor = [[1 0.95 0.4]],
separation = 2,
size = 0.05,
size = 0.4,
soundStart = [[tp/swoosh]],
soundStartVolume = 0.5,
soundTrigger = true,
stages = 50,
targetBorder = 1,
tolerance = 8000,
turret = true,
weaponType = [[BeamLaser]],
weaponType = [[Cannon]],
weaponVelocity = 7500,


Expand Down

0 comments on commit e4a974c

Please sign in to comment.