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
@@ -41,7 +41,7 @@
/obj/item/survivalcapsule/attack_self()
// Can't grab when capsule is New() because templates aren't loaded then
get_template()
if(used == FALSE)
if(!used)
loc.visible_message("<span class='warning'>[src] begins to shake. Stand back!</span>")
used = TRUE
sleep(50)