Cult Rune Fix (#17150)

This commit is contained in:
Geeves
2023-08-26 18:27:35 +02:00
committed by GitHub
parent 34b029b7a3
commit b4e674064d
2 changed files with 9 additions and 1 deletions

View File

@@ -1,10 +1,12 @@
/obj/effect/rune
name = "rune"
desc = "A strange collection of symbols drawn in blood."
anchored = 1
icon = 'icons/obj/rune.dmi'
icon_state = "1"
anchored = TRUE
unacidable = TRUE
layer = AO_LAYER
mouse_opacity = MOUSE_OPACITY_OPAQUE
var/datum/rune/rune
/obj/effect/rune/Initialize(mapload, var/R)