handle removal

This commit is contained in:
Timothy Teakettle
2020-07-12 20:18:49 +01:00
parent c3d490a803
commit 75c962ef7b

View File

@@ -184,6 +184,9 @@
//snowflake plush
var/obj/item/toy/plush/snowflake_plushie = new(get_turf(M))
snowflake_plushie.set_snowflake_from_config(choice)
M.temporarilyRemoveItemFromInventory(src, TRUE)
M.put_in_hands(new choice)
qdel(src)
/obj/item/choice_beacon/box/plushie/generate_display_names()
var/list/plushie_list = list()