mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 08:08:49 +01:00
Merge pull request #42312 from Qustinnus/quickfix
initial hygiene tweaks
This commit is contained in:
@@ -238,12 +238,6 @@
|
||||
. = TRUE
|
||||
else if(H.w_uniform && !(H.w_uniform.clothing_flags & SHOWEROKAY))
|
||||
. = TRUE
|
||||
else if(H.shoes && !(H.shoes.clothing_flags & SHOWEROKAY))
|
||||
. = TRUE
|
||||
else if(H.ears && !(H.ears.clothing_flags & SHOWEROKAY))
|
||||
. = TRUE
|
||||
else if(H.gloves && !(H.gloves.clothing_flags & SHOWEROKAY))
|
||||
. = TRUE
|
||||
else if(H.wear_mask && !(H.wear_mask.clothing_flags & SHOWEROKAY))
|
||||
. = TRUE
|
||||
else if(H.head && !(H.head.clothing_flags & SHOWEROKAY))
|
||||
|
||||
Reference in New Issue
Block a user