mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-20 19:49:39 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user