Photocopying secret documents actually works now.

This commit is contained in:
bgobandit
2016-06-08 21:27:39 +00:00
committed by oranges
parent 7c600b94af
commit d899557993
+10 -1
View File
@@ -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"])