Renames phoron to plasma everywhere in the codebase and replaces sprites. (#3110)
This commit is contained in:
committed by
GitHub
parent
2d06990ee3
commit
9b1142973e
@@ -182,8 +182,8 @@ namespace Content.Client.Construction
|
||||
case StackType.Plasteel:
|
||||
return _resourceCache.GetTexture("/Textures/Objects/Materials/sheets.rsi/plasteel.png");
|
||||
|
||||
case StackType.Phoron:
|
||||
return _resourceCache.GetTexture("/Textures/Objects/Materials/sheets.rsi/phoron.png");
|
||||
case StackType.Plasma:
|
||||
return _resourceCache.GetTexture("/Textures/Objects/Materials/sheets.rsi/plasma.png");
|
||||
|
||||
case StackType.Cable:
|
||||
return _resourceCache.GetTexture("/Textures/Objects/Tools/cables.rsi/coil-30.png");
|
||||
|
||||
Reference in New Issue
Block a user