From 9a7325b827243c85efe5d2e47b22d31d71bf25d0 Mon Sep 17 00:00:00 2001 From: Tigercat2000 Date: Fri, 15 Jan 2016 08:35:16 -0800 Subject: [PATCH] Replace hdd-o with floppy-o. --- nano/templates/cloning_console.tmpl | 2 +- nano/templates/disease_splicer.tmpl | 2 +- nano/templates/dna_modifier.tmpl | 6 +++--- nano/templates/helm.tmpl | 2 +- nano/templates/nuclear_bomb.tmpl | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nano/templates/cloning_console.tmpl b/nano/templates/cloning_console.tmpl index 6d2b9519013..71b2487cdb3 100644 --- a/nano/templates/cloning_console.tmpl +++ b/nano/templates/cloning_console.tmpl @@ -117,7 +117,7 @@ Used In File(s): \code\game\machinery\computer\cloning.dm {{if data.disk}}
Disk
-
{{:helper.link('Load from Disk', 'hdd-o', {'disk' : 'load'})}}{{:helper.link('Save UI + UE', 'arrow-circle-up', {'save_disk' : 'ue'})}}{{:helper.link('Save UI', 'arrow-circle-up', {'save_disk' : 'ui'})}}{{:helper.link('Save SE', 'arrow-circle-up', {'save_disk' : 'se'})}}
+
{{:helper.link('Load from Disk', 'floppy-o', {'disk' : 'load'})}}{{:helper.link('Save UI + UE', 'arrow-circle-up', {'save_disk' : 'ue'})}}{{:helper.link('Save UI', 'arrow-circle-up', {'save_disk' : 'ui'})}}{{:helper.link('Save SE', 'arrow-circle-up', {'save_disk' : 'se'})}}
{{/if}}
diff --git a/nano/templates/disease_splicer.tmpl b/nano/templates/disease_splicer.tmpl index daca4220c95..fb248c0d6ca 100644 --- a/nano/templates/disease_splicer.tmpl +++ b/nano/templates/disease_splicer.tmpl @@ -103,6 +103,6 @@ {{/if}}
- {{:helper.link('Save To Disk', 'hdd-o', { 'disk' : 1 }, (data.buffer || data.species_buffer) ? null : 'disabled')}} + {{:helper.link('Save To Disk', 'floppy-o', { 'disk' : 1 }, (data.buffer || data.species_buffer) ? null : 'disabled')}} {{:helper.link('Splice Onto Dish', 'pencil', { 'splice' : 1 }, ((data.buffer || data.species_buffer) && !data.info) ? null : 'disabled')}} {{/if}} diff --git a/nano/templates/dna_modifier.tmpl b/nano/templates/dna_modifier.tmpl index 3a615aca52e..cc0f83ab36d 100644 --- a/nano/templates/dna_modifier.tmpl +++ b/nano/templates/dna_modifier.tmpl @@ -63,7 +63,7 @@ Used In File(s): D:\Development\SS13-BS12\code\game\dna\dna_modifier.dm
{{:helper.link('Modify U.I.', 'link', {'selectMenuKey' : 'ui'}, data.selectedMenuKey == 'ui' ? 'selected' : null)}} {{:helper.link('Modify S.E.', 'link', {'selectMenuKey' : 'se'}, data.selectedMenuKey == 'se' ? 'selected' : null)}} - {{:helper.link('Transfer Buffers', 'hdd-o', {'selectMenuKey' : 'buffer'}, data.selectedMenuKey == 'buffer' ? 'selected' : null)}} + {{:helper.link('Transfer Buffers', 'floppy-o', {'selectMenuKey' : 'buffer'}, data.selectedMenuKey == 'buffer' ? 'selected' : null)}} {{:helper.link('Rejuvenators', 'plus', {'selectMenuKey' : 'rejuvenators'}, data.selectedMenuKey == 'rejuvenators' ? 'selected' : null)}}
@@ -110,7 +110,7 @@ Used In File(s): D:\Development\SS13-BS12\code\game\dna\dna_modifier.dm {{:helper.link('Subject U.I.', 'link', {'bufferOption' : 'saveUI', 'bufferId' : (index + 1)}, !data.hasOccupant ? 'disabled' : null)}} {{:helper.link('Subject U.I. + U.E.', 'link', {'bufferOption' : 'saveUIAndUE', 'bufferId' : (index + 1)}, !data.hasOccupant ? 'disabled' : null)}} {{:helper.link('Subject S.E.', 'link', {'bufferOption' : 'saveSE', 'bufferId' : (index + 1)}, !data.hasOccupant ? 'disabled' : null)}} - {{:helper.link('From Disk', 'hdd-o', {'bufferOption' : 'loadDisk', 'bufferId' : (index + 1)}, (!data.hasDisk || !data.disk.data) ? 'disabled' : null)}} + {{:helper.link('From Disk', 'floppy-o', {'bufferOption' : 'loadDisk', 'bufferId' : (index + 1)}, (!data.hasDisk || !data.disk.data) ? 'disabled' : null)}} {{if value.data}} @@ -155,7 +155,7 @@ Used In File(s): D:\Development\SS13-BS12\code\game\dna\dna_modifier.dm {{:helper.link('Injector', data.isInjectorReady ? 'pencil' : 'clock-o', {'bufferOption' : 'createInjector', 'bufferId' : (index + 1)}, (!data.isInjectorReady || !value.data) ? 'disabled' : null)}} {{:helper.link('Block Injector', data.isInjectorReady ? 'pencil' : 'clock-o', {'bufferOption' : 'createInjector', 'bufferId' : (index + 1), 'createBlockInjector' : 1}, (!data.isInjectorReady || !value.data) ? 'disabled' : null)}} {{:helper.link('Transfer', 'exclamation-circle', {'bufferOption' : 'transfer', 'bufferId' : (index + 1)}, (!data.hasOccupant || !value.data) ? 'disabled' : null)}} - {{:helper.link('Save To Disk', 'hdd-o', {'bufferOption' : 'saveDisk', 'bufferId' : (index + 1)}, (!value.data || !data.hasDisk) ? 'disabled' : null)}} + {{:helper.link('Save To Disk', 'floppy-o', {'bufferOption' : 'saveDisk', 'bufferId' : (index + 1)}, (!value.data || !data.hasDisk) ? 'disabled' : null)}} diff --git a/nano/templates/helm.tmpl b/nano/templates/helm.tmpl index 0d17b30bf94..1e56dc5802c 100644 --- a/nano/templates/helm.tmpl +++ b/nano/templates/helm.tmpl @@ -95,7 +95,7 @@

Navigation data

- {{:helper.link('Save current position', 'hdd-o', { 'add' : 'current' }, null)}} + {{:helper.link('Save current position', 'floppy-o', { 'add' : 'current' }, null)}} {{:helper.link('Add new entry', 'document', { 'add' : 'new' }, null)}}
diff --git a/nano/templates/nuclear_bomb.tmpl b/nano/templates/nuclear_bomb.tmpl index c60b1966a1b..f2a12651af6 100644 --- a/nano/templates/nuclear_bomb.tmpl +++ b/nano/templates/nuclear_bomb.tmpl @@ -11,7 +11,7 @@ Used In File(s): \code\game\gamemodes\nuclear\nuclearbomb.dm {{if data.auth}} {{:helper.link('++++++++++', 'eject', {'auth' : 1})}} {{else}} - {{:helper.link('----------', 'hdd-o', {'auth' : 1})}} + {{:helper.link('----------', 'floppy-o', {'auth' : 1})}} {{/if}}