diff --git a/code/modules/mob/living/carbon/xenomorph/resin_constructions.dm b/code/modules/mob/living/carbon/xenomorph/resin_constructions.dm index 18fe2e3247a8..77bc46c1a5e8 100644 --- a/code/modules/mob/living/carbon/xenomorph/resin_constructions.dm +++ b/code/modules/mob/living/carbon/xenomorph/resin_constructions.dm @@ -239,6 +239,7 @@ GLOBAL_VAR_INIT(resin_lz_allowed, FALSE) construction_name = "sticky resin" cost = XENO_RESIN_STICKY_COST build_time = 1 SECONDS + max_per_xeno = 25 build_path = /obj/effect/alien/resin/sticky @@ -249,7 +250,6 @@ GLOBAL_VAR_INIT(resin_lz_allowed, FALSE) construction_name = "fast resin" cost = XENO_RESIN_FAST_COST build_time = 1 SECONDS - max_per_xeno = 25 build_path = /obj/effect/alien/resin/sticky/fast