From 8b349d9b21ecf420ce8aec9fc17a55c70545d664 Mon Sep 17 00:00:00 2001 From: QuoteFox <49098813+quotefox@users.noreply.github.com> Date: Mon, 4 Jan 2021 13:43:21 +0000 Subject: [PATCH] condom icon fix condom icon fix --- hyperstation/code/obj/condom.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperstation/code/obj/condom.dm b/hyperstation/code/obj/condom.dm index 7d67dc9c..43048f44 100644 --- a/hyperstation/code/obj/condom.dm +++ b/hyperstation/code/obj/condom.dm @@ -17,7 +17,7 @@ obj/item/condom/Initialize() obj/item/condom/update_icon() switch(reagents.total_volume) if(0 to 100) - icon_state = "b_cgitondom_inflated" + icon_state = "b_condom_inflated" if(101 to 249) icon_state = "b_condom_inflated_large" if(250 to 300) @@ -112,7 +112,7 @@ obj/item/condom/update_icon() return if(!P.condom) return - + var/obj/item/condom/filled/C = new P.linked_organ.reagents.trans_to(C, P.linked_organ.reagents.total_volume) C.loc = loc