Removes comparisons to true and false (#24083)

* Removes comparisons to true and false

* Update .github/CONTRIBUTING.md

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>

---------

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
GDN
2024-02-14 19:45:37 +00:00
committed by GitHub
co-authored by Luc
parent db17300320
commit 13a2630028
24 changed files with 55 additions and 33 deletions
+1 -1
View File
@@ -869,7 +869,7 @@ Traitors and the like can also be revived with the previous role mostly intact.
if(SSshuttle.emergency.mode >= SHUTTLE_DOCKED)
return
if(SSshuttle.emergency.canRecall == FALSE)
if(!SSshuttle.emergency.canRecall)
if(alert("Shuttle is currently set to be nonrecallable. Recalling may break things. Respect Recall Status?", "Override Recall Status?", "Yes", "No") == "Yes")
return
else