Bureaucracy Update

- Added Fax Guide to NT Rep, IAA, Captain, HoS and HoP Lockers
- Added Tape Box, with 6 Tapes, to NT Rep and IAA Office
- Added Recorder to NT Rep Locker
- Printers now start off with 60 toner
- Printers now alert nearby people when butts are copied
This commit is contained in:
TullyBurnalot
2016-07-07 20:24:07 +01:00
parent 3626342f8c
commit 2dce5ec8f1
5 changed files with 83 additions and 1 deletions
+3 -1
View File
@@ -11,7 +11,7 @@
power_channel = EQUIP
var/obj/item/copyitem = null //what's in the copier!
var/copies = 1 //how many copies to print!
var/toner = 30 //how much toner is left! woooooo~
var/toner = 60 //how much toner is left! woooooo~
var/maxcopies = 10 //how many copies can be copied at once- idea shamelessly stolen from bs12's copier!
var/mob/living/ass = null
@@ -308,6 +308,8 @@
updateUsrDialog()
return 0
else
visible_message("<span class='notice'>The Photocopier pings and a robotic voice speaks up:</span>")
visible_message("<span class='danger'>Attention: Posterior Placed on Printing Plaque</span>")
return 1
/obj/item/device/toner