Adds bed tucking element

This commit is contained in:
Xantholne
2021-01-05 02:47:21 -07:00
parent fe4f184792
commit 18a336cec5
6 changed files with 70 additions and 1 deletions
@@ -22,6 +22,10 @@ LINEN BINS
dog_fashion = /datum/dog_fashion/head/ghost
var/list/dream_messages = list("white")
/obj/item/bedsheet/Initialize(mapload)
. = ..()
AddElement(/datum/element/bed_tuckable, 0, 0, 0)
/obj/item/bedsheet/attack(mob/living/M, mob/user)
if(!attempt_initiate_surgery(src, M, user))
..()