Less turret HP

This commit is contained in:
Anuken
2022-04-28 17:23:54 -04:00
parent 7e665d376e
commit 512e409417
2 changed files with 5 additions and 5 deletions

View File

@@ -254,7 +254,7 @@ public class PlacementFragment{
ImageButton button = blockTable.button(new TextureRegionDrawable(block.uiIcon), Styles.selecti, () -> {
if(unlocked(block)){
if(Core.input.keyDown(KeyCode.shiftLeft) && Fonts.getUnicode(block.name) != 0){
if((Core.input.keyDown(KeyCode.shiftLeft) || Core.input.keyDown(KeyCode.controlLeft)) && Fonts.getUnicode(block.name) != 0){
Core.app.setClipboardText((char)Fonts.getUnicode(block.name) + "");
ui.showInfoFade("@copied");
}else{