From d83ec7fb0862e5df540b13155c4292300b3000d3 Mon Sep 17 00:00:00 2001 From: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Date: Thu, 27 Jun 2024 06:51:46 +0300 Subject: [PATCH] [NO GBP] Pen size hotfix (#84343) ## About The Pull Request Oops, forgot about transforming comp defaulting to bulky size when activated Closes #84339 ## Changelog :cl: fix: Retracted pens can be put into PDAs /:cl: --- code/modules/paperwork/pen.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/paperwork/pen.dm b/code/modules/paperwork/pen.dm index 6043890bebd..36949b65c7c 100644 --- a/code/modules/paperwork/pen.dm +++ b/code/modules/paperwork/pen.dm @@ -60,6 +60,7 @@ /datum/component/transforming, \ sharpness_on = NONE, \ inhand_icon_change = FALSE, \ + w_class_on = w_class, \ ) /*