From fde0490323a194e489b2f85601bed90a5c1e86ce Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Wed, 23 Sep 2015 07:45:13 -0400 Subject: [PATCH] Laser Scalpel Damage Nerf --- code/modules/surgery/tools.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/modules/surgery/tools.dm b/code/modules/surgery/tools.dm index da41f1298b4..edc8f6accb4 100644 --- a/code/modules/surgery/tools.dm +++ b/code/modules/surgery/tools.dm @@ -96,7 +96,6 @@ icon_state = "scalpel_laser2_on" item_state = "scalpel" damtype = "fire" - force = 12.0 hitsound = 'sound/weapons/sear.ogg' /obj/item/weapon/scalpel/laser3 @@ -105,7 +104,6 @@ icon_state = "scalpel_laser3_on" item_state = "scalpel" damtype = "fire" - force = 15.0 hitsound = 'sound/weapons/sear.ogg' /obj/item/weapon/scalpel/manager @@ -114,7 +112,6 @@ icon_state = "scalpel_manager_on" item_state = "scalpel" damtype = "fire" - force = 18.0 hitsound = 'sound/weapons/sear.ogg' /obj/item/weapon/circular_saw