pda flashlight overlay code

This commit is contained in:
Pandora
2022-03-02 15:26:37 +00:00
committed by GitHub
parent 14a4356656
commit cd17ffed36
+4
View File
@@ -10,6 +10,10 @@
name = fon ? "Disable Flashlight" : "Enable Flashlight"
pda.update_shortcuts()
pda.set_light(fon ? f_lum : 0)
if(fon)
pda.add_overlay("light-o")
else
pda.cut_overlay("light-o")
/datum/data/pda/utility/honk
name = "Honk Synthesizer"