mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 12:37:50 +01:00
Merge pull request #13581 from MistakeNot4892/upstream-merge-8298
/atom/movable/storage_slot New => Initialize
This commit is contained in:
@@ -852,7 +852,8 @@
|
||||
alpha = 200
|
||||
var/weakref/held_item
|
||||
|
||||
/atom/movable/storage_slot/New(newloc, obj/item/held_item)
|
||||
/atom/movable/storage_slot/Initialize(ml, obj/item/held_item)
|
||||
. = ..()
|
||||
ASSERT(held_item)
|
||||
name += held_item.name
|
||||
src.held_item = weakref(held_item)
|
||||
@@ -898,4 +899,4 @@
|
||||
var/obj/item/weapon/holder/H = new user.holder_type(get_turf(user), user)
|
||||
src.handle_item_insertion(H, 1)
|
||||
to_chat(user, "<span class='notice'>You climb into \the [src].</span>")
|
||||
return ..()
|
||||
return ..()
|
||||
|
||||
Reference in New Issue
Block a user