Merge pull request #275 from Arokha/fixes

Fixes 2 issues
This commit is contained in:
Leshana
2016-06-02 01:39:09 -04:00
7 changed files with 8 additions and 5 deletions
+2
View File
@@ -0,0 +1,2 @@
/obj/machinery/photocopier/faxmachine
req_one_access = list()
+1
View File
@@ -278,6 +278,7 @@
// Keep IDs around, but destroy them!
var/obj/item/weapon/card/id/ID = W
ID.desc = "A partially digested card that has seen better days. Much of it's data has been destroyed."
ID.icon = 'icons/obj/card_vr.dmi'
ID.icon_state = "digested"
ID.access = list() // No access
ID.forceMove(owner)
@@ -244,4 +244,5 @@
assignment = "CC Medical"
New()
..()
update_name()