diff --git a/code/game/gamemodes/cult/cult_structures.dm b/code/game/gamemodes/cult/cult_structures.dm index 31ab505aebe..81095c20cf0 100644 --- a/code/game/gamemodes/cult/cult_structures.dm +++ b/code/game/gamemodes/cult/cult_structures.dm @@ -25,12 +25,15 @@ desc = "A desk covered in arcane manuscripts and tomes in unknown languages. Looking at the text makes your skin crawl" icon_state = "tomealtar" +//sprites for this no longer exist -Pete +//(they were stolen from another game anyway) +/* /obj/structure/cult/pillar name = "Pillar" desc = "This should not exist" icon_state = "pillar" icon = 'magic_pillar.dmi' - +*/ /obj/effect/gateway name = "gateway" diff --git a/code/modules/flufftext/Hallucination.dm b/code/modules/flufftext/Hallucination.dm index 161d79ca12a..c96f1d86e3d 100644 --- a/code/modules/flufftext/Hallucination.dm +++ b/code/modules/flufftext/Hallucination.dm @@ -54,8 +54,8 @@ mob/living/carbon/proc/handle_hallucinations() halitem.icon_state = "revolver" halitem.name = "Revolver" if(2) //c4 - halitem.icon = 'syndieweapons.dmi' - halitem.icon_state = "c4small_0" + halitem.icon = 'assemblies.dmi' + halitem.icon_state = "plastic-explosive0" halitem.name = "Mysterious Package" if(prob(25)) halitem.icon_state = "c4small_1" @@ -97,7 +97,7 @@ mob/living/carbon/proc/handle_hallucinations() halimage = image('fire.dmi',target,"1",TURF_LAYER) if(3) //src << "C4" - halimage = image('syndieweapons.dmi',target,"c4small_1",OBJ_LAYER+0.01) + halimage = image('assemblies.dmi',target,"plastic-explosive2",OBJ_LAYER+0.01) if(client) client.images += halimage