Replaces the "eyelight" with a "flashlight" in an ice ruin (#85374)

## About The Pull Request
```php
/obj/item/flashlight/eyelight
	name = "eyelight"
	desc = "This shouldn't exist outside of someone's head, how are you seeing this?"
	obj_flags = CONDUCTS_ELECTRICITY
	item_flags = DROPDEL
	actions_types = list()
```
## Why It's Good For The Game
## Changelog
🆑 grungussuss
fix: the abandoned plasma research facility on icemoon no longer has an
item that shouldn't exist
/🆑
This commit is contained in:
grungussuss
2024-07-31 14:42:17 +01:00
committed by GitHub
parent 538cb5edea
commit 121bec71cc
@@ -25,8 +25,8 @@
/obj/item/clothing/shoes/galoshes{
pixel_y = -5
},
/obj/item/flashlight/eyelight{
pixel_y = 11
/obj/item/flashlight{
pixel_y = 8
},
/turf/open/floor/plating/icemoon,
/area/ruin/plasma_facility/operations)