From 5b64c76c4c453eb7dbfa4f71960a1a0ed824daad Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Tue, 3 Sep 2019 01:47:30 -0400 Subject: [PATCH] Adds an end to the VS edit --- code/modules/clothing/clothing.dm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/clothing/clothing.dm b/code/modules/clothing/clothing.dm index 7462dc1e6d0..32b672b5fe0 100644 --- a/code/modules/clothing/clothing.dm +++ b/code/modules/clothing/clothing.dm @@ -565,10 +565,9 @@ overlays += image(icon, "[icon_state]_knife") if(contaminated) overlays += contamination_overlay - //VOREStation Edit Start - if(gurgled) + if(gurgled) //VOREStation Edit Start decontaminate() - gurgle_contaminate() + gurgle_contaminate() //VOREStation Edit End if(ismob(usr)) var/mob/M = usr M.update_inv_shoes()