Merge remote-tracking branch 'origin/master' into semi-sync
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
author: "timothyteakettle"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "apids render now"
|
||||
@@ -0,0 +1,4 @@
|
||||
author: "silicons"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "dullahans enabled"
|
||||
@@ -0,0 +1,5 @@
|
||||
author: "DeltaFire15"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Self-fueling weldingtools recharge fuel properly again."
|
||||
- bugfix: "Brass welders now actually recharge faster than experimental ones."
|
||||
@@ -0,0 +1,4 @@
|
||||
author: "silicons"
|
||||
delete-after: True
|
||||
changes:
|
||||
- bugfix: "Magrifle ammo no longer glows."
|
||||
@@ -875,7 +875,7 @@ function draw_listedturf() {
|
||||
// rather than every onmousedown getting the "part" of the last entry.
|
||||
return function(e) {
|
||||
e.preventDefault();
|
||||
clickcatcher = "?src=" + part[1] + ";statpanel_item_click=1";
|
||||
clickcatcher = "?src=_statpanel_;statpanel_item_target=" + part[1] + ";statpanel_item_click=1";
|
||||
if(e.shiftKey){
|
||||
clickcatcher += ";statpanel_item_shiftclick=1";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user