mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Transparent protection for clothing [READY] (#42075)
* Transparent_protection * No longer protects captain mask webedit? * Use NONE
This commit is contained in:
@@ -360,7 +360,7 @@
|
||||
if(M.back && wash_obj(M.back))
|
||||
M.update_inv_back(0)
|
||||
|
||||
var/list/obscured = M.check_obscured_slots()
|
||||
var/list/obscured = M.check_obscured_slots(TRUE) //can't wash a gas mask through a visor
|
||||
|
||||
if(M.head && wash_obj(M.head))
|
||||
M.update_inv_head()
|
||||
|
||||
Reference in New Issue
Block a user