mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Merge pull request #10591 from Hatterhat/fortnite
i haven't slept but here's a fix pr for 10588
This commit is contained in:
committed by
Chompstation Bot
parent
d43aef3cea
commit
709409c4e7
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user