From 1e11f32de6c45d90a28a351d6e44eb6ceaf6184b Mon Sep 17 00:00:00 2001 From: morrowwolf Date: Mon, 11 Sep 2023 01:22:42 -0400 Subject: [PATCH] Fixes repeatable techs not having correct overlays (#4356) # About the pull request Repeatable techs now are not set as unlocked immediately and fit with the other techs. # Explain why it's good for the game Inconsistency bad # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
# Changelog :cl: Morrow fix: Fixed repeatable techs not having correct overlays /:cl: --- code/modules/cm_tech/techs/abstract/repeatable.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/cm_tech/techs/abstract/repeatable.dm b/code/modules/cm_tech/techs/abstract/repeatable.dm index 4b240814e0c6..62fa27540b7b 100644 --- a/code/modules/cm_tech/techs/abstract/repeatable.dm +++ b/code/modules/cm_tech/techs/abstract/repeatable.dm @@ -9,8 +9,6 @@ var/next_purchase = 0 var/increase_per_purchase = 0 - unlocked = TRUE - /datum/tech/repeatable/ui_static_data(mob/user) . = ..() if(increase_per_purchase)