One Less Line

All this does is turns the sanity check into a not check rather than an
empty positive check.
This commit is contained in:
Twinmold
2019-03-31 17:39:40 -05:00
parent f65bfef89e
commit 37a8d796a6
+1 -2
View File
@@ -283,8 +283,7 @@ var/global/list/fax_blacklist = list()
use_power(200)
if((istype(copyitem, /obj/item/paper))||(istype(copyitem, /obj/item/photo))||(istype(copyitem, /obj/item/paper_bundle)))
else
if((!istype(copyitem, /obj/item/paper))&&(!istype(copyitem, /obj/item/photo))&&(!istype(copyitem, /obj/item/paper_bundle)))
visible_message("[src] beeps, \"Error transmitting message.\"")
return