Skip to content

Commit

Permalink
supermatter new sprite (#13790)
Browse files Browse the repository at this point in the history
* supermatter

* delete sprite engine
  • Loading branch information
Riverz1 authored Feb 9, 2025
1 parent b4d95e6 commit 435c23a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/supermatter/supermatter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@
/obj/machinery/power/supermatter
name = "Supermatter"
desc = "A strangely translucent and iridescent crystal. <span class='warning'>You get headaches just from looking at it.</span>"
icon = 'icons/obj/engine.dmi'
icon = 'icons/obj/supermatter.dmi'
icon_state = "darkmatter"
density = TRUE
anchored = FALSE
light_range = 4
layer = 4

appearance_flags = PIXEL_SCALE // no tile bound to allow distortion to render outside of direct view
///Effect holder for the displacement filter to distort the SM based on its activity level
Expand Down
Binary file modified icons/obj/engine.dmi
Binary file not shown.
Binary file added icons/obj/supermatter.dmi
Binary file not shown.

0 comments on commit 435c23a

Please sign in to comment.