Merge pull request #10591 from Hatterhat/fortnite

i haven't slept but here's a fix pr for 10588
This commit is contained in:
Aronai Sieyes
2021-06-09 22:19:00 -04:00
committed by Chompstation Bot
parent d43aef3cea
commit 709409c4e7

View File

@@ -25,7 +25,8 @@ Note: Must be placed within 3 tiles of the R&D Console
var/T = 0
for(var/obj/item/weapon/stock_parts/S in component_parts)
T += S.rating
decon_mod = T * 0.1
T *= 0.1
decon_mod = clamp(T, 0, 1)
/obj/machinery/r_n_d/destructive_analyzer/update_icon()
if(panel_open)