Removes all usages of a certain word in a certain sense (#13277)

This commit is contained in:
Crazy Lemon
2020-04-09 13:43:10 -04:00
committed by GitHub
parent 8a51c61e3a
commit f555d49b9a
13 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ REAGENT SCANNER
if(H.getBrainLoss() >= 100)
to_chat(user, "<span class='warning'>Subject is brain dead.</span>")
else if(H.getBrainLoss() >= 60)
to_chat(user, "<span class='warning'>Severe brain damage detected. Subject likely to have mental retardation.</span>")
to_chat(user, "<span class='warning'>Severe brain damage detected. Subject likely to have dementia.</span>")
else if(H.getBrainLoss() >= 10)
to_chat(user, "<span class='warning'>Significant brain damage detected. Subject may have had a concussion.</span>")
else