Cig Icon FIx

This commit is contained in:
Fox-McCloud
2016-04-29 06:37:57 -04:00
parent 89bd55949c
commit e3513cd4e6
2 changed files with 4 additions and 3 deletions
+3 -3
View File
@@ -90,9 +90,9 @@ LIGHTERS ARE IN LIGHTERS.DM
light("<span class='notice'>[user] fiddles with [W], and manages to light their [name].</span>")
//can't think of any other way to update the overlays :<
user.update_inv_wear_mask(0)
user.update_inv_l_hand(0)
user.update_inv_r_hand(1)
user.update_inv_wear_mask()
user.update_inv_l_hand()
user.update_inv_r_hand()
return
@@ -85,6 +85,7 @@
cig.light("<span class='rose'>[user] whips the [name] out and holds it for [M]. Their arm is as steady as the unflickering flame they light \the [cig] with.</span>")
else
cig.light("<span class='notice'>[user] holds the [name] out for [M], and lights the [cig.name].</span>")
M.update_inv_wear_mask()
else
..()