[MIRROR] HOT Paper Scooping ACTION: the SEQUEL (#7002)

Co-authored-by: Casey <a.roaming.shadow@gmail.com>
Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
CHOMPStation2
2023-09-18 09:13:57 -07:00
committed by GitHub
parent fee6e944d3
commit 433269b967
3 changed files with 16 additions and 2 deletions

View File

@@ -546,6 +546,18 @@
tape.stick(src, user)
return
if(istype(P, /obj/item/weapon/clipboard))
var/obj/item/weapon/clipboard/CB = P
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))
src.loc = P
P.update_icon()
to_chat(user, "<span class='notice'>You tuck the [src] into \the [P].</span>")
if(istype(P, /obj/item/weapon/paper) || istype(P, /obj/item/weapon/photo))
if (istype(P, /obj/item/weapon/paper/carbon))
var/obj/item/weapon/paper/carbon/C = P