nerfs cooldown down to 3 seconds for the sake of not feeling entirely awful to use

This commit is contained in:
deathride58
2022-05-28 11:21:14 -04:00
committed by GitHub
parent 9bd070b1a7
commit d2f8f34857
+1 -1
View File
@@ -334,7 +334,7 @@
var/had_pizza = (pizza ? TRUE : FALSE)
. = ..()
if(had_pizza && !pizza)
COOLDOWN_START(src, next_pizza_attunement, (10 SECONDS)) //This is balanced specifically so that it takes several hours to generate enough pizzas to use for lag methods that on item duping
COOLDOWN_START(src, next_pizza_attunement, (3 SECONDS))
/obj/item/pizzabox/infinite/proc/attune_pizza(mob/living/carbon/human/noms) //tonight on "proc names I never thought I'd type"
if(!pizza_preferences[noms.ckey])