mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-23 13:18:59 +01:00
Morrowinventory Port (#75)
This commit is contained in:
@@ -39,6 +39,24 @@
|
||||
SEND_SIGNAL(cleaned_human.w_uniform, COMSIG_COMPONENT_CLEAN_ACT, CLEAN_WEAK)
|
||||
cleaned_human.w_uniform.clean_blood()
|
||||
cleaned_human.update_inv_w_uniform()
|
||||
//skyrat edit
|
||||
else if(cleaned_human.w_underwear)
|
||||
SEND_SIGNAL(cleaned_human.w_underwear, COMSIG_COMPONENT_CLEAN_ACT, CLEAN_WEAK)
|
||||
cleaned_human.w_underwear.clean_blood()
|
||||
cleaned_human.update_inv_w_underwear()
|
||||
else if(cleaned_human.w_socks)
|
||||
SEND_SIGNAL(cleaned_human.w_socks, COMSIG_COMPONENT_CLEAN_ACT, CLEAN_WEAK)
|
||||
cleaned_human.w_socks.clean_blood()
|
||||
cleaned_human.update_inv_w_socks()
|
||||
else if(cleaned_human.w_shirt)
|
||||
SEND_SIGNAL(cleaned_human.w_shirt, COMSIG_COMPONENT_CLEAN_ACT, CLEAN_WEAK)
|
||||
cleaned_human.w_shirt.clean_blood()
|
||||
cleaned_human.update_inv_w_shirt()
|
||||
else if(cleaned_human.wrists)
|
||||
SEND_SIGNAL(cleaned_human.wrists, COMSIG_COMPONENT_CLEAN_ACT, CLEAN_WEAK)
|
||||
cleaned_human.wrists.clean_blood()
|
||||
cleaned_human.update_inv_wrists()
|
||||
//
|
||||
if(cleaned_human.shoes)
|
||||
SEND_SIGNAL(cleaned_human.shoes, COMSIG_COMPONENT_CLEAN_ACT, CLEAN_WEAK)
|
||||
cleaned_human.shoes.clean_blood()
|
||||
|
||||
Reference in New Issue
Block a user