From 121bec71cceeb5fcc23c60b3135e28e4e2c1fcb2 Mon Sep 17 00:00:00 2001 From: grungussuss <96586172+Sadboysuss@users.noreply.github.com> Date: Wed, 31 Jul 2024 16:42:17 +0300 Subject: [PATCH] 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 :cl: grungussuss fix: the abandoned plasma research facility on icemoon no longer has an item that shouldn't exist /:cl: --- .../icemoon_underground_abandoned_plasma_facility.dmm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_plasma_facility.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_plasma_facility.dmm index 96dec4af720..0bfcc133f0c 100644 --- a/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_plasma_facility.dmm +++ b/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_plasma_facility.dmm @@ -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)