Skip to content

Commit

Permalink
Update code/modules/paperwork/photocopier.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
LC4492 and Drulikar authored Apr 20, 2024
1 parent 58bbc8a commit eb87a66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/modules/paperwork/photocopier.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@
var/obj/item/paper_bundle/bundle = null
var/copies = 1 //how many copies to print!
var/toner = 45 //how much toner is left! woooooo~
///how many copies can be copied at once
var/maxcopies = 10 //how many copies can be copied at once- idea shamelessly stolen from bs12's copier!
var/animate_state = "bigscanner1" //what makes the animated icon flick when needed
///the flick state to use when inserting paper into the machine
var/animate_state = "bigscanner1"


/obj/structure/machinery/photocopier/attack_remote(mob/user as mob)
Expand Down

0 comments on commit eb87a66

Please sign in to comment.