mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
No Longer Can Eat Cybernetic Implants (#4669)
This makes is so you can no longer eat cybernetic implants improperly, just because they are in organ code. Fixes the check that originally made it so you couldn't eat them. 🆑 Twinmold Fix: Fixes being able to eat cybernetic implants so you cannot eat them/force feed them to people. /🆑
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
return ..()
|
||||
|
||||
/obj/item/organ/internal/proc/prepare_eat()
|
||||
if(robotic)
|
||||
if(status == ORGAN_ROBOT)
|
||||
return //no eating cybernetic implants!
|
||||
var/obj/item/weapon/reagent_containers/food/snacks/organ/S = new
|
||||
S.name = name
|
||||
|
||||
Reference in New Issue
Block a user