does the thing

This commit is contained in:
Xhuis
2017-06-07 14:11:03 -04:00
parent b38dc96571
commit 77fddc4e69
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -52,6 +52,14 @@
updateinfolinks()
/obj/item/weapon/paper/Destroy()
if(istype(loc, /obj/machinery/door/airlock))
var/obj/machinery/door/airlock/A = loc
if(A.note == src)
A.note = null
return ..()
/obj/item/weapon/paper/update_icon()
if(resistance_flags & ON_FIRE)
+8
View File
@@ -38,6 +38,14 @@
var/sillynewscastervar //Photo objects with this set to 1 will not be ejected by a newscaster. Only gets set to 1 if a silicon puts one of their images into a newscaster
/obj/item/weapon/photo/Destroy()
if(istype(loc, /obj/machinery/door/airlock))
var/obj/machinery/door/airlock/A = loc
if(A.note == src)
A.note = null
return ..()
/obj/item/weapon/photo/attack_self(mob/user)
user.examinate(src)