Files
S.P.L.U.R.T-Station-13/modular_sand/code/datums/action.dm
Maksxpl c8082e1009 Compliance with standards (#134)
* enjoy

* Update shuttles.dm

sowwy

Co-authored-by: Maksxpl <18237380+maksxpl@users.noreply.github.com>
2021-01-19 12:44:08 -03:00

11 lines
299 B
Plaintext

/datum/action/small_sprite/drake/akatosh
small_icon = 'modular_sand/icons/mob/lavaland/drakeling_greyscale.dmi'
small_icon_state = "ash_whelp"
/datum/action/item_action/toggle_light/Trigger()
if(istype(target, /obj/item/pda))
var/obj/item/pda/P = target
P.toggle_light(owner)
return
..()