From ae01eb94e4045deddf627f87d9ace7077db36e2a Mon Sep 17 00:00:00 2001 From: Helg2 <93882977+Helg2@users.noreply.github.com> Date: Sun, 16 Apr 2023 06:36:17 +0300 Subject: [PATCH] Fixes slapper not having an icon. (#74716) ## About The Pull Request I think @vinylspiders forgot to change it in his latex balloons pr so now it's broken. ## Why It's Good For The Game Slap ## Changelog :cl: fix: slapper is visible in-hand again. /:cl: --- code/game/objects/items/hand_items.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/hand_items.dm b/code/game/objects/items/hand_items.dm index 50d1eff39c9..e6cdafbac3a 100644 --- a/code/game/objects/items/hand_items.dm +++ b/code/game/objects/items/hand_items.dm @@ -1,7 +1,7 @@ /// For all of the items that are really just the user's hand used in different ways, mostly (all, really) from emotes /obj/item/hand_item icon = 'icons/obj/weapons/hand.dmi' - icon_state = "latexballon" + icon_state = "latexballoon" force = 0 throwforce = 0 item_flags = DROPDEL | ABSTRACT | HAND_ITEM