mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Quick carry and fastmed traits display on clothing on examine (#94220)
## About The Pull Request It's like with quick cuffing, you can examine the gloves and be able to see if they make you carry people and inject faster <img width="369" height="204" alt="Screenshot 2025-11-29 143710" src="https://github.com/user-attachments/assets/9018ab18-4fdf-4cfb-a3a1-2a24ab675851" /> ## Why It's Good For The Game Information is already there in the code for all to see ## Changelog 🆑 qol: Quick carry and fast medicine properties are now visible on gloves /🆑 --------- Co-authored-by: Fghj240 <fakeemail@notrealemail.com>
This commit is contained in:
@@ -184,7 +184,7 @@
|
||||
VAR_PROTECTED/datum/embedding/embed_data
|
||||
|
||||
///for flags such as [GLASSESCOVERSEYES]
|
||||
var/flags_cover = 0
|
||||
var/flags_cover = NONE
|
||||
var/heat = 0
|
||||
/// All items with sharpness of SHARP_EDGED or higher will automatically get the butchering component.
|
||||
var/sharpness = NONE
|
||||
|
||||
Reference in New Issue
Block a user