missing icons (#19256)

This commit is contained in:
Will
2026-03-08 23:38:21 +01:00
committed by GitHub
parent 8a7ed778c3
commit 295bbe3ab7
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
/obj/effect/spresent
name = "strange present"
desc = "It's a ... present?"
icon = 'icons/obj/items.dmi'
icon = 'icons/obj/gifts.dmi'
icon_state = "strangepresent"
density = TRUE
anchored = FALSE
@@ -1,7 +1,7 @@
/obj/item/selectable_item
name = "selectable item"
desc = "If you find this, you should definitely report this..."
icon = 'icons/obj/items.dmi'
icon = 'icons/obj/gifts.dmi'
icon_state = "gift1"
var/preface_string = "You are about to select an item. Are you sure you want to use it and select one?"
var/preface_title = "selectable item"