Skip to content

Commit

Permalink
Merge branch 'master' into Foxing-the-currency
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk420634 committed Jun 26, 2024
2 parents 1bdf576 + 5413bd2 commit fc7a070
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions code/game/objects/structures/mirror.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/obj/structure/mirror
name = "mirror"
desc = "Mirror mirror on the wall, who's the most robust of them all?"
icon = 'icons/obj/watercloset.dmi'
icon = 'modular_roguetown/misc/structure.dmi'
icon_state = "mirror"
plane = ABOVE_WALL_PLANE
density = FALSE
Expand Down Expand Up @@ -40,7 +40,7 @@
return //no tele-grooming
if(new_style)
H.hair_style = new_style

new_style = input(user, "Select the second hair style", "Grooming") as null|anything in GLOB.hair_styles_list
if(new_style)
H.dna.features["hair_style_2"] = new_style
Expand Down Expand Up @@ -117,7 +117,8 @@
/obj/structure/mirror/magic
name = "magic mirror"
desc = "Turn and face the strange... face."
icon_state = "magic_mirror"
icon = 'modular_coyote/icons/objects/miscellaneous.dmi'
icon_state = "mirror"
var/list/races_blacklist = list("skeleton", "agent", "angel", "military_synth", "memezombies", "clockwork golem servant", "android", "synth", "mush", "zombie", "memezombie")
var/list/choosable_races = list()

Expand Down
Binary file added sound/cb-music/chimchimchiiim.ogg
Binary file not shown.
Binary file added sound/cb-music/holymountain.ogg
Binary file not shown.
Binary file added sound/cb-music/sandinmywand.ogg
Binary file not shown.
Binary file added sound/cb-music/thoumaidens.ogg
Binary file not shown.

0 comments on commit fc7a070

Please sign in to comment.