Inconsistency with the light eater and marker beacons

This commit is contained in:
Dip
2020-11-27 15:23:35 -03:00
parent 238ab653c4
commit bcd3df5bd4
@@ -202,6 +202,10 @@
var/obj/item/I = AM
if(I.light_range && I.light_power)
disintegrate(I)
else if(istype(AM, /obj/structure/marker_beacon))
var/obj/structure/marker_beacon/I = AM
disintegrate(I)
//why the fuck is the marker beacon a structure? who. what. why.
/obj/item/light_eater/proc/disintegrate(obj/item/O)
if(istype(O, /obj/item/pda))