mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-09 23:21:02 +01:00
Inconsistency with the light eater and marker beacons
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user