Made fermichem displays work correctly. (#13577)

This commit is contained in:
Putnam3145
2020-10-16 13:27:37 -07:00
committed by GitHub
parent 4534dec889
commit 099a82b936
5 changed files with 12 additions and 6 deletions
@@ -107,7 +107,7 @@
data["beakerMaxVolume"] = beaker ? beaker.volume : null
//purity and pH accuracy
for(var/obj/item/stock_parts/micro_laser/M in component_parts)
data["partRating"]= 10**(M.rating-1)
data["partRating"]= M.rating
if(M.rating == 4)
data["showPurity"] = 1
else