Revert "Communicators have a flashlight"

This reverts commit 3db1efc5aa.
This commit is contained in:
atermonera
2018-01-12 15:24:15 -08:00
parent 3db1efc5aa
commit b7f7f6868a
4 changed files with 0 additions and 22 deletions
@@ -108,7 +108,6 @@
data["note"] = note // current notes
data["weather"] = weather
data["aircontents"] = src.analyze_air()
data["flashlight"] = fon
data["injection"] = injection
// update the ui if it exists, returns null if no ui is passed/found
@@ -246,9 +245,5 @@
note = ""
notehtml = note
if(href_list["Light"])
fon = !fon
set_light(fon * flum)
nanomanager.update_uis(src)
add_fingerprint(usr)
@@ -32,9 +32,6 @@ var/global/list/obj/item/device/communicator/all_communicators = list()
var/notehtml = ""
var/obj/item/weapon/cartridge/cartridge = null //current cartridge
var/fon = 0 // Internal light
var/flum = 2 // Brightness
var/list/modules = list(
list("module" = "Phone", "icon" = "phone64", "number" = 2),
list("module" = "Contacts", "icon" = "person64", "number" = 3),
@@ -1,5 +0,0 @@
author: Atermonera
delete-after: True
- rscadd: "Communicators have a flashlight under the settings menu, functions as the PDA one"
-9
View File
@@ -385,15 +385,6 @@ Used In File(s): code\game\objects\items\devices\communicator\communicator.dm
</div>
</div>
<div class="item">
<div class="itemLabel">
Flashlight:
</div>
<div class = "itemContent">
<div style="float: left; width: 180px;">{{:helper.link(data.flashlight==1 ? 'Disable Flashlight' : 'Enable Flashlight', 'lightbulb', {'Light' : 1}, null,'fixedLeftWide')}}</div>
</div>
</div>
<!-- Eighth Tab, External Device -->
{{else data.currentTab == 8}}