From f264fa03f4019bd92ba8040a3b90e628ad553d10 Mon Sep 17 00:00:00 2001 From: SabreML <57483089+SabreML@users.noreply.github.com> Date: Wed, 20 Dec 2023 17:44:59 +0000 Subject: [PATCH] :( --- code/modules/clothing/shoes/colour.dm | 2 +- code/modules/clothing/shoes/marine_shoes.dm | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/code/modules/clothing/shoes/colour.dm b/code/modules/clothing/shoes/colour.dm index 6cfe9496df4f..4318e1a3b184 100644 --- a/code/modules/clothing/shoes/colour.dm +++ b/code/modules/clothing/shoes/colour.dm @@ -47,7 +47,7 @@ /obj/item/weapon/gun/pistol/holdout, /obj/item/weapon/gun/pistol/clfpistol, /obj/item/tool/screwdriver, - /obj/item/weapon/straight_razor + /obj/item/weapon/straight_razor, ) /obj/item/clothing/shoes/white diff --git a/code/modules/clothing/shoes/marine_shoes.dm b/code/modules/clothing/shoes/marine_shoes.dm index 00102368a1f7..7855075c2fb4 100644 --- a/code/modules/clothing/shoes/marine_shoes.dm +++ b/code/modules/clothing/shoes/marine_shoes.dm @@ -25,7 +25,7 @@ /obj/item/weapon/gun/pistol/clfpistol, /obj/item/tool/screwdriver, /obj/item/tool/surgery/scalpel, - /obj/item/weapon/straight_razor + /obj/item/weapon/straight_razor, ) drop_sound = "armorequip" @@ -123,7 +123,7 @@ /obj/item/weapon/throwing_knife, /obj/item/weapon/gun/pistol/holdout, /obj/item/weapon/gun/pistol/clfpistol, - /obj/item/weapon/straight_razor + /obj/item/weapon/straight_razor, ) /obj/item/clothing/shoes/veteran/pmc/update_icon() @@ -195,7 +195,7 @@ /obj/item/weapon/throwing_knife, /obj/item/weapon/gun/pistol/holdout, /obj/item/weapon/gun/pistol/clfpistol, - /obj/item/weapon/straight_razor + /obj/item/weapon/straight_razor, ) var/weed_slowdown_mult = 0.5