mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-19 20:06:28 +01:00
Cult Rune Fix (#17150)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "You can now click on cult runes again."
|
||||
Reference in New Issue
Block a user