mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 07:38:05 +01:00
does the thing
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user