mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-21 20:11:04 +01:00
Reduces handheld mirror size to small (#15265)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user