Skip to content

Commit

Permalink
:(
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreML committed Dec 20, 2023
1 parent 936b542 commit f264fa0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/modules/clothing/shoes/colour.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions code/modules/clothing/shoes/marine_shoes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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()
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f264fa0

Please sign in to comment.