From 8274dcccac2e0c3fc0bcd9fadfb3b0c6e551caf1 Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:42:19 +0100 Subject: [PATCH] Return the parent function thanks (#26679) --- code/game/objects/items/weapons/cigs.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/objects/items/weapons/cigs.dm b/code/game/objects/items/weapons/cigs.dm index df1e190ab51..7905586a559 100644 --- a/code/game/objects/items/weapons/cigs.dm +++ b/code/game/objects/items/weapons/cigs.dm @@ -582,6 +582,9 @@ LIGHTERS ARE IN LIGHTERS.DM qdel(O) else to_chat(user, "You need to dry this first!") + return + + return ..() /obj/item/clothing/mask/cigarette/pipe/cobpipe name = "corn cob pipe"