mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 04:37:45 +01:00
[MIRROR] fix missing gift icons (#12495)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
0feb5fb651
commit
1bccee7382
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user