Resolve issues with incorrect usage of a/an (#51095)

Co-authored-by: NewSta <spessman-007@users.noreply.github.com>
This commit is contained in:
spessman-007
2020-05-24 20:34:34 +03:00
committed by GitHub
parent d0bb54087d
commit 5ae305ec9f
46 changed files with 54 additions and 54 deletions
@@ -72,7 +72,7 @@
/datum/computer_file/program/proc/is_supported_by_hardware(hardware_flag = 0, loud = 0, mob/user = null)
if(!(hardware_flag & usage_flags))
if(loud && computer && user)
to_chat(user, "<span class='danger'>\The [computer] flashes an \"Hardware Error - Incompatible software\" warning.</span>")
to_chat(user, "<span class='danger'>\The [computer] flashes a \"Hardware Error - Incompatible software\" warning.</span>")
return 0
return 1