mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 22:48:38 +01:00
pda flashlight overlay code
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user