mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 18:33:36 +00:00
Fuck components
This commit is contained in:
@@ -384,6 +384,7 @@
|
|||||||
H.update_inv_w_uniform()
|
H.update_inv_w_uniform()
|
||||||
if(washgloves)
|
if(washgloves)
|
||||||
H.clean_blood()
|
H.clean_blood()
|
||||||
|
SEND_SIGNAL(H, COMSIG_COMPONENT_CLEAN_ACT, CLEAN_WEAK)
|
||||||
if(H.shoes && washshoes && wash_obj(H.shoes))
|
if(H.shoes && washshoes && wash_obj(H.shoes))
|
||||||
H.update_inv_shoes()
|
H.update_inv_shoes()
|
||||||
if(H.wear_mask && washmask && wash_obj(H.wear_mask))
|
if(H.wear_mask && washmask && wash_obj(H.wear_mask))
|
||||||
@@ -401,8 +402,10 @@
|
|||||||
if(M.wear_mask && wash_obj(M.wear_mask))
|
if(M.wear_mask && wash_obj(M.wear_mask))
|
||||||
M.update_inv_wear_mask(0)
|
M.update_inv_wear_mask(0)
|
||||||
M.clean_blood()
|
M.clean_blood()
|
||||||
|
SEND_SIGNAL(M, COMSIG_COMPONENT_CLEAN_ACT, CLEAN_WEAK)
|
||||||
else
|
else
|
||||||
L.clean_blood()
|
L.clean_blood()
|
||||||
|
SEND_SIGNAL(L, COMSIG_COMPONENT_CLEAN_ACT, CLEAN_WEAK)
|
||||||
|
|
||||||
/obj/machinery/shower/proc/contamination_cleanse(atom/movable/thing)
|
/obj/machinery/shower/proc/contamination_cleanse(atom/movable/thing)
|
||||||
var/datum/component/radioactive/healthy_green_glow = thing.GetComponent(/datum/component/radioactive)
|
var/datum/component/radioactive/healthy_green_glow = thing.GetComponent(/datum/component/radioactive)
|
||||||
|
|||||||
Reference in New Issue
Block a user