From 242ef496cf9cb7321ea469320aeb2537c5d7938f Mon Sep 17 00:00:00 2001 From: Mitchell Date: Fri, 7 Dec 2018 16:24:54 -0600 Subject: [PATCH] Removed extra comma. --- code/game/objects/items/weapons/kitchen.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/kitchen.dm b/code/game/objects/items/weapons/kitchen.dm index 06eb39a9289..98422d8c680 100644 --- a/code/game/objects/items/weapons/kitchen.dm +++ b/code/game/objects/items/weapons/kitchen.dm @@ -263,4 +263,4 @@ throw_speed = 3 throw_range = 3 w_class = WEIGHT_CLASS_SMALL - attack_verb = list("rolled", "cracked", "battered", "thrashed",) \ No newline at end of file + attack_verb = list("rolled", "cracked", "battered", "thrashed") \ No newline at end of file