mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Fixes flashlight eyes trying to add nonexistent irises to themselves (#92167)
## About The Pull Request This adds a FUCK texture to them, which probably should not be happening. ## Changelog 🆑 fix: Fixed flashlight eyes trying to add nonexistent irises to themselves /🆑
This commit is contained in:
@@ -711,10 +711,10 @@
|
||||
/obj/item/organ/eyes/robotic/flashlight
|
||||
name = "flashlight eyes"
|
||||
desc = "It's two flashlights rigged together with some wire. Why would you put these in someone's head?"
|
||||
eye_color_left ="#fee5a3"
|
||||
eye_color_right ="#fee5a3"
|
||||
icon = 'icons/obj/lighting.dmi'
|
||||
icon_state = "flashlight_eyes"
|
||||
eye_color_left = "#fee5a3"
|
||||
eye_color_right = "#fee5a3"
|
||||
iris_overlay = null
|
||||
flash_protect = FLASH_PROTECTION_WELDER
|
||||
tint = INFINITY
|
||||
var/obj/item/flashlight/eyelight/eye
|
||||
|
||||
Reference in New Issue
Block a user