From 5da2d52249d6bf3980effcb20a56eeef9498d19f Mon Sep 17 00:00:00 2001 From: Manatee Date: Fri, 3 Mar 2023 17:45:44 -0600 Subject: [PATCH] dasdasdwads --- code/game/objects/items/implants/implant_explosive.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/implants/implant_explosive.dm b/code/game/objects/items/implants/implant_explosive.dm index b4c91695d493..db3994cb037c 100644 --- a/code/game/objects/items/implants/implant_explosive.dm +++ b/code/game/objects/items/implants/implant_explosive.dm @@ -33,7 +33,7 @@ popup = TRUE var/response = tgui_alert(imp_in, "Are you sure you want to activate your [name]? This will cause you to explode!", "[name] Confirmation", list("Yes", "No")) popup = FALSE - if(response == "No") + if(response != "Yes") return 0 heavy = round(heavy) medium = round(medium)