mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
[MIRROR] Converting art component into element. (#1562)
* Converting art component into element. (#54616) * Only art is now an element. There have been some issues with beauty. * Typo. * Update art.dm * Update art.dm * Maintainer suggestions. Reversing order of switch(impress) for correct moodlets. * Fixing some pre-existing oddities with art element. * stating the right var. * simplifying the component. * Update art.dm * lowercasing pronoun. * Converting art component into element. Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
|
||||
/obj/structure/sign/picture_frame/Initialize(mapload, dir, building)
|
||||
. = ..()
|
||||
AddComponent(/datum/component/art, 20)
|
||||
AddElement(/datum/element/art, OK_ART)
|
||||
LAZYADD(SSpersistence.photo_frames, src)
|
||||
if(dir)
|
||||
setDir(dir)
|
||||
|
||||
Reference in New Issue
Block a user