Reduces handheld mirror size to small (#15265)

This commit is contained in:
listerla
2022-12-13 12:16:40 +01:00
committed by GitHub
parent 3b5b17899e
commit 7bb93d238d
2 changed files with 8 additions and 1 deletions
+2 -1
View File
@@ -116,7 +116,7 @@
if(mirror.pixel_y > 0)
dir = SOUTH
else if (mirror.pixel_y < 0)
else if (mirror.pixel_y < 0)
dir = NORTH
pixel_x = mirror.pixel_x
@@ -174,6 +174,7 @@
desc = "A SalonPro Nano-Mirror(TM) brand mirror! Now a portable version."
icon = 'icons/obj/cosmetics.dmi'
icon_state = "mirror"
w_class = ITEMSIZE_SMALL
/obj/item/mirror/attack_self(mob/user as mob)
if(user.mind)