//The effect when you wrap a dead body in gift wrap /obj/effect/spresent name = "strange present" desc = "It's a ... present?" icon = 'icons/obj/items.dmi' icon_state = "strangepresent" density = 1 anchored = 0 /obj/effect/beam name = "beam" var/def_zone pass_flags = PASSTABLE /obj/effect/spawner name = "object spawner" /obj/effect/list_container name = "list container" /obj/effect/list_container/mobl name = "mobl" var/master = null var/list/container = list( ) //Makes a tile fully lit no matter what /obj/effect/fullbright icon = 'icons/effects/alphacolors.dmi' icon_state = "white" plane = LIGHTING_PLANE layer = LIGHTING_LAYER blend_mode = BLEND_ADD