mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 23:48:28 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user