Merge remote-tracking branch 'origin/master' into semi-sync
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
author: "silicons"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "things in DEATHCOMA do not deathgasp on death"
|
||||
@@ -0,0 +1,6 @@
|
||||
author: "timothyteakettle"
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "slime puddles are no longer layered down one layer"
|
||||
- tweak: "you cannot tackle with two paralysed arms"
|
||||
- tweak: "tackling with a single paralysed arm lowers your tackle roll by 2"
|
||||
@@ -0,0 +1,4 @@
|
||||
author: "ERP mains"
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "Subtler Around Table is now a verb"
|
||||
@@ -0,0 +1,5 @@
|
||||
author: "silicons"
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "set-pose has been added"
|
||||
- tweak: "temporary flavor text renamed to set pose, fully visible in examine"
|
||||
@@ -0,0 +1,4 @@
|
||||
author: "HeroWithYay"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Changed description of Necrotizing Fasciitis symptom."
|
||||
@@ -0,0 +1,4 @@
|
||||
author: "silicons"
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "Meth and changeling adrenals no longer ignore all slowdowns, rather damage slowdowns."
|
||||
@@ -0,0 +1,4 @@
|
||||
author: "silicons"
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "temperature slowdown divisor nerfed to 35 from 20."
|
||||
@@ -0,0 +1,6 @@
|
||||
author: "Sonic121x"
|
||||
delete-after: True
|
||||
changes:
|
||||
- rscadd: "alarm ert hardsuit sprite for naga and canine"
|
||||
- tweak: "adjust the naga ert hardsuit to cover the hand"
|
||||
- bugfix: "cydonia hardsuit helmet"
|
||||
@@ -0,0 +1,5 @@
|
||||
author: "keronshb"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Allows Energy Bola to be caught"
|
||||
- balance: "This also allows them to be dropped/picked up."
|
||||
@@ -0,0 +1,5 @@
|
||||
author: "Putnam3145"
|
||||
delete-after: True
|
||||
changes:
|
||||
- balance: "Regen coma now puts into a coma even from crit or while unconscious."
|
||||
- bugfix: "Regen coma now properly weakens while asleep."
|
||||
@@ -0,0 +1,4 @@
|
||||
author: "DeltaFire15"
|
||||
delete-after: True
|
||||
changes:
|
||||
- tweak: "Instant summons can no longer do wacky stuff with disposals (and nukes)."
|
||||
@@ -912,7 +912,7 @@ function draw_sdql2(){
|
||||
var td2 = document.createElement("td");
|
||||
if(part[2]) {
|
||||
var a = document.createElement("a");
|
||||
a.href = "?src=" + part[2] + ";statpanel_item_click=1";
|
||||
a.href = "?src=" + "_statpanel_" + ";statpanel_item_target=" + part[2] + ";statpanel_item_click=1";
|
||||
a[textContentKey] = part[1];
|
||||
td2.appendChild(a);
|
||||
} else {
|
||||
@@ -943,7 +943,7 @@ function draw_tickets() {
|
||||
td2.appendChild(a);
|
||||
} else if(part[3]){
|
||||
var a = document.createElement("a");
|
||||
a.href = "?src=" + part[3] + ";statpanel_item_click=1";
|
||||
a.href = "?src=_statpanel_" + ";statpanel_item_target=" + part[3] + ";statpanel_item_click=1";
|
||||
a[textContentKey] = part[1];
|
||||
td2.appendChild(a);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user