Adds PDA lamps and in-PDA ID sprites (#14032)

* Adds sprite for PDAlight, references it, and alters PDA sprites to add off bulbs & redoes all the ID-in-pda sprites, and reorganizes the dmi.
This commit is contained in:
Kugamo
2020-09-16 10:38:49 -04:00
committed by GitHub
parent 7b78232276
commit 55fcdbc503
12 changed files with 5 additions and 1 deletions
+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.overlays += image('icons/obj/pda.dmi', "pda-light")
else
pda.overlays -= image('icons/obj/pda.dmi', "pda-light")
/datum/data/pda/utility/honk
name = "Honk Synthesizer"