mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
[MIRROR] Fixes monkeycube size and organ callback and microwaves (#1107)
* Fixes monkeycube size and organ callback and microwaves (#54095) * fixes * dumb runtime * fixes eggs * Fixes monkeycube size and organ callback and microwaves Co-authored-by: Qustinnus <Floydje123@hotmail.com>
This commit is contained in:
@@ -33,7 +33,11 @@
|
||||
/obj/item/organ/Initialize()
|
||||
. = ..()
|
||||
if(organ_flags & ORGAN_EDIBLE)
|
||||
AddComponent(/datum/component/edible, food_reagents, null, RAW | MEAT | GROSS, null, 10, null, null, null, null, CALLBACK(src, .proc/OnEatFrom))
|
||||
AddComponent(/datum/component/edible,\
|
||||
initial_reagents = food_reagents,\
|
||||
foodtypes = RAW | MEAT | GROSS,\
|
||||
volume = 10,\
|
||||
after_eat = CALLBACK(src, .proc/OnEatFrom))
|
||||
|
||||
/obj/item/organ/proc/Insert(mob/living/carbon/M, special = FALSE, drop_if_replaced = TRUE)
|
||||
if(!iscarbon(M) || owner == M)
|
||||
|
||||
Reference in New Issue
Block a user