Skip to content

Commit

Permalink
emissive
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Nov 10, 2024
1 parent d09abcd commit e4a7a3e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
abstract_type = /obj/projectile/nt_protomag
icon = 'icons/content/factions/corporations/nanotrasen/items/guns/protomag/projectile.dmi'
icon_state = "kinetic"
overlays = list(
/image{
icon_state = "kinetic-emissive";
plane = EMISSIVE_PLANE;
layer = MANGLE_PLANE_AND_LAYER(/obj/projectile/nt_protomag::plane, /obj/projectile/nt_protomag::layer);
}
)

/obj/projectile/nt_protomag/standard
name = "magnetic slug"
Expand Down

0 comments on commit e4a7a3e

Please sign in to comment.