Merge pull request #24 from Azarak/master

Big atmospheric update - SM, Fusion, TEG, Volume pumps and filters
This commit is contained in:
quotefox
2019-10-05 23:07:20 +01:00
committed by GitHub
14 changed files with 231 additions and 228 deletions
+2 -3
View File
@@ -612,10 +612,9 @@ SLIME SCANNER
to_chat(user, "<span class='notice'>[target] is empty!</span>")
if(cached_scan_results && cached_scan_results["fusion"]) //notify the user if a fusion reaction was detected
var/fusion_power = round(cached_scan_results["fusion"], 0.01)
var/tier = fusionpower2text(fusion_power)
var/instability = round(cached_scan_results["fusion"], 0.01)
to_chat(user, "<span class='boldnotice'>Large amounts of free neutrons detected in the air indicate that a fusion reaction took place.</span>")
to_chat(user, "<span class='notice'>Power of the last fusion reaction: [fusion_power]\n This power indicates it was a [tier]-tier fusion reaction.</span>")
to_chat(user, "<span class='notice'>Instability of the last fusion reaction: [instability].</span>")
return
//slime scanner