This commit is contained in:
Archie
2021-07-15 18:42:59 -03:00
parent 020ba1d77c
commit ccb77e1c46
+1 -1
View File
@@ -63,7 +63,7 @@
. = ..()
var/uses = 1
if(seed)
uses = round(seed.potency / 25)
uses = round(seed.potency / 20)
AddComponent(/datum/component/anti_magic, TRUE, TRUE, FALSE, ITEM_SLOT_HANDS, uses, TRUE, CALLBACK(src, .proc/block_magic), CALLBACK(src, .proc/expire)) //deliver us from evil o melon god
/obj/item/reagent_containers/food/snacks/grown/holymelon/proc/block_magic(mob/user, major)