mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 22:47:59 +01:00
Fixes inhands for fake artefacts (#27074)
This commit is contained in:
@@ -373,7 +373,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/economy/vending/wallmed/survival_pod,
|
||||
/obj/item/stack/telecrystal/twenty,
|
||||
/obj/item/banhammer)
|
||||
|
||||
/obj/item/fakeartefact/New()
|
||||
/obj/item/fakeartefact/Initialize(mapload)
|
||||
. = ..()
|
||||
var/obj/item/I = pick(possible)
|
||||
name = initial(I.name)
|
||||
@@ -381,3 +381,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/machinery/economy/vending/wallmed/survival_pod,
|
||||
desc = initial(I.desc)
|
||||
icon_state = initial(I.icon_state)
|
||||
item_state = initial(I.item_state)
|
||||
lefthand_file = initial(I.lefthand_file)
|
||||
righthand_file = initial(I.righthand_file)
|
||||
slot_flags = initial(I.slot_flags)
|
||||
w_class = initial(I.w_class)
|
||||
|
||||
Reference in New Issue
Block a user