Added in an awesome fax machine sprite by Cajoes

This commit is contained in:
Kilakk
2013-09-18 19:41:29 -04:00
parent 1717aa43ed
commit 9bd3f2997c
3 changed files with 22 additions and 15 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/obj/machinery/faxmachine
name = "fax machine"
icon = 'icons/obj/library.dmi'
icon_state = "bigscanner"
icon_state = "fax"
req_access = list(access_lawyer)
anchored = 1
density = 1
@@ -125,7 +125,7 @@
tofax = O
O.loc = src
user << "<span class='notice'>You insert the paper into \the [src].</span>"
flick("bigscanner1", src)
flick("faxsend", src)
updateUsrDialog()
else
user << "<span class='notice'>There is already something in \the [src].</span>"