Skip to content

Commit

Permalink
so this shows up right
Browse files Browse the repository at this point in the history
  • Loading branch information
SECBATON-GRIFFON committed Dec 31, 2024
1 parent 295ec29 commit c1da2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/research/rdconsole.dm
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ won't update every console in existence) but it's more of a hassle to do. Also,
var/list/temp_tech = linked_destroy.ConvertReqString2List(linked_destroy.loaded_item.origin_tech)
for(var/T in temp_tech)
var/datum/tech/TT = files.GetKTechByID(T)
dat += "<LI>[CallTechName(T)] [temp_tech[T]] \[Current research level: [TT.level]\]</LI>"
dat += "<LI>[CallTechName(T)] [temp_tech[T]] \[Current research level: [TT ? TT.level : 0]\]</LI>"
dat += "</UL>"
if(linked_destroy.loaded_item.materials)
dat += "Material Composition:<UL>"
Expand Down

0 comments on commit c1da2f5

Please sign in to comment.