From 761cad524e3628686b7d12a566416baa81fa09f1 Mon Sep 17 00:00:00 2001 From: Mister-moon1 <109922915+Mister-moon1@users.noreply.github.com> Date: Thu, 5 Oct 2023 09:37:58 +0100 Subject: [PATCH] how did i do this twice --- code/modules/mob/living/carbon/xenomorph/resin_constructions.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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