From f7b9137b75f55cbe0e6701445ff3970e128366dc Mon Sep 17 00:00:00 2001 From: Repede Date: Sat, 27 Oct 2018 20:20:05 -0400 Subject: [PATCH] Removes weldertank explosion memes --- code/game/objects/items/weapons/tools/weldingtool.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/items/weapons/tools/weldingtool.dm b/code/game/objects/items/weapons/tools/weldingtool.dm index 7c2f2ea26f..f4ed52ad4d 100644 --- a/code/game/objects/items/weapons/tools/weldingtool.dm +++ b/code/game/objects/items/weapons/tools/weldingtool.dm @@ -152,9 +152,9 @@ else message_admins("[key_name_admin(user)] triggered a fueltank explosion with a welding tool.") log_game("[key_name(user)] triggered a fueltank explosion with a welding tool.") - to_chat(user, "You begin welding on the fueltank and with a moment of lucidity you realize, this might not have been the smartest thing you've ever done.") - var/obj/structure/reagent_dispensers/fueltank/tank = O - tank.explode() + //Yawn edit: removed weldertank booms + to_chat(user, "You begin welding on the fueltank and with a moment of lucidity you realize, you are gaypwnd.") + //End yawn edit return if (src.welding) remove_fuel(1)