Balaclava bug fix and sprite tweak (#16341)

This commit is contained in:
warior4356
2021-07-26 18:10:00 +01:00
committed by GitHub
parent 82b7eaba8c
commit c7f4c82dfe
3 changed files with 2 additions and 4 deletions
+2 -4
View File
@@ -394,8 +394,7 @@ BLIND // can't see anything
if(H.l_hand && H.r_hand) //If both hands are occupied, drop the object on the ground.
user.unEquip(src)
else //Otherwise, put it in an available hand, the active one preferentially.
src.loc = user
H.head = null
user.unEquip(src)
user.put_in_hands(src)
else
icon_state += "_up"
@@ -420,8 +419,7 @@ BLIND // can't see anything
if(H.l_hand && H.r_hand) //If both hands are occupied, drop the object on the ground.
user.unEquip(src)
else //Otherwise, put it in an available hand, the active one preferentially.
src.loc = user
user.wear_mask = null
user.unEquip(src)
user.put_in_hands(src)
H.wear_mask_update(src, toggle_off = mask_adjusted)
usr.update_inv_wear_mask()
Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 KiB

After

Width:  |  Height:  |  Size: 248 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB