From 7c0775aff37f715a4ceff386ca5c978ece29c96d Mon Sep 17 00:00:00 2001 From: Arokha Sieyes Date: Tue, 21 Feb 2017 03:24:30 -0500 Subject: [PATCH] Vore bellies across resleeving Listen, it's SUPER HARD to code when you've got a fever and it's 3:30am. So for now you just get your own vore bellies. To code it so that you get the OTHER PERSON'S vore bellies will have to wait a bit. --- code/modules/resleeving/machines.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/resleeving/machines.dm b/code/modules/resleeving/machines.dm index 14da371522e..0abf435dc3e 100644 --- a/code/modules/resleeving/machines.dm +++ b/code/modules/resleeving/machines.dm @@ -401,6 +401,7 @@ occupant.mind = MR.mind occupant.ckey = MR.ckey occupant.ooc_notes = MR.mind_oocnotes + occupant.apply_vore_prefs() //Cheap hack for now to give them SOME bellies. //Give them a backup implant var/obj/item/weapon/implant/backup/new_imp = new()