Update paper.dm

This commit is contained in:
Killian
2023-10-10 09:43:16 +01:00
parent 35797d6c9c
commit f468e50e68
+4
View File
@@ -527,12 +527,16 @@
if(istype(P, /obj/item/weapon/clipboard))
var/obj/item/weapon/clipboard/CB = P
if(src.loc == user)
user.drop_from_inventory(src)
src.loc = CB
CB.toppaper = src
CB.update_icon()
to_chat(user, "<span class='notice'>You clip the [src] onto \the [CB].</span>")
if(istype(P, /obj/item/weapon/folder))
if(src.loc == user)
user.drop_from_inventory(src)
src.loc = P
P.update_icon()
to_chat(user, "<span class='notice'>You tuck the [src] into \the [P].</span>")