Add a comment for item_state (#19534)

This commit is contained in:
Farie82
2022-10-30 16:52:21 +01:00
committed by GitHub
parent 9e78880036
commit d253e13c35
+1
View File
@@ -8,6 +8,7 @@ GLOBAL_DATUM_INIT(welding_sparks, /mutable_appearance, mutable_appearance('icons
move_resist = null // Set in the Initialise depending on the item size. Unless it's overriden by a specific item
var/discrete = 0 // used in item_attack.dm to make an item not show an attack message to viewers
/// The icon state used to display the item in your inventory. If null then the icon_state value itself will be used
var/item_state = null
var/lefthand_file = 'icons/mob/inhands/items_lefthand.dmi'
var/righthand_file = 'icons/mob/inhands/items_righthand.dmi'