From 85bed04f4dc763d16d6723381efcdc1b995d0e04 Mon Sep 17 00:00:00 2001 From: LT3 <83487515+lessthnthree@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:07:31 -0800 Subject: [PATCH] Festive supermatter description (#2597) ## About The Pull Request Adds the missing description for the festive supermatter ## Proof Of Testing
Screenshots/Videos
--- code/modules/power/supermatter/supermatter.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/power/supermatter/supermatter.dm b/code/modules/power/supermatter/supermatter.dm index c71471af596..b73a5a6238f 100644 --- a/code/modules/power/supermatter/supermatter.dm +++ b/code/modules/power/supermatter/supermatter.dm @@ -227,6 +227,7 @@ GLOBAL_DATUM(main_supermatter_engine, /obj/machinery/power/supermatter_crystal) if(1) icon = 'modular_zubbers/icons/obj/machines/festive_supermatter.dmi' name = "festive supermatter crystal" + desc = "A strangely translucent and festive crystal. If you stare at it long enough, some say you can hallucinate the distilled essence of the holidays staring back at you." if(2) icon = 'modular_zubbers/icons/obj/machines/wintergreen_supermatter.dmi' name = "wintergreen supermatter crystal"