mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Manually shielded welding eyes: just close your eyes edition (#5497)
## About The Pull Request Adds manually shielded welding eyes to character editor for 2 quirk points that make you fully blind after you toggle them. This action takes 1 second of standing still to toggle so you can't spam it in who knows what situations. ## Why It's Good For The Game Really a qol for synths as cybernetic organs normally don't regenerate so you take permanent damage after fixing yourself without protection, now you won't have to swap between welding mask and your hat every time you want to weld 1 thing for 2 seconds ## Proof Of Testing <details> <summary>Screenshots/Videos</summary> <img width="224" height="221" alt="1" src="https://github.com/user-attachments/assets/f10fc824-416f-4373-8e51-f39c9e5cf9fb" /> <img width="191" height="171" alt="2" src="https://github.com/user-attachments/assets/0d5e990e-e777-4081-a91d-ac4aed6707e6" /> </details> ## Changelog 🆑 add: Added manually shielded welding eyes to character editor for 2 quirk points /🆑 --------- Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
co-authored by
Copilot
parent
37ec672e62
commit
f357000476
@@ -1,7 +1,12 @@
|
||||
/datum/augment_item/organ/eyes/jelly
|
||||
name = "Slime Tri-eyes"
|
||||
path = /obj/item/organ/eyes/jelly
|
||||
|
||||
|
||||
/datum/augment_item/organ/eyes/manuallyshield
|
||||
name = "Manual Welding Eyes"
|
||||
path = /obj/item/organ/eyes/robotic/manuallyshield
|
||||
cost = 2
|
||||
|
||||
/datum/augment_item/organ/tongue/xenobubble_tongue
|
||||
name = "Alien tongue"
|
||||
path = /obj/item/organ/tongue/xenobubble_tongue
|
||||
|
||||
Reference in New Issue
Block a user