From 1f678ea5f8b39a9706c4400eefcef6c3e2c5e4d7 Mon Sep 17 00:00:00 2001 From: iramoye Date: Sun, 11 Jan 2026 14:51:04 -0600 Subject: [PATCH] Removes throwforce from bedsheets (#31397) * Initial commit * Deletes the throwforce var from bedsheet --- code/game/objects/structures/bedsheet_bin.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/objects/structures/bedsheet_bin.dm b/code/game/objects/structures/bedsheet_bin.dm index e57ca69313f..c37962e2831 100644 --- a/code/game/objects/structures/bedsheet_bin.dm +++ b/code/game/objects/structures/bedsheet_bin.dm @@ -12,7 +12,6 @@ LINEN BINS lefthand_file = 'icons/mob/inhands/bedsheet_lefthand.dmi' righthand_file = 'icons/mob/inhands/bedsheet_righthand.dmi' layer = MOB_LAYER - throwforce = 1 throw_speed = 1 throw_range = 2 w_class = WEIGHT_CLASS_TINY