From ef40afdaef53f5f4ea009e25d2e3e0abbbc289fb Mon Sep 17 00:00:00 2001 From: Cameron653 Date: Tue, 17 May 2016 14:11:43 -0400 Subject: [PATCH] Forgot to add add this part to vorepanel_vr Quick and easy bugfix. --- code/modules/vore/eating/vorepanel_vr.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/vore/eating/vorepanel_vr.dm b/code/modules/vore/eating/vorepanel_vr.dm index 66cb7aceeb..8ed7eab427 100644 --- a/code/modules/vore/eating/vorepanel_vr.dm +++ b/code/modules/vore/eating/vorepanel_vr.dm @@ -103,6 +103,8 @@ spanstyle = "color:purple;" if(DM_TRANSFORM_FEMALE_EGG) spanstyle = "color:purple;" + if(DM_EGG) + spanstyle = "color:purple;" dat += " ([B.internal_contents.len])"