mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
Fix to hide pink sprite when wearing trashbags on suitstore slot (#92710)
## About The Pull Request Fixes - https://github.com/tgstation/tgstation/issues/92388 ## Why It's Good For The Game - Pink null sprites are bad - Quick fix
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
icon = 'icons/obj/service/janitor.dmi'
|
||||
icon_state = "trashbag"
|
||||
inhand_icon_state = "trashbag"
|
||||
worn_icon_state = "trashbag"
|
||||
worn_icon_state = null
|
||||
lefthand_file = 'icons/mob/inhands/equipment/custodial_lefthand.dmi'
|
||||
righthand_file = 'icons/mob/inhands/equipment/custodial_righthand.dmi'
|
||||
storage_type = /datum/storage/bag/trash
|
||||
|
||||
Reference in New Issue
Block a user