mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
[MIRROR] Fixes slapper not having an icon. [MDB IGNORE] (#20590)
* 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 🆑 fix: slapper is visible in-hand again. /🆑 * Fixes slapper not having an icon. --------- Co-authored-by: Helg2 <93882977+Helg2@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user