From 35af64526a5b2867377933e83cd81e28b7408c18 Mon Sep 17 00:00:00 2001 From: Fikou Date: Sun, 4 Jul 2021 18:48:18 +0200 Subject: [PATCH] Make the light eater a mining tool (#59985) what the title says, light eater can now pick rocks ive had a lot of rounds as admin on kilo/tram where i have to give them this so they arent stuck in gay baby jail forever --- code/modules/antagonists/nightmare/nightmare_equipment.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/nightmare/nightmare_equipment.dm b/code/modules/antagonists/nightmare/nightmare_equipment.dm index d84c29036ff..f22e0d9fecd 100644 --- a/code/modules/antagonists/nightmare/nightmare_equipment.dm +++ b/code/modules/antagonists/nightmare/nightmare_equipment.dm @@ -13,6 +13,7 @@ item_flags = ABSTRACT | DROPDEL | ACID_PROOF w_class = WEIGHT_CLASS_HUGE sharpness = SHARP_EDGED + tool_behaviour = TOOL_MINING hitsound = 'sound/weapons/bladeslice.ogg' wound_bonus = -30 bare_wound_bonus = 20