mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
@@ -674,7 +674,7 @@ a {
|
|||||||
|
|
||||||
/obj/proc/dorfify(var/datum/material/mat)
|
/obj/proc/dorfify(var/datum/material/mat)
|
||||||
if(mat)
|
if(mat)
|
||||||
var/icon/original = icon(icon, icon_state)
|
/*var/icon/original = icon(icon, icon_state) Icon operations keep making mustard gas
|
||||||
if(mat.color)
|
if(mat.color)
|
||||||
original.ColorTone(mat.color)
|
original.ColorTone(mat.color)
|
||||||
var/obj/item/I = src
|
var/obj/item/I = src
|
||||||
@@ -686,7 +686,7 @@ a {
|
|||||||
I.inhand_states[hand] = t_state
|
I.inhand_states[hand] = t_state
|
||||||
else if(mat.color_matrix)
|
else if(mat.color_matrix)
|
||||||
color = mat.color_matrix
|
color = mat.color_matrix
|
||||||
icon = original
|
icon = original*/
|
||||||
alpha = mat.alpha
|
alpha = mat.alpha
|
||||||
material_type = mat
|
material_type = mat
|
||||||
sheet_type = mat.sheettype
|
sheet_type = mat.sheettype
|
||||||
|
|||||||
Reference in New Issue
Block a user