mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Photocopying secret documents actually works now.
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
else if(doccopy)
|
||||
for(var/i = 0, i < copies, i++)
|
||||
if(toner > 5 && !busy && doccopy)
|
||||
var/obj/item/documents/photocopy/P = new /obj/item/documents/photocopy(loc)
|
||||
new /obj/item/documents/photocopy(loc)
|
||||
toner-= 6 // the sprite shows 6 papers, yes I checked
|
||||
busy = 1
|
||||
sleep(15)
|
||||
@@ -191,6 +191,15 @@
|
||||
usr << "<span class='notice'>You take [photocopy] out of [src].</span>"
|
||||
photocopy = null
|
||||
updateUsrDialog()
|
||||
else if(doccopy)
|
||||
if(!istype(usr,/mob/living/silicon/ai)) // honk honk honk
|
||||
doccopy.loc = usr.loc
|
||||
usr.put_in_hands(doccopy)
|
||||
else
|
||||
doccopy.loc = src.loc
|
||||
usr << "<span class='notice'>You take [doccopy] out of [src].</span>"
|
||||
doccopy = null
|
||||
updateUsrDialog()
|
||||
else if(check_ass())
|
||||
ass << "<span class='notice'>You feel a slight pressure on your ass.</span>"
|
||||
else if(href_list["min"])
|
||||
|
||||
Reference in New Issue
Block a user