Merge remote-tracking branch 'origin/master' into semi-sync

This commit is contained in:
Letter N
2020-12-26 10:58:12 +08:00
17 changed files with 82 additions and 47 deletions
@@ -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."
+1 -1
View File
@@ -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";
}