Skip to content

Commit

Permalink
lying comment....
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Jul 29, 2023
1 parent a3a365f commit 842c3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_preds/yaut_mask.dm
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
if(src != M.wear_mask) //sanity
to_chat(M, SPAN_WARNING("You must wear \the [src]!"))
return
var/obj/item/clothing/gloves/yautja/Y = M.gloves //Doesn't actually reduce power, but needs the bracers anyway.
var/obj/item/clothing/gloves/yautja/Y = M.gloves
if(!Y || !istype(Y))
to_chat(M, SPAN_WARNING("You must be wearing your bracers, as they have the power source."))
return
Expand Down

0 comments on commit 842c3b3

Please sign in to comment.