Update living_vr.dm

This commit is contained in:
Sharkmare
2019-08-08 11:22:55 +02:00
committed by GitHub
parent 75df609e9c
commit d9b3947286
+1 -1
View File
@@ -389,7 +389,7 @@
if (!user.client)
for(var/obj/belly/guttoviolate in pred.vore_organs)
if(guttoviolate.mode_flags & DM_FLAG_ALLOWFORCEFEED)
var/list/bellys |= guttoviolate
bellys |= guttoviolate
belly = pick(bellys)
//CHOMPEDIT: END