mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-27 10:32:08 +00:00
* Adds a new Adhomai random ruin: the Rredouane Shrine * changelog * Update code/game/objects/structures/statue.dm Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com> --------- Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
8 lines
271 B
Plaintext
8 lines
271 B
Plaintext
/obj/structure/rredouane_statue
|
|
name = "\improper Rredouane statue"
|
|
desc = "A statue of Rredouane, the Ma'ta'ke deity of valor, triumph, and victory."
|
|
icon = 'icons/obj/statue.dmi'
|
|
icon_state = "rredouane"
|
|
density = TRUE
|
|
anchored = TRUE
|
|
layer = ABOVE_ALL_MOB_LAYER |