Merge pull request #6469 from KasparoVy/welding-mask-googs

Welding Gasmasks/Goggles now work again.
This commit is contained in:
Fox McCloud
2017-02-16 11:47:30 -05:00
committed by GitHub
3 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -327,8 +327,8 @@
flash_protect = 0
tint = 0
var/mob/living/carbon/user = usr
user.update_inv_glasses()
user.update_tint()
user.update_inv_glasses()
for(var/X in actions)
var/datum/action/A = X
@@ -492,4 +492,4 @@
else
to_chat(user, "<span class='notice'>The eye winks at you and vanishes into the abyss, you feel really unlucky.</span>")
qdel(src)
..()
..()
+3 -3
View File
@@ -67,9 +67,9 @@
to_chat(usr, "You push the [src] up out of your face.")
flash_protect = 0
tint = 0
var/mob/living/carbon/C = usr
C.update_tint()
usr.update_inv_head() //so our mob-overlays update
var/mob/living/carbon/user = usr
user.update_tint()
user.update_inv_head() //so our mob-overlays update
for(var/X in actions)
var/datum/action/A = X
+3 -1
View File
@@ -52,7 +52,9 @@
to_chat(usr, "You push the [src] up out of your face.")
flash_protect = 0
tint = 0
usr.update_inv_wear_mask() //so our mob-overlays update
var/mob/living/carbon/user = usr
user.update_tint()
user.update_inv_wear_mask() //so our mob-overlays update
for(var/X in actions)
var/datum/action/A = X