mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-17 13:23:11 +00:00
* enjoy * Update shuttles.dm sowwy Co-authored-by: Maksxpl <18237380+maksxpl@users.noreply.github.com>
11 lines
299 B
Plaintext
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
|
|
..()
|