incendiary ammunition
bug - spider boss move at full speed again (watch out) bots that uses energy stop when you hit 50% energy if you have mass-energy mod you get a warning before you overwrite your current gun due to integrated armament gun - flak is removed mod: High-explosive incendiary, or incendiary rounds shotgun: several large explosions nail gun: rapid fire explosions drones: drones explode on impact super balls: explode on contact
This commit is contained in:
@@ -987,8 +987,8 @@ document.getElementById("updates").addEventListener("toggle", function() {
|
||||
loadJSON('https://api.github.com/repos/landgreen/n-gon/commits',
|
||||
function(data) {
|
||||
// console.log(data)
|
||||
for (let i = 0, len = 4; i < len; i++) {
|
||||
text += data[i].commit.author.date.substr(0, 10) + ": "; //+ "<br>"
|
||||
for (let i = 0, len = 3; i < len; i++) {
|
||||
text += "<strong>" + data[i].commit.author.date.substr(0, 10) + "</strong> - "; //+ "<br>"
|
||||
text += data[i].commit.message
|
||||
if (i < len - 1) text += "<hr>"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user