Skip to content

Commit

Permalink
mooore modularization
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemchik542 committed May 27, 2024
1 parent 153944c commit e3af3c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/structures/mirror.dm
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,8 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/mirror/broken, 28)
race_flags = MIRROR_BADMIN

/obj/structure/mirror/magic/pride
name = "strange mirror" // MASSMETA EDIT
desc = "You look a little different in this mirror" // MASSMETA EDIT
name = "pride's mirror"
desc = "Pride cometh before the..."
race_flags = MIRROR_PRIDE
mirror_options = PRIDE_MIRROR_OPTIONS

Expand Down
3 changes: 3 additions & 0 deletions massmeta/game/objects/structures/mirror.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
/obj/structure/mirror/magic/pride
name = "strange mirror"
desc = "You look a little different in this mirror"

0 comments on commit e3af3c9

Please sign in to comment.